A sample application that implements authentication and sync using Android AccountManager and SyncAdapter.
ShoppingList is hosted in the following web site
https://github.com/Egorand/ShoppingList
If you think the Android project ShoppingList 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 ShoppingList.
Item | Value |
---|---|
Java File Count | 16 |
Target SDK Version | 16 |
Minimum SDK Version | 10 |
Activity Count | 2 |
jar files used | Parse-1.3.2.jar |
Required Permissions | 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_SYNC_SETTINGS |
ShoppingList has the following Java source files.
com.example.shoppinglist.LoginActivity.java com.example.shoppinglist.MainActivity.java com.example.shoppinglist.ShoppingListApplication.java com.example.shoppinglist.auth.AccountUtils.java com.example.shoppinglist.auth.AuthenticatorService.java com.example.shoppinglist.auth.Constants.java com.example.shoppinglist.auth.IAuthenticationClient.java com.example.shoppinglist.auth.ShoppingListAccountInfo.java com.example.shoppinglist.auth.ShoppingListAuthenticationClient.java com.example.shoppinglist.auth.ShoppingListAuthenticator.java com.example.shoppinglist.model.ORMLiteLoader.java com.example.shoppinglist.model.ShoppingItem.java com.example.shoppinglist.model.ShoppingListSQLiteHelper.java com.example.shoppinglist.sync.ShoppingListSyncAdapter.java com.example.shoppinglist.sync.ShoppingListSyncService.java com.example.shoppinglist.sync.StubContentProvider.java