The easiest way to access Google contacts on Android

I basically need to create an Android app that accesses the contact information of a fixed Google account. If I'm not mistaken, it seems that the GData API does not work on Android, while the Portable Contacts API does not support ClientLogin (which seems to be much simpler than OAuth). Should I use Portable Contacts + OAuth, or is there an easier way?

+4
source share

All Articles