Skip to content

Multiple samples showing the best practices in storage APIs on Android.

License

Notifications You must be signed in to change notification settings

samcon2/storage

 
 

Repository files navigation

Storage Samples Repository

This repository contains a set of individual Android Studio projects to help you learn about storage in Android (saving files in storage, key-value data, sharing simple data, sharing files, printing files, content providers, Storage Access Framework [SAF], etc.).

For more information, please read our documentation

Samples

ActionOpenDocument: A sample PDF viewer app that demonstrates the use of Intent.ACTION_OPEN_DOCUMENT.

ActionOpenDocumentTree: An example file manager app that utilizes Intent.ACTION_OPEN_DOCUMENT_TREE to allow a user to browse and open files.

About

Multiple samples showing the best practices in storage APIs on Android.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 71.1%
  • Kotlin 28.9%