Skip to content

jocmp/GooglePhotoPicker

Repository files navigation

Google Photo Picker

A simple demo app to pick a photo, save to internal app storage, and share

Demo screenshot

Technical stuff

  • 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

Releases

No releases published

Packages

No packages published

Languages