In my activity, I create a Bitmap object and then 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)?
In my activity, I create a Bitmap object and then I need to launch
Share
BitmapimplementsParcelable, so you could always pass it with the intent:and retrieve it on the other end: