Search code examples
androidandroid-image

Android, Pick Image


Is there some possible way of picking images from picture folder?


Solution

  • Basically you call the gallery intent and expect a result with onActivityForResult

    Have a look here:

    How to pick an image from gallery (SD Card) for my app?

    Further searching in SO yields this, a complete solution:

    Get/pick an image from Android's built-in Gallery app programmatically