Friday, June 12, 2009

Choosing an XML Parser for Android

When new versions of the Android SDK come out, I often like to peruse the more detailed changes. A while back, I ran across mention of including the XmlPullParser API for enhanced mobile XML parsing performance. Busy at the time, I didn't do much with it. The curiousity ultimately got the better of me and the result is an article on the XML parser performance comparing the SAX, DOM, and Pull Parser performance on Android. Feedback is welcome via the email address listed at the article.

No comments: