[android-developers] Re: Callback/listener for View display

2011-12-14 Thread Neilz
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. On Dec 14, 1:23 pm,

Re: [android-developers] Re: Callback/listener for View display

2011-12-14 Thread Mark Murphy
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