Search code examples
androidandroid-intentandroid-activityimageviewandroid-gallery

Pass gallery image in ImageView to another activity


I am making a memegenerator. I have a function that opens the gallery and the user can choose an image.This image is then set to the ImageView. I want to send this image to another activity wherein I can edit the image. How can I do this?

A sincere request to anyone who is answering this question-I am a beginner and i would like detailed answers or explanations.Thank you!


Solution

  • Please pass your image uri to your next activity instead of passing the whole bitmap. Passing bitmap is not recommended.