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 データを応答として受け取るサービス呼び出しを使用しています。私はデータを次のように受け取ります
<?xml version="1.0"?> <note> <status>4</status> </note>
そのxmlデータからステータスタグの値「4」を取得するにはどうすればよいですか。
助けてください
すべてが公式ドキュメントで説明されています: http://developer.android.com/training/basics/network-ops/xml.html