Is there any Gmail sdk for android, just like facebook sdk. I don't want to use devise gmail App. can anyone help me.
Asked
Active
Viewed 998 times
1 Answers
0
No, there is no such SDK and if you want to access the emails of Gmail then you need to implement your own email client
and for that follow the above link shared by Spk
.
EDIT: Android has provided a mechanism to access Email thru it's Gmail App's content provider
.Here it is:

Vineet Shukla
- 23,865
- 10
- 55
- 63
-
Thanks for your response Vineeth, but i want to access contacts of gmail with out using devise gmail app. – VKJ Jun 27 '12 at 12:09