ncapdevi / android-demos

Google Drive Android API Demos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Drive Android API Demos

Google Drive Android API Demos app illustrates all possible ways to talk to Drive service with the use of interfaces available in Google Play Services. The calls illustrated within the app are:

Listing and querying

Working with files and folders

Intents

Hierarchical operations

Others

Can I run this app?

If you actually want to run this sample app (though it is mostly provided so you can read the code), you will need to register an OAuth 2.0 client for the package com.google.android.gms.drive.sample.demo with your own debug keys and set any resource IDs to those that you have access to. Resource ID definitions are on:

  • com.google.android.gms.drive.sample.demo.BaseDemoActivity.EXISTING_FOLDER_ID
  • com.google.android.gms.drive.sample.demo.BaseDemoActivity.EXISTING_FILE_ID

Analytics

About

Google Drive Android API Demos

License:Apache License 2.0


Languages

Language:Java 100.0%