[android-developers] Re: How to pass large amount of data during startActivityForResult

2009-11-20 Thread tedd
Mark, Any idea as to what is the maximum size of data that we can share bw processes, Even i am see Failed Binder Transaction error!!! when I give bitmap of size greater than 1MB to the framework for rendering. (i.e thru RemoteViews.setImageViewBitmap call) ? Is there a possibility to

[android-developers] Re: Appwidget Update issue

2009-11-19 Thread tedd
is any limitation on the size of bitmapp, the remote view can handle ? When ImageView is able to handle then why is the remote view failing for the same Thanks, tedd On Nov 19, 1:41 am, tedd wrote: > Also i even tried to change the approach, and stored the bitmap into > the jpeg/pn

[android-developers] Difference between ImageView.setImageBitmap() and RemoteView.setImageViewBitmap() ????

2009-11-18 Thread tedd
difference in the behaviour Plz clarify this... Thanks, tedd -- 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, sen

[android-developers] Re: Appwidget Update issue

2009-11-18 Thread tedd
lies b/w > 360x354 & <= 480x732 which will depends on the user selection) So any kind of help to fix this issue related to large size bitmaps is appreciable ... Thanks in Advance, tedd On Nov 19, 1:15 am, tedd wrote: > Hi, > > In my photowidget app, when i configure the p

[android-developers] Appwidget Update issue

2009-11-18 Thread tedd
is b'coz the bitmap given to the appWidgetManager.updateAppWidget() is huge , then what is the maximum bitmap size the android will process successfully Thanks in advance, tedd -- You received this message because you are subscribed to the Google Groups "Android Developers"