How can I make a MutableLiveData that emits values...
# android-architecture
o
How can I make a MutableLiveData that emits values, when the Lifecycle of the UI changes? I tried the following, which isn’t possible:
r
This is incorrect. liveData.value is expecting <T> . The liveData builder you are using returns a LiveData<T>