Android Open Source - Development json Android-SyncAdapter-JSON-Server-Example






Project Summary

Android SyncAdapter Sample for connecting to Drupal JSON Server.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Android-SyncAdapter-JSON-Server-Example.

ItemValue
Java File Count13
Minimum SDK Version5
Activity Count1
Required Permissionsandroid.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




Java Source Files

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