It seems to me that LiveData is doing the same. Example with Flow: ViewModel val items = repository.fetchItems().asLiveData(). Repository fun fetchItems() = ...
確定! 回上一頁