I’m developing an application on Android and I want to allow users to log in with their Google account. How can I achieve this?
Take a look at http://developer.android.com/training/id-auth/index.html There you'll find a tutorial on how to use the Account Manager. (More specifically http://developer.android.com/reference/android/accounts/AccountManager.html)