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/
Related
I integrate Google analytics with clients website and now, a client wants to track his mobile app as well. So, I want to know that how to integrate Google Analytics in Android app. I read this article,
https://developers.google.com/analytics/devguides/collection/android/v4/
This is enough for me and I just follow the instructions mentioned on above link given below?
Thanks!
Yes that link should show you how to add analytics to your app.
Use these link
For this Ready Project(Android Integrating Google Analytics V4)
https://www.androidhive.info/2015/08/android-integrating-google-analytics-v4/
Android Firebase – Integrating Analytics
https://www.androidhive.info/2016/06/android-firebase-integrate-analytics/
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
I am working on an app with integration for facebook, twitter, flicker, and Google plus. I have done all the things besides Google plus.
Has anyone used Google plus API in his own app?
The Google+ Platform for Android is now available.
With the platform, you are able to:
Allow users to sign in with Google+.
Integrate the native +1 button.
Write moments to the user's Google+ history (developer preview)
For more information, see:
https://developers.google.com/+/mobile/android/
Right now there is no official API for Google Plus for Android. Check out the official documentation here.
Quote:
The Google+ platform for Android will soon be available in the coming
weeks — this documentation gives you a quick overview of what to
expect.
I am designing an app for android in which I have to integrate yahoo, google plus.
How to login these through app and get the user information?
Please do show me a way to implement this. Any tutorial may help.
Thanks.
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/