I am creating a camera application.Through this I am able to capture the image and storing it into a specific folder.but during this process,the image is getting stored in its default position say sdcard/DCIM/CAMERA.
The file name is current date.when user clicks on save button,then the current date is taken and the filename is generated.So i am not able to detect the file name.
can anybody suggest me that how to access the file name OR how to delete the latest image file programatically.