anddev
anddev

Reputation: 3204

Android integrate google+ in app

Can anyone used Google+ in android app? I searched about the same thing but I found nothing. If anyone have any idea or related code then please post here.

Thanks.

Upvotes: 4

Views: 2250

Answers (4)

John
John

Reputation: 1

Integration of Google Plus into your android application requires following prerequisites

  1. Enable Google+ API on Developers Console and create credentials for your application authentication

  2. Configuring Google Play Services in Eclipse

  3. 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/

Upvotes: 0

fergerm
fergerm

Reputation: 241

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

Upvotes: 1

Bozho
Bozho

Reputation: 597382

You can also try http://code.google.com/p/google-plus-java-api/

Upvotes: 0

dgrant
dgrant

Reputation: 1427

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

Upvotes: 7

Related Questions