android-syncadapter

Android SyncAdapter use case

What we are doing currently? We have some structured, textual data on a server which is exposed using web services(RESTful). My application polls this server regularly(AlarmManagerService) to fetch the data and save it on local database(sqlite). Also, a user is authenticated and authorized beforehand for access. Questions: There is...

Android Sync Adapter

Hi. I try to understand the android sync logic. What I don't understand is this file http://developer.android.com/resources/samples/SampleSyncAdapter/res/xml/syncadapter.html OK... now I've read a lot about it and it says is the authority of a content provider it should be a string or a reference to a resource. OK... but... What exact...