I want any one image present in the sdcard.
I only know the image name.
But how can i retrieve that particular image within my program(including path). And also to convert into a bitmap or stored in a bitmap variable
How can I do that?
Thank you
I want any one image present in the sdcard . I only know the
Share
Here, you can show all images in SDCard and when you click one of them, you get the path of selected image:
And here is the ImageAdapter:
And if you know the exact path and image name, you can get
Bitmapby using: