SAX Parsing in Android Programming
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 actually. So, can anybody ple开发者_StackOverflow社区ase help me with an example if possible.
Thanks, david
The tutorial Working with XML on Android has source examples of both SAX and DOM parsing.
You can use native java xml parser libraries.
精彩评论