michaelkanis/SipgateInfo

Load data in background

Closed this issue · 2 comments

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.

This has to take into account the availability of a network connection and the background sync setting.

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.