Your state should be exposed as a `LiveData` by yo...
# android-architecture
l
Your state should be exposed as a
LiveData
by your
ViewModel
. It may itself be located in an `object`/singleton/repository if you need to keep it for longer than the
ViewModel
lifecycle (which is tied to the activity, minus config changes)