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
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
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
It's best practice to use AccountManager
for client authentication
To know how to use the AccountManager
, look here for example code.