Sign in using Google account in Android
Is there beautiful way to开发者_开发技巧 let user to sign in with it's GMail account? without typing his email, password and so on
If you mean with an account that is stored on the phone already, and you are accessing a Google service that requires a token rather than username/password you could look at the AccountManager
精彩评论