So MutableLiveData , as the name implies, is LiveData that could be changed. And what that means is that it exposes the setValue and postValue methods. setValue ...
確定! 回上一頁