droidin.net wrote: > Say it's clean enough to write a SAX handler with few possible > exception handling lines. I really don't want 3rd party jars. With > that aside - will it be faster to use ListView?
That's really impossible to say in the abstract, as you suggested in your OP. I can tell you that SAX parsing on big data sets is slow. I've had to parse some 100K-and-up XML files and it is not speedy. On the other hand, I've found that WebView has a startup penalty the first time you fire one up in a process. After that, for the second and subsequent times you create one, it's not bad. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

