How can I pass a Bitmap object from 1 activity to another
Posted
by michael
on Stack Overflow
See other posts from Stack Overflow
or by michael
Published on 2010-03-17T02:19:34Z
Indexed on
2010/03/17
2:21 UTC
Read the original article
Hit count: 269
android
Hi,
In my activity , I create a Bitmap object, and I need to launch another activity, How can I pass this Bitmap object from the sub-activity (the one which is going to be launched)?
Thank you.
© Stack Overflow or respective owner