Skip to content

Instantly share code, notes, and snippets.

View jt-gilkeson's full-sized avatar
:octocat:

J.T. Gilkeson jt-gilkeson

:octocat:
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()`
*/