I'm a junior Android developer. I have task to export contacts from my Android phone book to Gmail account directory Contacts->My Contacts, but I can't find any useful information on the Internet about Google Gmail API, so the question is how can I gain access to Gmail My Contacts folder to insert my contacts from the phone or when I can find information about Gmail API.

Thank you and sorry for my English.

link|improve this question
code.google.com/apis/contacts might be what you are looking for, unless you mean the proprietary Google Contacts sync adapter that is present in most/all Android phones. – Jens Oct 25 '11 at 8:22
as I understand,I need to divide my task in two parts: 1.authorization to my google account 2.translating my contacts into xml format and then send my xml request to the gmail server.It's correct? – Avershin Dmitry Oct 25 '11 at 9:31
1  
That's correct. – Jens Oct 25 '11 at 9:38
Ok,could you recommend some information about authorization to web service(gmail example) for beginners,I look for that,but all information that I have found is SampleSyncAdapter app in android developer site,but this code without any explanations seems to be hard for understanding – Avershin Dmitry Oct 26 '11 at 4:43
Well, the linked API is a GData API - but that's covered well here on StackOverflow - you can check out the top answers here: stackoverflow.com/questions/524257/… – Jens Oct 26 '11 at 12:18
show 3 more comments
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.