Android Simple Sync Adapter Tutorial.
SimpleSyncAdapter is hosted in the following web site
https://github.com/kpbird/SimpleSyncAdapter
If you think the Android project SimpleSyncAdapter 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 SimpleSyncAdapter.
Item | Value |
---|---|
Java File Count | 13 |
Activity Count | 1 |
jar files used | Parse-1.4.2.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.ACCESS_WIFI_STATE android.permission.AUTHENTICATE_ACCOUNTS android.permission.GET_ACCOUNTS android.permission.INTERNET android.permission.MANAGE_ACCOUNTS android.permission.READ_SYNC_SETTINGS android.permission.READ_SYNC_STATS android.permission.USE_CREDENTIALS android.permission.WRITE_EXTERNAL_STORAGE android.permission.WRITE_SYNC_SETTINGS com.google.android.providers.gsf.permission.READ_GSERVICES |
SimpleSyncAdapter has the following Java source files.
com.kpbird.simplesyncadapter.ApplicationTest.java com.kpbird.simplesyncadapter.MyActivity.java com.kpbird.simplesyncadapter.db.DatabaseHelper.java com.kpbird.simplesyncadapter.model.ToDoModel.java com.kpbird.simplesyncadapter.sync.SimpleAuthenticator.java com.kpbird.simplesyncadapter.sync.SimpleAuthenticatorService.java com.kpbird.simplesyncadapter.sync.SimpleContentProvider.java com.kpbird.simplesyncadapter.sync.SimpleInit.java com.kpbird.simplesyncadapter.sync.SimpleSyncAdapter.java com.kpbird.simplesyncadapter.sync.SimpleSyncAdapterService.java com.kpbird.simplesyncadapter.sync.SyncConstants.java com.kpbird.simplesyncadapter.sync.SyncUtil.java com.kpbird.simplesyncadapter.ws.ParseUtil.java