I want to access Gmail credentials for log in in my Android application. I searched for this on Google but i didn't get any solution. Please give some reference links.Is there any SDK for that?
Any help would be highly appreciable.
I want to access Gmail credentials for log in in my Android application. I searched for this on Google but i didn't get any solution. Please give some reference links.Is there any SDK for that?
Any help would be highly appreciable.
All google services are uing OAuth 2.0 (Gmail, Drive, etc.)
Please take a look Using the Google APIs with OAuth 2.0 in Android
Read this may this helps you
http://developer.android.com/google/play-services/auth.html
There is an sample in your sdk/extra check it.
/extras/google-play-services/samples/auth