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.
See full source demo Google Tasks list Android app: SyncManagerAndroid-DemoGoogleTasks