There is the XmlPullParser. Performance-wise, it is comparable to SAX,
so all else being equal, I'd choose SAX since it is more standard.
But, if the XmlPullParser API makes your heart sing, feel free to use
it.

On Wed, Aug 17, 2011 at 1:17 PM, Appaholics <raghavs...@appaholics.in> wrote:
> You can use the SAX Parser or DOM parser. I chose SAX because I had used it
> previously. I think there is one more but I am forgetting it.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 3.9 Available!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to