Join Slack
Communities
Powered by
I guess LiveData is not immutable, right?
# android
m
Mehdi Haghgoo
09/01/2020, 8:19 AM
I guess LiveData is not immutable, right?
k
KamilH
09/01/2020, 8:22 AM
You can’t set new value to the LiveData you can only observe this. To update it you need to use Mutable/MediatorLiveData
5
Views
Open in Slack
Previous
Next