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,713
  • 17
  • 48
  • 73

2 Answers2

6

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

JRL
  • 74,629
  • 18
  • 94
  • 144
0

You can use native java xml parser libraries.

bhups
  • 13,517
  • 8
  • 47
  • 57