推荐使用哪种方法来组合多个LiveData:使用 MediatorLiveData 还是 switchMap ? // MediatorLiveData approach fun <A, B, C> combine( liveData1: LiveData<A>, ...
確定! 回上一頁