Android SyncAdapter Sample for connecting to Drupal JSON Server.
Android-SyncAdapter-JSON-Server-Example is hosted in the following web site
https://github.com/jbeuckm/Android-SyncAdapter-JSON-Server-Example
If you think the Android project Android-SyncAdapter-JSON-Server-Example listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Android-SyncAdapter-JSON-Server-Example.
Item | Value |
---|---|
Java File Count | 13 |
Minimum SDK Version | 5 |
Activity Count | 1 |
Required Permissions | android.permission.AUTHENTICATE_ACCOUNTS android.permission.GET_ACCOUNTS android.permission.INTERNET android.permission.MANAGE_ACCOUNTS android.permission.READ_CONTACTS android.permission.READ_SYNC_SETTINGS android.permission.READ_SYNC_STATS android.permission.USE_CREDENTIALS android.permission.WRITE_CONTACTS android.permission.WRITE_SECURE_SETTINGS android.permission.WRITE_SETTINGS android.permission.WRITE_SYNC_SETTINGS |
Android-SyncAdapter-JSON-Server-Example has the following Java source files.
com.example.android.samplesync.Constants.java com.example.android.samplesync.authenticator.AuthenticationService.java com.example.android.samplesync.authenticator.AuthenticatorActivity.java com.example.android.samplesync.client.NetworkUtilities.java com.example.android.samplesync.client.User.java com.example.android.samplesync.platform.BatchOperation.java com.example.android.samplesync.platform.ContactManager.java com.example.android.samplesync.platform.ContactOperations.java com.example.android.samplesync.platform.SampleSyncAdapterColumns.java com.example.android.samplesync.syncadapter.SyncAdapter.java com.example.android.samplesync.syncadapter.SyncService.java com.puny.android.network.util.DrupalJSONServerNetworkUtilityBase.java