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

Apache License 2.0
91 stars 193 forks source link

Android Basics: Load and display images from the Internet #82

Closed dremdilly closed 2 years ago

dremdilly commented 3 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: '' assignees: ''


URL of codelab https://developer.android.com/codelabs/basic-android-kotlin-training-internet-images?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-kotlin-unit-4-pathway-2%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-training-internet-images#2

In which task and step of the codelab can this issue be found? On step number 3 "Display an internet image" and task "Update the View Model" to number 7.

Describe the problem There is the wrong screenshot after the lines "Run the app. The TextView now displays the URL of the first Mars photo. All you've done so far is set up the ViewModel and the LiveData for that URL." On screenshot it shows a Failure, while there should be a text with "First Image URL" with correct URL of first Mars photo.

Steps to reproduce?

  1. Go to step number 3 "Display an internet image" and task "Update the view model" till the number 7 step of this task.
  2. View wrong screenshot on this step.
  3. Find the wrong text on screenshot of the app that contradict the following text "Run the app. The TextView now displays the URL of the first Mars photo. All you've done so far is set up the ViewModel and the LiveData for that URL."

Versions Android Studio version: 4.1.3

API version of the emulator: 29

Additional information Include screenshots if they would be useful in clarifying the problem. Screenshot 2021-09-16 164742

osuleymanova commented 2 years ago

@dremdilly The issue that you presented to us is important, and I thank you for bringing it to our attention. The image was updated: Screen Shot 2022-04-12 at 2 45 40 PM