Top "Android-syncadapter" questions

An Android service that synchronizes data between an Android device and a server

Sync data between Android App and webserver

I want to sync data (such as db record, media) between an Android App and a Server. If you've seen …

android android-syncadapter data-sharing
How do I use the Android SyncAdapter?

I try to understand the Android synchronization logic. What I don't understand is the file syncadapter.xml contained in the …

android android-contentprovider android-syncadapter
Why does ContentResolver.requestSync not trigger a sync?

I am trying to implement the Content-Provider-Sync Adapter pattern as discussed at Google IO - slide 26. My content provider is …

android android-contentprovider android-syncadapter
Own sync adapter for Android?

The press release of Android 2.0 states that the new release supports sync adapters so that emails and calendars cannot only …

android synchronization android-syncadapter
Android SyncAdapter Automatically Initialize Syncing

I have a SyncAdapter for my app, and an AccountManager to add my apps accounts to the Android Account Manager. …

android accountmanager android-syncadapter
SyncAdapter without a ContentProvider

I want to implement a SyncAdapter for a content I want to synchronize with a server. It seems that to …

android android-contentprovider android-syncadapter
SyncAdapter periodicsync() not triggering

I'm trying ty figure out how the syncAdapter works, I used the sampleSync Adapter as an example/starting point and …

android android-contentprovider android-syncadapter
Creating an Android background service that continuously polls a REST API for data

I need to write an Android service that polls a server for data, parses the data, and then sends it …

android android-service android-syncadapter
Desiging an Android App with Offline Sync. Should I use SyncAdapter?

I'm trying to make an Android To-Do client for a web service, with offline caching and sync. The web service …

android android-syncadapter
Show settings under accounts & sync menu for android app

I am implementing a syncadapter for an android app and would like to make the settings for the account available …

android android-syncadapter accounts