Hi Corona Team,
I was able to consume webservices in corona using xmlparsing. The data to be parsed is from our online database. However, the limitation i have, i can only parse one id with its content and display it to the user. What i want is, i will parse several ids from our database and display it in a tableview.
According to 3rd party sources, most developers use json tp consume the data and display it in a tableview.
http://www.vallu.in/2013/02/list-view-from-remote-database-in.html
Any suggestions and guidelines are of great help.
Thanks!