ݺߣ

ݺߣShare a Scribd company logo
Android Package Series
By
Yogesh Dhotre
Shahabaj Dange
Android Package Series: Package ppt2
Interfaces of android.accounts
 AccountManagerCallback<V>
 AccountManagerFuture<V>

A AccountManagerFuture represents the result of an
asynchronous AccountManager call.
 OnAccountsUpdateListener

An interface that contains the callback used by the
AccountManager
Classes of android.accounts
 AbstractAccountAuthenticator

Abstract base class for creating AccountAuthenticators.
 Account

Value type that represents an Account in
the AccountManager.
 AccountAuthenticatorActivity

Base class for implementing an Activity that is used to help
implement an AbstractAccountAuthenticator.
Classes of android.accounts
 AccountAuthenticatorResponse

Object used to communicate responses back to the
AccountManager
 AccountManager

This class provides access to a centralized registry of the
user's online accounts.
 AuthenticatorDescription
A Parcelable value type that contains information about an
account authenticator.
Exceptions of android.accounts
 AccountsException
 AuthenticatorException
 NetworkErrorException
 OperationCanceledException
Thanks for visiting
 Keep visting on

www.ritald.blogspot.in

More Related Content

Package ppt2

  • 1. Android Package Series By Yogesh Dhotre Shahabaj Dange
  • 2. Android Package Series: Package ppt2
  • 3. Interfaces of android.accounts  AccountManagerCallback<V>  AccountManagerFuture<V> A AccountManagerFuture represents the result of an asynchronous AccountManager call.  OnAccountsUpdateListener An interface that contains the callback used by the AccountManager
  • 4. Classes of android.accounts  AbstractAccountAuthenticator Abstract base class for creating AccountAuthenticators.  Account Value type that represents an Account in the AccountManager.  AccountAuthenticatorActivity Base class for implementing an Activity that is used to help implement an AbstractAccountAuthenticator.
  • 5. Classes of android.accounts  AccountAuthenticatorResponse Object used to communicate responses back to the AccountManager  AccountManager This class provides access to a centralized registry of the user's online accounts.  AuthenticatorDescription A Parcelable value type that contains information about an account authenticator.
  • 6. Exceptions of android.accounts  AccountsException  AuthenticatorException  NetworkErrorException  OperationCanceledException
  • 7. Thanks for visiting  Keep visting on www.ritald.blogspot.in