-1

Possible Duplicate:
How do I retrieve the logged in Google account on android phones?

I am creating an application which needs authentication. I don't know anything about client authentication. I will be grateful if anybody could help me.

Thanks

Community
  • 1
  • 1
Bhavya
  • 1
  • 1

2 Answers2

1

If you are using java there is a library at

http://code.google.com/p/google-api-java-client/downloads/detail?name=google-api-java-client-1.6.0-beta.zip You can download it use it

vinay
  • 313
  • 1
  • 12
1

It's best practice to use AccountManager for client authentication

To know how to use the AccountManager, look here for example code.

Reno
  • 33,594
  • 11
  • 89
  • 102