1

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 please help me with an example if possible.

Thanks, david

David Brown
  • 4,783
  • 17
  • 50
  • 75

2 Answers2

6

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

JRL
  • 76,767
  • 18
  • 98
  • 146
0

You can use native java xml parser libraries.

bhups
  • 14,345
  • 8
  • 49
  • 57