Top "Android-account" questions

Android Account refers to the object public class Account as part of the mobile operating system Android that acts as a Value type that represents an Account in the AccountManager public class.

How to maintain session in android?

Can anybody tell me how to maintain session for a user login. For example when the user sign- in to …

android android-account android-authenticator
Pick an email using AccountPicker.newChooseAccountIntent

I'm trying to let the user pick an Email account using the following code: Intent intent = AccountPicker.newChooseAccountIntent(null, null, …

android android-account accountpicker
Should you use AccountManager for storing Usernames and Passwords for an Android app?

I would like to know if one should implement AccountManager to save user credentials such as username, email, passwords etc. …

java android accountmanager password-storage android-account
create custom account Android

What is the simplest way to create a custom account on Android? So far I've read the documentation: Creating a …

android android-account android-authenticator
Getting the Gmail Id of the User In Android

I don't know it is the correct question or not.How can we get the lo-gin id of the user …

android google-play-services android-account
Programmatically starting the 'Add Google Account' activity in Android

I am developing an application which needs a Google account for certain options. Options are disabled when no account is …

android android-activity android-account