What is the best way to retrieve data from multiple websites/pages and put them on 1 single application that gets auto-updated? say ,I want to take an article from yahoo, and another one from bbc and another one from the times then put them on a sort of listview, that gets autoUpdated, how would I go for that? I heard about JSON, but Since I'm new in jQuery Mobile programming, I'm not sure how this will work. Do I have to first, implement JSON on the websites I wanna take the article from, then use a JSON call from my App?or is there another way of doing this? Thanks for your advice in advance.
Regards, Ben