A good tutorial for using AccountManager in Android?

William L. picture William L. · Jun 14, 2012 · Viewed 31.7k times · Source

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 :)

Answer

pjulien picture pjulien · Jun 14, 2012

http://developer.android.com/training/id-auth/authenticate.html

Doesn't get much more official than this