android-syncadapter
Android synchronization starts even when network is down
I have settuped Account and Sync services correctly but I have noticed that onPerformSync from my SyncAdapter launched even after I had turned off my Wi-Fi(I havent any other connections for sure).[详细]
2023-04-04 13:39 分类:问答Validate facebook oauth token in background
I\'m开发者_高级运维 accessing Facebook in a background thread from my app. I initally logged in the user from my activity and stored the oauth token. It is possible that the oauth token has expired in[详细]
2023-03-31 10:25 分类:问答Synching accountmanager accounts
I am writing an android application that will start sync for all accounts added under \"Account & sync\" settings.I am fetching all the added accounts using the following code[详细]
2023-03-26 12:57 分类:问答Sync Android contacts with server - syncing algorithm
I want to sync my android device\'s contacts with a server (1-way syncing: update server according to the device\'s contacts DB).[详细]
2023-03-24 17:58 分类:问答How to retrieve the 'last sync' time for an account?
Is it possible to retrieve the time an account was last synchronized, like the system Settings->Accounts&Sync app does? I\'m using Android 2.2开发者_如何转开发.[详细]
2023-03-18 06:32 分类:问答Prevent network sync loop when syncing from network in Android ContentProvider
I\'m writing my own ContentProvider which will be synced to a web service using a SyncAdapter. Problem happens when the sync adapter is modifying the content provider\'s data the provider triggers a[详细]
2023-03-18 01:01 分类:问答How to sync with gdocs and gtask in android?
I have a simple notepad and a to do list. I want to do a sync of the text with the notepad and gdocs (google docs) over开发者_C百科 net and also want to sync the to do list with the gtasks (google tas[详细]
2023-03-16 10:55 分类:问答Common Datastructure to synchronize contacts between android and osx
I\'m trying to extract contact informations from android devices and synchronize it with the addressbook in osx. Basically a direct synchronization mechanism from device to device without the use of a[详细]
2023-03-13 07:47 分类:问答Starting just my sync immediately after adding Account to AccountManager?
I have dozen accounts in AccountManager and when add new account Android start synch开发者_Go百科ornizing all accounts. Since there are a lot of them, takes at least 15 seconds to start my synchroniza[详细]
2023-03-11 18:02 分类:问答SQLite "database schema has changed" error in Content Provider
I\'m using Content Providers and Sync Adapters for my synchronization routine. My routine receives a JSONObject and insert or update the entry.[详细]
2023-03-10 00:22 分类:问答