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

Thanks...

link|improve this question

0% accept rate
feedback

3 Answers

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:

link|improve this answer
feedback

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.

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.