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:
+3
Ivan Fork
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
Marcin S.
source
to share