I guess LiveData is not immutable, right?
# android
m
I guess LiveData is not immutable, right?
k
You can’t set new value to the LiveData you can only observe this. To update it you need to use Mutable/MediatorLiveData