I'm also using sax parser. The problem is I do process some text to render as spannable with Html.fromHtml()
That takes time and the load time is not nice. Also everything reloads when I open the keyboard (go landscape mode) Thanks On Feb 18, 2009 2:25 PM, "Mark Hansen" <[email protected]> wrote: I load a pretty hefty data feed from a server also in XML and parse it, I used the SAX parser and it's pretty snappy. How are you parsing your data? On Feb 18, 3:35 pm, Ivan Soto <[email protected]> wrote: > Hi, > > I've built an application that... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

