Faber Fedor wrote: > I want to extract the address found via a Google Maps API call. In > other languages I just import a library and cal la function. > What's the preferred method of parsing XML and KML in Android? Is there > something built-in that I haven't found yet or should I go straight to a > third party parser? If the latter, any suggestions as to which one to use?
For XML in general, you have DOM, SAX, and the XmlPullParser built into Android. I am not aware of a built-in KML parser, but I haven't gone looking for one, either. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 Published! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

