LiveData 和 MutableLivedata的区别LiveData VS MutableLiveDataLiveData 解析
大纲LiveData VS MutableLiveDataLiveData 解析LiveData是干什么的LiveData VS MutableLiveData首先来看看LiveData 和 MutableLiveData之间的一个最直接关系LiveData 类的源文件public abstract class LiveData<T> {protected void postValue(T value) {}@MainThreadprotected void setV