Hello guys, I am working on an homescreen widget app that shows images
downloaded from the internet. The flow is widget starts a service and
the service runs a thread every 15 seconds. The thread downloads image and
shows it on the homescreen. The issue is that after showing the images 4 to
6 times, it stops updating the imageView on homescreen, and finally
crashes, giving a 'failed binder transaction' error on further web
requests. I read about it on the internet, some said that the image has to
be resized, and it did actually help a little, the widget now crashes after
showing more images than before. Others said that it is a bug with android.
Any help/suggestions ?

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