Skip to content

Instantly share code, notes, and snippets.

View brighthr-stanton's full-sized avatar
Awesome

Stanton brighthr-stanton

Awesome
  • BrightHR
  • Manchester
View GitHub Profile
/*
* Based on https://gist.github.com/jamiesanson/d1a3ed0910cd605e928572ce245bafc4
*
* Refactored to use the preferred `DefaultLifecycleObserver` which does not rely on the annotation processor.
* See https://developer.android.com/reference/kotlin/androidx/lifecycle/Lifecycle#init
*
* Usage:
* `private var binding: TheViewBinding by viewLifecycle()`
*/