i find the file in my phone, now how to view in galery
cuurent file ///storage/emulated/0/Android/data/appinverter...../file/
how to make storage in /DCIM/Camera/
This is the ASD of your app
Images stored there can't be displayed in the gallery
You have to copy or move it to shared storage and then use the GalleryRefresh method from the tools extension
Taifun
Set the DefaultFileScope = Legacy in the Designer and use this path /DCIM/Camera/...
in Canvas.SaveAs_fileName
to save the image directy in one of the Shared folders.