[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().
-
ExpatPullParser, via Xml.newPullParser().
The implementation from Xml.newPullParser() had a bug where calls to nextText() didn’t always advance to the END_TAG as the documentation promised it would. As a consequence, some apps may be working around the bug with extra calls to next() or nextTag():
public void parseXml(Reader reader)
throws XmlPullParserException, IOException {
More at google's blog
Incoming search terms:
- android blog pullparser 4
- android xmlpullparser rss
- pull parsing rss feeds in android
- rss feed parsing through xmlpullparser in android
- xml pull parser ress feed
- xml pull parser rss android
- XMLPULLPARSER feedburner

Processing your request, Please wait....
Bike Blog Romania