A rouge notification problem 16/09/2022 Recently, a project that I was working on, had a strange bug–a blank notification appeared when you open the app for the first time. androiddev notifications 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