Android integrate google+ in app - android

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.

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/

Related

Internal error when signing in to Google+ in test app

At first, I had the same problem as this guy: Implementing google play services in android
btw, I followed this tutorial including creating an oath 2.0 client ID: https://developers.google.com/+/mobile/android/getting-started
I followed the solution there and it fixed the compilation error. However, now, when I try to actually have the user sign in it just says "Internal error."
Does anybody know if there is a good beginner tutorial for using google play or Google+ in apps?
For me, this problem was resolved by following this tutorial: http://www.androidhive.info/2014/02/android-login-with-google-plus-account-1/
then by visiting the Consent page under APIs & Auth in your developer control panel for the app. See screenshot here: http://picpaste.com/Consent_Screen.jpg

How do I use the clients_secret json with connecting to Google Drive api Android

I downloaded the clients_secret json from the API console. I have seen that I may need it from here: client_secret not available in client_secret.json
I am not sure how I should integrate it into my Android app, or what it's exactly for.
For one of my apps, I have gotten a 403 Forbidden error, when I followed an example.
Insight would be helpful with explanation.
If your goal is to learn how to correctly authorize your Android app to use the Drive API, then the quickstart guide is probably the way to go:
https://developers.google.com/drive/quickstart-android

in-app billing for android application

I want to use Google play store API for my android game application and I am very confused from where I can get this API and implement them.Can anyone please tell me in detail,it will be great help to me as I am new to android gaming.So please help.
Google Play Billing Library is a part of the SDK, you only need to download it via the SDK manager.
Also a nice training class is available at Goole Developers:
https://developer.android.com/training/in-app-billing/index.html
This official docs are easy enough to follow:
http://developer.android.com/google/play/billing/billing_integrate.html

Google+ Integration in Android PhoneGap

I was trying to integrate Google+ in my phone Gap application, like twitter and facebook. But, I haven't find out any samples and Tutorials. If any one aware about that, please suggest me, how to do that in android Phone Gap.
Thanks in Advance..
You should be able to create a PhoneGap plugin that wraps over the Google+ APIs in Google Play Services.
For more information about the Google+ APIs in Google Play Services, please visit:
https://developers.google.com/+/mobile/android/

Access to Google Drive from self implemented Android application

My Problem is, that I want to use any SDK or API to access my google drive from my android phone without using an existing google drive app on my android phone.
I read the instructions on this side: google drive sdk
The code examples does only work for desktop applications and the "integrate with Android" topic on the side does not provide any example how I can access my google drive from my android application.
I already read android-api-for-google-drive here but this leads only to more links and how-to's which are far to complicated and fuzzy.
Has anyone experience with connecting to google-drive from an android application and could help with any example code or "clean-and-short-explained" tutorial?
Luckily, just after you asked this question, Google released their Play Services (see this link), which makes it a heck of a lot easier to access files using the Drive SDK & Drive API. Please see my post on Google Plus that gives a step-by-step walkthrough and code example on how to integrate an Android app with Google Drive documents: https://plus.google.com/u/0/114042449736049687152/posts/CD3L8zcJg5Z
In the tutorial, I reference a particular Google IO 2012 talk (slides at https://docs.google.com/presentation/d/1LrEKp2PqESsES3upS1xsSARz35KS-9QHnYFTKvS2yzM/preview#slide=id.p19), but please read my G+ post because I go through the various flaws, pitfalls, and omitted details from this presentation.
Before you start coding anything, get yourself signed up for the Google APIs (see this link), get into the API Console, and turn on both the Google Drive API and Drive SDK.
Good luck & have fun!

Categories

Resources