Ujjwal Bansal
Ujjwal Bansal

Reputation: 289

How to use Gmail account to authenticate the app in android?

In android how can I authenticate the user by Gmail account. Is their any api or support available for android.

Thanks...

Upvotes: 4

Views: 8055

Answers (3)

fwal
fwal

Reputation: 67

Take a look at my answer here: https://stackoverflow.com/a/10245999/350691 Hope it helps!

Upvotes: 2

Vineet Shukla
Vineet Shukla

Reputation: 24031

Are you asking how to authenticate user in your android app?

You can create a gmail client to authenticate user based on their gmail a/c but This is a unsupported in android sdk.

Upvotes: 2

Michael Aaron Safyan
Michael Aaron Safyan

Reputation: 95539

Yes, you can use OAuth in Android. There's a fairly detailed post on this:

There are also two other Java libraries that you might consider for this purpose:

Upvotes: 5

Related Questions