How to send the bitmap into bundle

后端 未结 5 981
北荒
北荒 2021-02-02 16:11

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

5条回答
  •  爱一瞬间的悲伤
    2021-02-02 16:29

    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.

提交回复
热议问题