//LiveDataViewModel val currentWeather: LiveData = liveData { emit(LOADING_STRING) emitSource(dataSource.fetchWeather()) }
確定! 回上一頁