SyncManagerAndroid

Additional

Language
Java
Version
N/A
Created
Oct 26, 2014
Updated
May 5, 2015 (Retired)
Owner
Sean Schendel (sschendel)
Contributor
Sean Schendel (sschendel)
1
Activity
Badge
Generate
Download
Source code

Advertisement

SyncManager 2-way sync library for Android

Simple 2-way sync implementation to plug into your implementation of AbstractThreadedSyncAdapter.OnPerformSync.

See Transferring Data Using Sync Adapters for more info on Android sync framework integration.

There are a handful of tutorials to help you plug into the Android Sync framework, but they usually leave you with an empty OnPerformSync implementation, and leave those details up to you.

This library provides a simple 2-way sync implementation to plug into your Android Sync framework integration.

Javadoc

See full source demo Google Tasks list Android app: SyncManagerAndroid-DemoGoogleTasks