‘Accounts’ in android – part two
This is the follow-up of the previous post on android accounts at http://www.digigene.com/android/accounts-in-android-part-one/. My complete code for account authentication is available as an open-source code in Github. The AccountManager is responsible for account management in android. A singleton object of this class is needed first to use its methods: AccountManager accountManager = AccountManager.get(context); In the following, I am going… Read More »