11.01.2011 16:19, Marcin Orlowski пишет:
Hi,

I got app A and B. Now I need app A to be able to ask app B to build
some content (bitmap) and return it so A can use it.
What is best approach to do that (I don't want to write any temporary
files to SD)?

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

--
Kostya Vasilyev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com

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