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

Add Repository #39

Open davidnav19 opened 1 year ago

davidnav19 commented 1 year ago

URL of codelab: https://developer.android.com/codelabs/basic-android-kotlin-compose-add-repository#8

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

In which task and step of the codelab can this issue be found? [9. Write a repository test] Create an instance of the NetworkMarsPhotosRepository and pass the FakeMarsApiService as the marsApiService parameter.

Describe the problem Following the codelab from previous steps, it seems that the NetworkMarsPhotosRepository was previously called DefaultMarsPhotosRepository. In other words, in step 9, is the first time that the word NetworkMarsPhotosRepository is mentioned in the whole codelab

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.

osuleymanova commented 1 year ago

Duplicate of #34, #23, #17