On 11 January 2011 14:36, Kostya Vasilyev <[email protected]> wrote:

> Bitmap implements Parcelable, so you can try passing it an intent extra.
>
> However, you wouldn't want to do this with large bitmaps, since the
> underlying RPC mechanism works best with data under 1 megabyte (if I
> remember the number right, maybe it's half a megabyte).

I target for quite small bitmaps (say 150x150 px max) so I will check Intent
as Content Provider while being better general approach is too complicated
for what I need. Thanks for all hints

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to