January 2019
Intermediate to advanced
592 pages
14h 30m
English
When developing a mobile app, we need to consider the network challenges that need to be overcome. A well-designed app should allow the user to continue using the app when there is no internet connection. This requires the app to save data locally on the device when there's no internet connection, and to also sync that data with the server when the network is available again.
Another challenge to overcome is network connectivity, which might be slow or limited. To improve the performance of our app, we should save critical data on the local device to avoid putting stress on our server API.
In this recipe, we will learn about a basic and effective strategy for saving and retrieving data locally from the ...
Read now
Unlock full access