Load data in background
Closed this issue · 2 comments
michaelkanis commented
Load data in the background so it doesn't take forever to show the data when starting the app. I think in one of the Google IO videos this was called making an app fresh or sth like that.
michaelkanis commented
This has to take into account the availability of a network connection and the background sync setting.
michaelkanis commented
The app now uses SQLite to store the data so that it is already shown when the App starts. Update happens in a background service.