> Your state should be exposed as a `LiveData` ...
# android-architecture
a
Your state should be exposed as a
LiveData
by your
ViewModel
Could you unwrap this a bit? Right now some state is exposed in that manner from my view model - but it's all trivial view state. I'm proposing adding an actual click listener function as part of that state that's exposed and sent along the
LiveData