How can I pass a Bitmap object from 1 activity to another
- by michael
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.