Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google Api Java Client

Rare Nullpointerexception In Googleapiclient Using Firebase

I am using GoogleApiClient to login users using their Google account. Basically, I am using Firebas… Read more Rare Nullpointerexception In Googleapiclient Using Firebase

Unable To Retrieve Google Drive Files And Folders Using New Drive Api

I am trying to get a list of Files in a Folder from Google Drive from my Android app but have been … Read more Unable To Retrieve Google Drive Files And Folders Using New Drive Api

Best Way To Use Google Apis Using Oauth 2.0 On Android

I'm trying to migrate an Android application using OAuth 1.0a to OAuth 2.0. (using the Google A… Read more Best Way To Use Google Apis Using Oauth 2.0 On Android

Google-api-java-client For Google Calendar On Android Infinite Loop

I have been struggling with the sample android application provided by Google for integrating some … Read more Google-api-java-client For Google Calendar On Android Infinite Loop

Google Calendar Api With Android - Delete Event

I would like to delete an event from a calendar with the followoing code: //insertedEntry: I want … Read more Google Calendar Api With Android - Delete Event

Getting User Credentials Using Google+ Api

I am trying to include Google sign in in my android application using Google+ Api. I am able to tak… Read more Getting User Credentials Using Google+ Api