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
72 stars 66 forks source link

Get Data from the Internet #128

Open Anatoly4444 opened 7 months ago

Anatoly4444 commented 7 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#5

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

In which task and step of the codelab can this issue be found? Step 7 when ran the app on "Compile and run the app again." in Android Permissions part

Describe the problem Got error java.lang.IllegalArgumentException: Unable to create call adapter for class java.lang.String. Seems like source of problem in retrofit. Stack trace shows that problem in getPhotos function

Solution: Need to add suspend modifier to getPhotos() function

Steps to reproduce? I just did what described in codelab.

Versions _Android Studio version: Android Studio Hedgehog | 2023.1.1 Patch 2 API version of the emulator:

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