Reputation: 27
I have an application that work on internet access only and I want to impliment it to work also in offline. And when there is internet access should sychronize data to the server
Upvotes: 0
Views: 66
Reputation: 388
Go through Priority Job Queue. While offline Store your API calls In Job Queue. And fire them When The internet is Available.
Upvotes: 1