/SyncManagerAndroid-DemoGoogleTasks

Android Google Tasks app to demonstrate use of SyncManagerAndroid

Primary LanguageJavaMIT LicenseMIT

SyncManagerAndroid-DemoGoogleTasks

Android Google Task app to demonstrate use of SyncManagerAndroid library.

Overview

Simple Google Tasks API integrated app that demostrates synchronization of Google Task data between local SQLite database and remote RESTful Google Tasks API.

Some key Android concepts demonstrated

  • Android sync framework integration - with sync implementation provided by SyncManagerAndroid
  • SQLite database
  • Retrofit REST client integration
  • Custom ArrayAdapter

Libraries used