Need help with a clickable list from a database
Hello,
I'm creating a clickable list app from a database and have been following this tutorial.
http://docs.appery.io/tutorials/build...
The only difference it seems is that the data is coming a database stored on appery vs a public xml feed.
ive managed to get all the items listed on a start page. The problem occurs when i click any item to get to its details page. Any item i click goes to the same details page.
My guess is that im doing something wrong when it comes to storing the item ID but i can't seem to figure it out.