Android integrate google+ in app
Can anyone used Google+ in an开发者_开发问答droid app? I searched about the same thing but I found nothing. If anyone have any idea or related code then please post here.
Thanks.
There is no public API yet, but you can sign up for updates here:
https://services.google.com/fb/forms/plusdevelopers/
A basic Java library is available here: http://code.google.com/p/javaplus/
And a basic PHP library here: https://github.com/jmstriegel/php.googleplusapi
Here is the link to the Google APIs. https://developers.google.com/+/mobile/
You can create your application, and add several APIs to it (Youtube, Google+, etc). There are several samples.
Hope its useful
You can also try http://code.google.com/p/google-plus-java-api/
Integration of Google Plus into your android application requires following prerequisites
Enable Google+ API on Developers Console and create credentials for your application authentication
Configuring Google Play Services in Eclipse
Create Android Application with Google Plus Sign In
You can check detailed step by step tutorail at
http://androidsrc.net/integrating-google-plus-sign-in-into-your-android-application/
精彩评论