I need to send bulk of data to my database on server from Android app, and need to sync it periodically. I went through Sync Adapters sample code on Android Developer's website, but couldn't get the concept and usage.
I need help regarding:
how it can be used for server database interaction?
can a single Sync adapter be used to synchronize data in multiple tables, at once?