Top "Android-googleapiclient" questions

GoogleApiClient is throwing "GoogleApiClient is not connected yet" AFTER onConnected function getting called

So I found something that is not very clear for me about GoogleApiClient. GoogleApiClient has a function called onConnected which …

android google-play-services google-api-client android-googleapiclient
How to get access token after user is signed in from Gmail in Android?

I am following Google Sign in for Android. Now I can get the idToken but my back end server that …

android google-play-services google-signin android-googleapiclient
statusCode=DEVELOPER_ERROR in google login

Below code I am using for Google login.I added google-services.json file in the app folder.I am using …

android google-plus google-login android-googleapiclient google-developer-tools
Caused by: java.lang.IllegalStateException: GoogleApiClient is not connected yet

I am getting this error message when trying to implement logout for Google Sign-In for Android: Caused by: java.lang.…

java android android-studio google-api-client android-googleapiclient
SupportMapFragment.getMap() on a null object reference

After trying just about everything, I cannot seem to getmap without pulling a null object reference. I am trying to …

android android-fragments android-googleapiclient
How to take google maps snapshot without actually displaying the map

I want to be able to take a screenshot of a certain location in google maps without actually loading the …

android google-maps android-googleapiclient
How to get phone number of the device in android activity

Is there any way to get phone number of device, by using GoogleApiClient. I got email, now want phone number.

java android google-api-client android-googleapiclient
Google Places AutoComplete + Android Fragment

I am a beginner on Android development and I came into a problem which I hope you can help me …

android android-fragments autocomplete google-api-client android-googleapiclient
GoogleApiClient onConnectionFailed with statusCode=SIGN_IN_REQUIRED

I'm trying to connect my app to Google play service to access Google Drive but It showing me connection failed …

android google-api google-api-client google-drive-android-api android-googleapiclient