I\'m new to android. I want to pass bitmap into Bundle. But I can\'t find any solution for it. Actually, I\'m confused. I want to display an image in a Dialog fragment. But I do
I think it is easier to send the path or address of the image as a string and load it on the other side.
If the image is a web address, you can use Glide or Picasso libraries and cache them, so on the other activities or fragments it will not load twice.