to top

Remembering Users

Requirements and prerequisites

  • Android 2.0 (API level 5) or higher
  • Experience with Services
  • Experience with OAuth 2.0

You should also read

Android users get attached to their devices and to applications that they love. One way to make your application lovable is to make it personal. Android devices know who your user is, what services they have access to, and where they store your data. With your user's permission, you can use that information to make your application a richer, more personal experience.

In this class, you will learn multiple techniques for interacting with your user's identity, enabling you to:

  • Personalize your app by remembering users by their account name(s)
  • Authenticate the user to make sure they are who they say they are
  • Gain permission to access the user's online data via services like the Google APIs
  • Add a custom account to the user's device to authenticate your own back-end services

Lessons

Remembering Your User
Use AccountManager to learn the user's account name(s).
Authenticating to OAuth2 Services
Use OAuth2 to help users get permission to access web services without needing to type in a login name or password.
Creating a Custom Account Type
Add your own account type to the Android Account Manager.