In which task and step of the codelab can this issue be found?
step 6
Describe the problem
You say that you must assign the listResult value to _status .value as follow:
val listResult = MarsApi.retrofitService.getProperties()
_status.value = listResult
But I thing that there is maybe an error because is MarsApi.retrofitService.getPhotos() instead of .getProperties()
Steps to reproduce?
Go to...
Click on...
See error...
VersionsAndroid Studio version:API version of the emulator:
Additional informationInclude screenshots if they would be useful in clarifying the problem.
name: Android Basics Unit 6 issue about: Report problems with the Android Basics Unit 6 codelabs title: 'Android Basics Unit 6 issue:' labels: '' assignees: ''
URL of codelab https://developer.android.com/codelabs/basic-android-kotlin-training-getting-data-internet#5
In which task and step of the codelab can this issue be found? step 6
Describe the problem You say that you must assign the listResult value to _status .value as follow: val listResult = MarsApi.retrofitService.getProperties() _status.value = listResult
But I thing that there is maybe an error because is MarsApi.retrofitService.getPhotos() instead of .getProperties()
Steps to reproduce?
Versions Android Studio version: API version of the emulator:
Additional information Include screenshots if they would be useful in clarifying the problem.