That's what I do, but using the command Html.fromHtml("<b>lalala</b>") will
output a Spannable and it's not fast. It also gives a weird message when
parsing.

On Wed, Feb 18, 2009 at 4:49 PM, Noonien Soong
<nooniensoong2...@gmail.com>wrote:

>
> 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 <ivanso...@gmail.com> 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" <stonedon...@gmail.com> 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 <ivanso...@gmail.com> 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 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