Hello,
I am totally new to this.
the project link:
http://appery.io/app/mobile-frame?src...
Tab: Menu
I try to create a clickable list.
The list items are populated from the appery DB.
I follow this tutorial:
http://docs.appery.io/documentation/b...
I get it to work untill the "local storage variable".
But i get lost with these steps:
Now that the value is stored in local storage, you can use it on the next page or any other page in the app.
Because the local storage variable was created via an action, you don’t need to create it by hand for mapping. Mapping the id for service invocation:
When you navigate to the next page, you can invoke the service on page show event.
do i have to create a new collection with the detail information?
How do i link the specific list id to the specific details for that list id.