On Wed, Dec 14, 2011 at 9:52 AM, Neilz <neilhorn...@gmail.com> wrote:
> I've just realised it's the method HTML.fromHTML() that's causing the
> delay. Removing that and just calling setText(myText) renders it
> instantly.
>
> Problem is, the content is marked up. So I suppose I could display it
> in a webview instead, I'll see if that's any quicker.

Html.fromHtml() is not especially quick. OTOH, you can invoke that in
a background thread.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android App Developer Books: http://commonsware.com/books

-- 
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