In which task and step of the codelab can this issue be found?
Task 3
Describe the problem
In the section title "Update the layouts and fragments", the code shown for step 3 is missing an index value for viewModel.photos.imgSrcUrl. The line should read viewModel.photos[0].imgSrcUrl
Steps to reproduce?
See above
Versions
N/A
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: '' 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? Task 3
Describe the problem In the section title "Update the layouts and fragments", the code shown for step 3 is missing an index value for viewModel.photos.imgSrcUrl. The line should read viewModel.photos[0].imgSrcUrl
Steps to reproduce? See above
Versions N/A
Additional information Include screenshots if they would be useful in clarifying the problem.