I would need help with the logic behind one code.
in my phonegap application I am automatically populating list of news. When the user clicks on particular article I want it to show it in different page. I just dont knwo how to pass the id of the article to another page.
ANy ideas?
You can use Local Storage. It’s a key/value pair association.
Learn more about that in this sites:
Example: