Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已成功将 XML 文件解析为 custom ListView,但是如何将 XML 中的 URL 解析为按钮,以便在单击时将用户带到网页?
ListView
您可以简单地使用以下 Intent 替换我的 wordpress 网站 :)
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.alchemiasoft.wordpress.com")); startActivity(intent);