Hey basicaly im developing an application for the rugby team i play for and need a way to display match results is there a way to update these easily within an application? or is it best to just use web view and link it to a html page i’d rather they didnt have to load a web page each time if at all possible but at the same time thats better than doing a full app update each week.
Thanks in advance
Ashley Waters
Use xml parsing, in your app and check on each launch of your app if your live xml is updated, otherwise save the data and keep showing that data on your app.