How can I get the photo saved in Android cell phone in my application
- by ZHAO Xiaojian
I want display the images saved in the cell phone in my own application. now I am using MediaStore.Images.Media to do this. I can get the name, size and other information of the images. but i don't know how to get the bitmap? can u help me. thx.
There is a method getBitmap(ContentResolver cr, Uri url), but i don't know how to get the Uri of one certain image.
thx.