name: Android Basics Unit 4 issue
about: Report problems with the Android Basics Unit 4 codelabs
title: 'Android Basics Unit 4 issue:'
labels: '6 - Connecting to te internet'
assignees: ''
In which task and step of the codelab can this issue be found?
In ViewModelScope
Item 5. Assign the result we just received from the backend server to the _status.value.
Describe the problem
When you translate to portuguese you check a writing error in the sentence bellow:
Wrong sentence
val listResult = MarsApi.retrofitService.getProperties()
_status.value = listResult
Right sentence
val listResult = MarsApi.retrofitService.getPhotos()
_status.value = listResult
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 4 issue about: Report problems with the Android Basics Unit 4 codelabs title: 'Android Basics Unit 4 issue:' labels: '6 - Connecting to te internet' assignees: ''
URL of codelab
In which task and step of the codelab can this issue be found? In ViewModelScope Item 5. Assign the result we just received from the backend server to the _status.value.
Describe the problem
When you translate to portuguese you check a writing error in the sentence bellow:
Wrong sentence val listResult = MarsApi.retrofitService.getProperties() _status.value = listResult
Right sentence val listResult = MarsApi.retrofitService.getPhotos() _status.value = listResult
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.