Custom AccountPicker for Google Accounts with User Photos

I want to implement OAuth login with google. What's the best way to get all custom Google accounts with images?

I can get a simple list of google accounts with AccountPicker.newChooseAccountIntent

, but I need a list with the user's photos, for example:

http://i.stack.imgur.com/TI874.png

+3


source to share


1 answer


If you are targeting Android 4.0 (API level 14) or higher, you can use the Contact Provider. http://developer.android.com/guide/topics/providers/contacts-provider.html#UserProfile



0


source







All Articles