I have been seeing two implementations for syncing data between the server and the client on majority of the apps. This assumes no GCM is set up:-
Running an intent service periodically which downloads the data from the network and stores in the database.
Implementing a Sync Adapter which runs periodically.
Which of the above would you recommend to have in your app and why?
Last updated:11/23/2015 5:53:31 AM
Mayank Tripathi