Search code examples
javaandroidoauthoauth-2.0accountmanager

A good tutorial for using AccountManager in Android?


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


Solution

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

    Doesn't get much more official than this