news app help !

Hi guys i’m new here :D ,I wan’t to make an app that take all différent sport result from website and present them in the app .I don’t won’t the code just if some one can help me get an idea on how can i make it happen ! I saw alot of app’s like mine  in the app store  I know that it’s possible but I can figure out how it works ! :slight_smile:

Well this at the outskirts seems like a simple project, but it’s a bit more indepth than that.  You need to know what format your data is in from the service you are going to get the data from.  You have to be able to retrieve that (network.request), once you get the data you have to parse it.  Then you have to display it and there are way too many possibilities to speculate as to what you want.

Corona SDK can do all of this for you.  This blog post might get you started in the right direction:

http://www.coronalabs.com/blog/2013/10/09/a-look-inside-a-sample-corona-powered-business-app/

Well this at the outskirts seems like a simple project, but it’s a bit more indepth than that.  You need to know what format your data is in from the service you are going to get the data from.  You have to be able to retrieve that (network.request), once you get the data you have to parse it.  Then you have to display it and there are way too many possibilities to speculate as to what you want.

Corona SDK can do all of this for you.  This blog post might get you started in the right direction:

http://www.coronalabs.com/blog/2013/10/09/a-look-inside-a-sample-corona-powered-business-app/