How to send image from one activity to another in android?

前端 未结 8 1873
忘掉有多难
忘掉有多难 2020-12-10 08:18

I am having a imageView in one class and on clicking the imageView a dialog box appear which has two option to take a image from camera or open the image gallery of device.

8条回答
  •  既然无缘
    2020-12-10 08:39

    I remember something about that there is a limitation in size for putExtra() and getExtra() about 1mb. So a picture may exceed this limitation. How about just passing the path to the picture?

提交回复
热议问题