Does anyone know of any good tutorials for using AccountManager in android, basically what I'm trying to do is request a OAuth2 token to use with a google api, any suggestions would be appreciated :)
Asked
Active
Viewed 3.5k times
28
-
3best source my friend : https://developer.android.com/training/id-auth/custom_auth.html – Tarun Deep Attri Jul 19 '16 at 11:09
-
3another best tutorial: http://blog.udinic.com/2013/04/24/write-your-own-android-authenticator/ – Khairul Alam Licon Aug 23 '16 at 06:38
-
1Hello there, I was looking for a tutorial on account manager, and today I found this repository: https://github.com/SamuGG/android-account-manager-example – Qazi Fahim Farhan Dec 31 '19 at 10:37
1 Answers
20
http://developer.android.com/training/id-auth/authenticate.html
Doesn't get much more official than this

pjulien
- 1,369
- 10
- 14