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
You can use native java xml parser libraries.
The tutorial Working with XML on Android has source examples of both SAX and DOM parsing.