google-developer-training / android-basics-kotlin-mars-photos-app

Apache License 2.0
92 stars 193 forks source link

Android Basics: Get data from the Internet #111

Closed lossrodrigo closed 2 years ago

lossrodrigo commented 2 years ago

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?

  1. Go to...
  2. Click on...
  3. See error...

Versions Android Studio version: API version of the emulator:

Additional information Include screenshots if they would be useful in clarifying the problem.

osuleymanova commented 2 years ago

@lossrodrigo Thank you for reaching out to us. It looks like the localization issue has been already fixed: Screen Shot 2022-04-14 at 12 26 37 PM