Simple todo application to demonstrate Android Data Sync based on following artciles:
- Android Data Sync - Part 1
- Android Data Sync - Part 2 (IN PROGRESS)
In current synchronization schema we need 4 layers:
- Sync (Only notes sync is implemented)
- Storage (Realm)
- Communication (Green Robot Event Bus v3.0)
- User Interface
Observe android log cat for more info.