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

Mistake in path 6. Add repository and Manual DI course #144

Open eugene-seb opened 2 months ago

eugene-seb commented 2 months ago

There are some errors in the hole module and and especially in this course. For instance: 6. Open the theme/MarsPhotosApp.kt file, inside the MarsPhotosApp() function, update the viewModel() to use the factory. but this file is actually in the ui package. There are other exemple of this kind of mistake which make it troublesome to stay focus.