What is "Google Play Android Developer" in Google API's Project - android

I am really confused on why there is a project named Google Play Android Developer in my projects listing. I have developed a really simple app which I created a project for but I don't know what Google Play Android Developer project is for. When do I use this?
P.S. Sorry if this is the wrong place to post. I couldn't find a better place

U can reffer Android developer console ;
Click this link

Related

How to add Google sign in and leaderboard?

So I have made a small Android game(private) and I want to put Google sign in and Leader Board so I can play with my friends.
I have searched on youtube how to create a Google sign in but I didn't find any step by step videos.
Also, when I tried configuring app on https://developers.google.com/identity/sign-in/android/start-integrating#next_steps
with com.example and sha1 I got an error:
"Something went wrong when creating your project. Please try again
later."
Any ideas?
I have never tried implementing Google services again so I am a total newbie.
I have added implementation 'com.google.android.gms:play-services-auth:15.0.1'
I've been trying the same thing, and didn't find any up to date tutorial. I give you the steps I've figured out so far:
Create a Google Play Console account (costs 25 USD)
Create a project there and follow through all the steps in your projects' "Game Services", like "Linked Apps", "Achievements", "Leaderboard"....
Under achievements scroll down to "Get resources" and copy the code to res/values/games-ids.xml in your Android Studio project.
This tutorial: https://code.tutsplus.com/tutorials/get-started-with-google-play-games-services--cms-27755 is good until that point, but the code to call the Google Api is deprecated.
Follow the official guide to set up a Google sign-in instead: https://developers.google.com/identity/sign-in/android/sign-in
The leaderboard: https://developers.google.com/games/services/android/leaderboards
And the achievements: https://developers.google.com/games/services/android/achievements
You do not need to create neither a .xml nor a .java file for the leaderboard and achievements, the code samples in the tutorials above will call the standard dialog for this automatically.
Hope I could help a little bit :)

Use of console developer google

Recently I came to know about console.developer.google,can anyone will tell me that what is the use of console developer google for android?
It's for you to manage publication of your app.

I cannot find my alpha android project in play services list

I created an android application in the google developer console and published it to alpha.
I went to setup google play services for an app, but I cannot find my alpha application in 'I already use Google APIs in my game'.
I can create a new project from 'I don't use any Google APIs in my game yet', but I hope I can use my alpha application if there is a way to do that.
Any help is greatly appreciated.
Thanks for advance.

Writing to Google Drive from an Android app

I'm working on an Android app where I need to write to a Google Drive spreadsheet. There's a quick start video on "Google Developers Live" that seems to go through most of the required steps, but for the library usage they just say to click some button in Eclipse. I'm not using Eclipse though and would like to make this work with a maven project.
What libraries are required and how can I get them all using maven?
Here's the part of the video I'm talking about: http://youtu.be/Ied1CjJ0iP0?t=9m41s
Also, I've found this SO post and the latest edit says to use the Drive API V2 but a google api client is linked. I'm not exactly sure what's needed or if perhaps something has changed since then.
You should use the Google API Java Client. Downloads for Drive are here: https://code.google.com/p/google-api-java-client/wiki/APIs#Drive_API

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

Categories

Resources