In Activity A, I download an image using Picasso and save into a Bitmap. I need that Bitmap in Activity B, how can I send it in the bundle without saving the image into the file system, and without sending the bitmap, as it's not very efficient?
EDIT: Is it possible to use the resource ID? If so, how?