Watch out for XmlPullParser.nextText()
«[This post is by Jesse Wilson from the Dalvik team. —Tim Bray] Using XmlPullParser is an efficient and maintainable way to parse XML on Android. Historically Android has had two implementations of this interface: KXmlParser, via XmlPullParserFactory.newPullParser() . ExpatPullPar…» …