https://github.com/smarttoolfactory/saf-and-scoped-storage-tutorials
Tutorials, utilities and playground for storing files with File, DocumentFile and Storage Access Framework
https://github.com/smarttoolfactory/saf-and-scoped-storage-tutorials
Last synced: about 1 month ago
JSON representation
Tutorials, utilities and playground for storing files with File, DocumentFile and Storage Access Framework
- Host: GitHub
- URL: https://github.com/smarttoolfactory/saf-and-scoped-storage-tutorials
- Owner: SmartToolFactory
- Created: 2020-11-15T07:28:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-26T17:35:40.000Z (over 2 years ago)
- Last Synced: 2025-04-04T10:25:41.613Z (2 months ago)
- Language: Java
- Size: 316 KB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Storage Tutorials
Tutorials about Storage Access Framework, DocumentFile, EXIF data for images, Scoped Storage and MediaStore
## ⚠️ Under Construction
This is an old tutorial i created back in 2017. Written with Java, used AsyncTask, old EXIF code for retreiving
and storing files data. I intend to update soon to be compitable with Android R+ and Scoped Storage, change language to Kotlin and use Coroutines flow instead of AsycTask.