how to display json data in my listview in intel xdk
问题 i am developing hybrid application by using intel xdk and jquerymobile framework for UI. i am trying to get json data from url and display it into listview. i already got json data from url but i don't know how to display those data in listview This is my json data { "nl_wu":[ { "id":"42", "year":"2015", "month":"jan", "title":"newsletter", "file":"http://school.com/sample.pdf" }, { "id":"39", "year":"2015", "month":"jan", "title":"imagetest", "file":"http://school.com/sampleimage.jpg" } ] }