google-developer-training / basic-android-kotlin-compose-training-unscramble

Apache License 2.0
98 stars 140 forks source link

Android Basics: Viewmodel and State in Compose #160

Open alghe-global opened 10 months ago

alghe-global commented 10 months ago

https://developer.android.com/codelabs/basic-android-kotlin-compose-viewmodel-and-state?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-4-pathway-1%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-compose-viewmodel-and-state#7

In this task, you update the score and the word count as the user plays the game. The score must be part of _ uiState.

should be:

In this task, you update the score and the word count as the user plays the game. The score must be part of _uiState.

no space between _ and uiState