7
Sự khác biệt của setValue () & postValue () trong MutableLiveData
Có hai cách tạo ra giá trị thay đổi của MutableLiveData. Nhưng sự khác biệt giữa setValue()& postValue()trong là gì MutableLiveData. Tôi không thể tìm thấy tài liệu cho giống nhau. Đây là lớp MutableLiveDatacủa Android. package android.arch.lifecycle; /** * {@link LiveData} which publicly exposes {@link #setValue(T)} and {@link #postValue(T)} …