I have make an app in android in which an image is taken from the default camera and retrieve it from DCIM/Camera folder to show it in an Image View.My question is- Is DCIM/Camera folder exists in all devices? because if any device doesn’t store the capture image in DCIM/Camera folder,the image will not show in the image view.Please answer my Question.
Thanks in advance..
I have make an app in android in which an image is taken from
Share
The short answer is NO. You cannot trust the system to put the captured image in
DCIM/Camera.