I'm developing an app in android using the developers training that can be found at: http://developer.android.com/training/index.html
I created a registration activity and wanted to know how to save the detail on a server! The training is based on using SQLlite which is local to the device. But I want to use a server to store/retrieve data in/from.
There is a link in the training about using the Sync Adapter: https://developer.android.com/training/sync-adapters/index.html
Is that what you use to send data to database, such as when user register? Or, we do it otherwise? How we do it if not so? A link or tutorial will also be much appreciated. Thanks.