Hello friends. I’m a little new to the community and MIT App Inventor and I need to do a project for my class. To briefly explain the project:
Users will take photos and share them with comments below.
I want to list the photos they share with their comments on a separate page one after another (The real problem starts here)
On the See Shared page, only the most recent photo from the photos and comments uploaded to CloudDB is shown and all comments are listed one after the other.
How can I show the photo and comment uploaded to CloudDB one after another as the shared photo and the comment of that photo page? Is there any other storage method you recommend me to use (because I’m new in MIT App Inventor just yet).
How can I handle this problem? Thanks for your help in advance.
Note: I uploaded the code block of the See Shared page as an image.