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 ファイルをカスタムに解析できましListViewたが、XML から URL をボタンに解析して、クリックするとユーザーが Web ページに移動するようにするにはどうすればよいですか?
ListView
明らかに私のワードプレスサイトを置き換える次のインテントを使用することができます:)
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.alchemiasoft.wordpress.com")); startActivity(intent);