We are developing a social networking iOS application. The application loads lots of data from back end server. I have following doubts which is still unclear .Please help
- What is the best approach for handling these much data from back end server?.
- How does social networking mobile applications like facebook loads and update friends data?
- Does these kind of application uses a local database to store these data?? If so when is the values in the local database updated?
- Is making an synchronous call on a separate thread same as making an asynchronous server call?
Please provide your suggestions.Thanks in advance