Question

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

Was it helpful?

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top