How to get image URI
- by Shashi
Hi
I am developing a simple application. I have an image stored in sdcard. In one activity I am displaying that image using imageview.setImageUri() ....
Now on clicking on that Image I want to retrieve uri of that image and want to store it in sqlite database...
can anybody tell me how that is possible.