hello everyone, i am trying to find out how to display pictures taken in app to be displayed in a list below
i should also mention that i am VERY new to this. Thank you in advance!
1 Like
Create client-side storage for the image info like this:
After the user takes the image store the info like this:
For my app, I am also moving the image to a directory for the app.
To show them, load the list of images when that page load:
You then need a list with the repeating parameter set:
This is a great tutorial too Mevi's Component Factory - Image picker & preview - YouTube
1 Like
Thank you so much for the help!!
I know it has been a while but i need some help with saving the picture to the device part.
Could you elaborate on that part?
Thank you so much for our help so far!