Hello,
if you are about to create an app like one of the newspaper apps or something like that you have to get data and also let the news on the screen depend on thins data. How do I solve this in a effective way? Let say that I have a table with categories like The World, USA, Sports. If the user clicks on sports he gets ice hockey and football. By clicking on football he may se the results from football matches. Those results are the data updated. By a newspaper app there is a lot of data to get in order to show all the information. Where should I do my connection with the server? For every result object in the example above? At the beginning of the app start? I think of this as a tableView and the detailed view is just in one cell.
Any ideas and advice?
MACLoop
if you are about to create an app like one of the newspaper apps or something like that you have to get data and also let the news on the screen depend on thins data. How do I solve this in a effective way? Let say that I have a table with categories like The World, USA, Sports. If the user clicks on sports he gets ice hockey and football. By clicking on football he may se the results from football matches. Those results are the data updated. By a newspaper app there is a lot of data to get in order to show all the information. Where should I do my connection with the server? For every result object in the example above? At the beginning of the app start? I think of this as a tableView and the detailed view is just in one cell.
Any ideas and advice?
MACLoop