I want to implement OAuth login with Google. What is the best way to get all user's Google accounts with images?
I can get a simple Google account list with AccountPicker.newChooseAccountIntent
but I want a list with user photos like this:
I want to implement OAuth login with Google. What is the best way to get all user's Google accounts with images?
I can get a simple Google account list with AccountPicker.newChooseAccountIntent
but I want a list with user photos like this:
If you are targeting Android 4.0 (API level 14) or higher you might want to use Contacts Provider. http://developer.android.com/guide/topics/providers/contacts-provider.html#UserProfile