A good tutorial for using AccountManager in Android?

accountmanager, android, java, oauth, oauth-2.0

Solution

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

Doesn't get much more official than this

Problem

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

Original source