I've had the best luck with SAX. It's the fastest I found and I use it in my application that handles very large XML files and it does the job very quickly. I think I saw a tutorial on anddev.org about how to implement SAX in your application, but any tutorial on the net (desktop or mobile - doesn't matter) will help.
On Jul 12, 2:30 pm, Siva <[email protected]> wrote: > Can anyone tell me the easy and fastest XML Parser? > > I need guide/sample code... > > please help me... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

