SAX Parsing in Android Programming

后端 未结 2 1420
南方客
南方客 2020-12-22 03:15

I want to do SAS Parsing of the Humidity and the Temperature by Lat - Long using a Web Service in my Application. I don\'t have a clear idea regarding how to do that actuall

相关标签:
2条回答
  • 2020-12-22 03:51

    You can use native java xml parser libraries.

    0 讨论(0)
  • 2020-12-22 03:52

    The tutorial Working with XML on Android has source examples of both SAX and DOM parsing.

    0 讨论(0)
提交回复
热议问题