Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Forget the Storage Permission: Alternatives for Sharing and Collaborating - Android Development
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 About me
- 3 App Specific Storage
- 4 Public storage
- 5 Do I need the storage permission?
- 6 maxSdkVersion
- 7 URI Based Permissions
- 8 Sharing files between apps
- 9 Sender app with FileProvider
- 10 Receiving app
- 11 ACTION_GET_CONTENT with multiple files
- 12 ACTION_OPEN_DOCUMENT
- 13 OPEN_DOCUMENT = GET_CONTENT
- 14 Intent Actions for Storage Access Framework
- 15 Implementing a Document Provider
- 16 Document Provider Resources
- 17 Recap