Hi
Iam following this tutorial : http://docs.tiggzi.com/tutorials/buil...
In my case i dont have any XML rest service to call, i want to get my data from database. And in the tutorial you have to create 2 rest services for getting data, and i have created 2 services, one for listing actiivities on first page and the second service to list out details of selected activity, se pic below:
In the tutorial you have to create REST service (to get all routes), in my case is get all activities. And as you can see iam listing out all my activities with the _id.
And when i click one activitie, dosent matter wich one, i only get the first record of the json data or from the database, se pic below:
I have done the step where i have to set up navigation to details page and set local storage variable as described in tutorial. So iam stucked here....
regards
gonadn