Android, Pick Image
Is there some possible way of picking images fr开发者_如何学编程om picture folder?
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
精彩评论