google-developer-training / android-basics-kotlin-cupcake-app

Apache License 2.0
103 stars 163 forks source link

Android Basics: Shared ViewModel #97

Closed mohamed-elghayesh closed 10 months ago

mohamed-elghayesh commented 1 year ago

URL of codelab https://developer.android.com/codelabs/basic-android-kotlin-training-shared-viewmodel?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-kotlin-unit-3-pathway-4%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-training-shared-viewmodel#5

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

Describe the problem

variable name "viewModel" is not accessible, I had to change it to something else eg: "viewModeler"