I'm doing something similar,.. I parse incoming Xml messages, then I store the data directly into a SQLite DB which seems to be pretty fast..
Then I use a custom CursorAdapter, similar to the NotePadExample.. What you could do is just store the plain html into a database and then parse it when you need it with a custom CursorAdapter? On Feb 18, 4:55 pm, Ivan Soto <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---

