Page 1 of 1

List of items in database

Posted: Thu Sep 19, 2013 8:10 pm
by David Hill

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, basically it's a taxonomic key and I need to filter results based on what the user picks on the first couple of lists and then give them specific results based on what they picked in screen 1, 2, 3....


List of items in database

Posted: Thu Sep 19, 2013 8:56 pm
by Maryna Brodina

Hello! Please post screenshot of your page with List, screenshot of mapping on this page and response sample. Also please clarify what page you want to navigate to on List item click.


List of items in database

Posted: Fri Sep 20, 2013 1:47 pm
by David Hill

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 second screen and this will change what I will want to present on the third screen. Does this make sense?


List of items in database

Posted: Fri Sep 20, 2013 4:16 pm
by Maryna Brodina

Hello! On click on List item save value from List item to local storage. As we can see you do this on targetInsectModule, but don't do on insectstageModule...