[android-developers] Re: Appwidget Update issue

2009-11-19 Thread tedd
Few more details on the first approach on using setImageViewBitmap() for displaying image, It works for maximum size of 420x600, which lands upto the total bitmap size == 420x600x4 ~= 1MB For more than 1MB bitmap data it fails with FAILED BINDER TRANSACTION error Can any one tell, if there

[android-developers] Re: Appwidget Update issue

2009-11-18 Thread tedd
Also i even tried to change the approach, and stored the bitmap into the jpeg/png file locally and provided the Uri od the file to the appwidgetManager using setImageViewUri() This works with few issues :( Since i am copying the bitmap data to outputstream using bitmap.compress() writing to the