user3711135
user3711135

Reputation:

Android Sync adapter implementation

I need some sample project or tutorials site for learning Android Sync Adapter. Information and the sample project from google was not sufficient for my understanding please help me with the links where i can learn a simple sync adapter.

Upvotes: 1

Views: 2211

Answers (1)

avmatte
avmatte

Reputation: 631

To create a SyncAdapter you need to implement a few things before:

You will need an API with which synchronize your data.

If you want more information, check the Udinic tutorial about this topic.

Upvotes: 1

Related Questions