A simple demo app to pick a photo, save to internal app storage, and share
- Uses Kotlin, Kotlin Coroutines, androidx, data binding and MVVM pattern
- View actions are routed through the VM. More details here: Single Actions
- File Provider used for storage. More details here: File Provider
- More on Coroutine gotchas in Android, and why I made
Pools.kt
in the project: Kotlin Coroutines on Android