I am developing a game in which I want the user to be able to use their Google Mail account to log in. They should be able to simply click on a Gmail login button and be taken to the Gmail login page, which authenticates them and invokes some callback on my android app.
I am new to Android and don't know how I can make this work.