Reputation: 3
Through multiple attempts i have failed to find a working way to display an online database on the app. So i'm going to do it locally. How to make the app to where every x min it downloads and overwrites the file and once done send a push notification when it has updated?
Upvotes: 0
Views: 39
Reputation: 672
Have you looked at Content providers?
Great way to save data, and sync it with the SyncAdapter.
Upvotes: 1