This project demonstrates usage of the Android AccountManager.
account-management-demo is hosted in the following web site
https://github.com/swhittier/account-management-demo
If you think the Android project account-management-demo 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 account-management-demo.
Item | Value |
---|---|
Java File Count | 10 |
Activity Count | 4 |
Required Permissions | android.permission.AUTHENTICATE_ACCOUNTS android.permission.GET_ACCOUNTS android.permission.MANAGE_ACCOUNTS android.permission.USE_CREDENTIALS |
account-management-demo has the following Java source files.
com.swhittier.accountmanagement.ApplicationHome.java com.swhittier.accountmanagement.ApplicationTest.java com.swhittier.accountmanagement.UserLogin.java com.swhittier.accountmanagement.UserRegistration.java com.swhittier.accountmanagement.WelcomeActivity.java com.swhittier.accountmanagement.authentication.AccountAuthenticator.java com.swhittier.accountmanagement.authentication.AccountHelper.java com.swhittier.accountmanagement.authentication.AuthenticationService.java com.swhittier.accountmanagement.tools.PasswordValidator.java com.swhittier.accountmanagement.tools.UserNameValidator.java