Tuesday, May 1, 2012

Re: [android-developers] Re: Rendering off UI thread causes ANR on Samsung Note

I'm sorry if the code isn't clear.  The new thread instantiates a Canvas and paints into it with Canvas.drawBitmap().  Neither the instantiation nor the method call effect the UI.

On Tuesday, 1 May 2012 15:25:34 UTC-4, MagouyaWare wrote:
the thread rendering off the UI thread doesn't touch/modify/update the UI

Then would you mind explaining this?
It then starts a new thread which renders a Bitmap into a canvas


--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment