How do I know if the pictures saved or not?

Hi all.
the blocks downloaded from ProCamera topic and tested run good.
because it used getASD, how can possibly to search out the pictures it saved?
Thanks.

search 'Refresh Gallery', you will find alot of post about this question.

1 Like

Thanks.
I'll search that out.

one thing for short is when used getASD it is no need to gain permission to save picture, right?
I asked here is like to know if its possible to use the pictures after, lets say view it or copy it?

Use Do it to debug your blocks
There might be missing a / in your path

Use the companion app and Do it to debug your blocks, see also tip 4 here App Inventor: How to Learn | Pura Vida Apps
see also Live Development, Testing, and Debugging Tools

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

1 Like

Thanks.
I'll search there.

Use the File component to list the files in the directory where they’re stored. Try using the FileList block to see if your images show up there.

1 Like

thanks.
I'll test.