google-developer-training / basic-android-kotlin-compose-training-mars-photos

Solution code for Android Basics in Kotlin course
https://developer.android.com/courses/android-basics-kotlin/course?gclid=CjwKCAjw4c-ZBhAEEiwAZ105RTyT-iaLHzrhMBUXdMhO230ZDwOwxxI2x4RgK8DwBxK8t1h0wmU_QxoCi4YQAvD_BwE
Apache License 2.0
66 stars 54 forks source link

Get Data from the Internet - Incorrect resource filename #88

Open rohan1989 opened 10 months ago

rohan1989 commented 10 months ago

URL of codelab: https://developer.android.com/codelabs/basic-android-kotlin-compose-getting-data-internet?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-5-pathway-1%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-compose-getting-data-internet#6

Specify the language of the codelab if it is not English: English

In which task and step of the codelab can this issue be found? Step 7: Add Internet permission and Exception Handling

Describe the problem Incorrect drawable resource file name mentioned as "res/drawable/loading_animation.xml" whereas it should be "res/drawable/loading_img.xml" as the project has resource file name as "loading_img.xml"

Steps to reproduce?

  1. Go to above mentioned codelab and step.
  2. Look for "loading_animation.xml"
  3. See that the file name is incorrect compared to the starter project code.

Versions Android Studio version: NA API version of the emulator: NA

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

Screenshot 2023-09-10 at 11 31 51 PM