I am creating a camera application. Thanks to this, I can capture the image and save it in a specific folder. But during this process, the image becomes saved in the default position: sdcard / DCIM / CAMERA .
The file name is the current date. When the user clicks the save button, then the current date is executed and a file name is created. So I can not determine the file name.
can someone suggest me how to access the file name or how to delete the last image file programmatically.
source
share