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 #161

Open Yuki-Naka-Sharing-Study opened 1 month ago

Yuki-Naka-Sharing-Study commented 1 month ago

URL of codelab: https://developer.android.com/codelabs/basic-android-kotlin-compose-getting-data-internet?hl=ja#7

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

In which task and step of the codelab can this issue be found?

Describe the problem network パッケージを右クリックして、[New] > [Kotlin File/Class] を選択します。 ダイアログで [Class] を選択し、クラスの名前として「MarsPhoto」と入力します。 この操作により、MarsPhoto.kt という名前の新しいファイルが network パッケージに作成されます。

と書かれているが 実際は「model」パッケージを作成してその内部で「MarsPhoto」と入力します。

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.