I've been working on Google sign-in in Android Apps and I've got it working. The problem appears when I try to retrieve profile information. In the API guide in Android developers:
https://developers.google.com/+/mobile/android/people
They explain the way to do it using the function "loadPerson" and the listener "OnPersonLoadedListener". I'm getting an error in Eclipse that says that function is undefined. If you look up into the reference of the PlusClient Class (http://developer.android.com/reference/com/google/android/gms/plus/PlusClient.html), neither loadPerson nor OnPersonLoadedListener appear. And I've found a link to OnPersonLoadedListener:
But it's getting 404 Error.
Am I missing something? Is it deprecated? I'm quite confused :/
Thanks in advance.