How can I get the photo saved in Android cell phone in my application

Posted by ZHAO Xiaojian on Stack Overflow See other posts from Stack Overflow or by ZHAO Xiaojian
Published on 2010-05-20T01:23:45Z Indexed on 2010/05/20 1:30 UTC
Read the original article Hit count: 291

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about android

Related posts about images