Pick image from gallery in Android

Updated 21 December 2018

Save

Here I am showing you how to get an image from your phone gallery. We use intents to open up the image gallery and get the image URI.

Add Permission in Android Manifest.

On click of the  button, start startActivityForResult as follows:

Above code, the segment is used to choose an image from Gallery.

Once we will select an image, the method OnActivityResult()  will be called. We need to handle the data in this method as follows:

Get the real path from the URI

Thanks for reading.

author
. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


7 comments

  • Agrit Tyagi
  • Vijay
  • Pandga
  • Aditi
  • Jaimin Patel
  • Abir Ahmed
    • Pankaj Tyagi (Moderator)
  • Start a Project


      Message Sent!

      If you have more details or questions, you can reply to the received confirmation email.

      Back to Home