Here's the link to the sample app I'm building: http://appery.io/app/mobile-frame?src... Currently each screen is pulling values from the database, and once an option is clicked they go to the next screen. However, I need to figure out how to determine what they clicked on the first screen, and seco...
I'm pulling a list of items from an Appery database and populating this list based on the values in the Appery DB. How can I direct to user to a specific page based on the specific item they pick in the list? I'm trying to follow the tutorial @ http://docs.appery.io/tutorials/build... . So, basicall...