How to.. Creating a clickable list from Database?
I am trying to create a clickable list app, not unlike the HTML5/Local storag tutorial, but I'd like to be able to use a DB collection for the values.
To explain further:
Start page- Clickable list item( dynamically displayed from DB collection)
Details page- When clicking on any of the list items, certain values from the DB are displayed.
Is there a tutorial, or can someone point me in the right direction?
Thanks in advance.