Skip to content

Latest commit

 

History

History
executable file
·
28 lines (20 loc) · 1.39 KB

README.md

File metadata and controls

executable file
·
28 lines (20 loc) · 1.39 KB

Android contacts with sync Adapter

This project shows how top use a sync adapter to push and pull notes from a server. A push notification could be sent from the server to tell the app that the list of notes has changed.

  • Authenticator is very basic (creates an account at the launch of the app)
  • Content provider has been generated automatically
  • SyncAdapter uses a list of tasks to perform in an helper based on Google I/O app
  • Connection to the API uses the generated library by google Could endpoint module
  • UI uses a classic master detail flow generated by Android studio

Server side

#Learn about SyncAdpter SyncAdapter - let Android sync your app

More information

Sample apps

Training

Presentation on SyncAdapter Architecture