Managing Form State in Compose 05/12/2022 At my previous job, we used to store input data inside `LiveData` objects in a `ViewModel`, by creating multiple `MutableLiveData`s, and multiple `LiveData` for encapsulation. Like so... androiddev notifications form input compose