Skip to content
This repository was archived by the owner on Jan 11, 2022. It is now read-only.

Commit 480fc2e

Browse files
author
Rich Starbuck
committed
Initial commit of Deprecation sample.
1 parent 0d44ff0 commit 480fc2e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2019
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ A collection of samples that demonstrate how to call G Suite APIs from Android.
1010

1111
Learn how to handle conflicts from the Drive API.
1212

13+
#### [Deprecation](drive/deprecation)
14+
15+
A sample app demonstrating migrating from the Android API to the REST API. See
16+
the [migration guide](https://developers.google.com/drive/android/deprecation)
17+
for details.
18+
1319
#### [Demos](demos/)
1420
These demos illustrate all possible ways to talk to Drive service with the
1521
use of interfaces available in [Google Play Services](https://developers.google.com/android/guides/overview).

drive/deprecation/.gitignore

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
*.iml
2+
.gradle
3+
/local.properties
4+
/.idea/caches/build_file_checksums.ser
5+
/.idea/libraries
6+
/.idea/modules.xml
7+
/.idea/workspace.xml
8+
.DS_Store
9+
/build
10+
/captures
11+
.externalNativeBuild

drive/deprecation/.idea/codeStyles/Project.xml

+77
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

drive/deprecation/.idea/codeStyles/codeStyleConfig.xml

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)