Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am trying to integrate google login in my android app.
But getting errors and methods in tutorials are outdated.
Can anyone provide latest tutorial on this topic which works well with updated methods?
Thanks.

What I have tried:

I have tried with old tutorial but methods in that were outdated so failed.
Posted
Updated 23-May-18 4:18am

1 solution

Hello,
There are plenty of outdated tutorial are there on internet.
Here I have recently found a latest android google login tutorial for one of my trainee.
You will need to make app in google developer console first.
Then give your app's package name and SHA-1 to google developer console and download JSON file from there.
Include this JSON file in your project with some java code to integrate google sign in in your android app.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900