LiveData 裏面 Transformations 的 map 以及 switchMap

假設在一個實現了 viewmodel 的類裏面有以下代碼:java private val queryLiveData = MutableLiveData<String>() private val repoResult: LiveData<RepoSearchResult> = Transformations.map(queryLiveData) { reposi
相關文章
相關標籤/搜索