Constant Contact Labs Developer Blog

XML

  • Parsing XML on Android Posted Wednesday, December 2, 2009 Huan Lai 12 Comments

    Parsing XML on Android

    Parsing XML from the internet is a pretty common requirement on any platform. There are numerous ways to accomplish this task on every language out there, and the Android platform is no exception. On the Android, this is accomplished using SAXParser, a serial access parser API for XML. SAXParser functions as a stream parser, with an event-driven API, using callback methods that trigger everytime events occur during the reading.

     
    Read Entire Article

    Tags

    AndroidMobilePlatformsXML

Interested in a particular topic?

If there are specific topics you’d like to see us discuss on our blog or other ideas you’d like to share, please let us know. Click here to contact us.