How to make Gallery_Viewer1 read /storage/emulated/0/Android/data/myapp/files/

Hello everyone,

I am currently creating an app in which I scan a barcode and then take photos that are named after the barcode. After having problems with saving the image data for a long time, I was finally able to save them correctly named by EAN:
/storage/emulated/0/Android/data/Myapp/files/.

In the next screen, the app user should be given the option to remove unwanted images. I use the Kodular Gallery for this, but unfortunately it does not display any images.

I have attached screenshots of the blocks from Screen3 and Screen4. Do any of you have an idea why this is not working?

Kind regards

You forgot to provide your blocks…
Here is a working example for you

Taifun

Here are both blocks:


do not hardcode the path to the ASD, try the MakeFullPath method instead, see also

try a full path and relative path, see also

Taifun