If you ever considered which parser to use in Android, on developer.com you can find an article that does a comparison of DOM, SAX, and XMLPullParser. Since I started working with Java ME in 2003, SAX was the XML parser of choice, since DOM consumed to much memory and was slower. Nothing changed in Android, although the pull parser is much closer in performance to SAX.
Showing posts with label XML Parsing. Show all posts
Showing posts with label XML Parsing. Show all posts
Monday, February 8, 2010
Subscribe to:
Posts (Atom)