Portal news with xml

Good Evening friends,

I wonder if there is how to create a web news portal, where my application by corona read by xml or any other language that supports. My idea is to create a website using MySQL database and that my application can load the data and tables fit in my app. Is there any API or any examples that I can get this information?

Thanks, Diego Hennrich [import]uid: 23063 topic_id: 11814 reply_id: 311814[/import]

There’s not an example per-se, but here’s an example of async HTTP calls:

http://developer.anscamobile.com/forum/2011/06/14/downloaddisplay-text

You could just code up a PHP script on that end that will serve up the requred data in JSON format, as there’s a few examples of Corona using JSON (Graham Ranson’s Lime framework does that)

I haven’t used JSON yet with Corona, but from what I read it seems pretty straight forward.

As long as all the web stuff is done on your server’s side and the PHP serves up your data you should be fine.

Anyone else care to chime in? :slight_smile: [import]uid: 11636 topic_id: 11814 reply_id: 43044[/import]

Thanks for the help, I will study your post [import]uid: 23063 topic_id: 11814 reply_id: 43258[/import]