The user can create screenshots which are saved in “DCIM/” folder of the Android device. This is done in a plaform-specific class.
Later I want to load these images again to display them on screen.
How can I find a spcific image file in “DCIM/” folder?
How can I read the file to a Maui.Image?
This should be done without a file picker.
Any suggestions? Thanks!