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

Apache License 2.0
92 stars 134 forks source link

Android Basics: Viewmodel and State in Compose #199

Open samrjack opened 3 months ago

samrjack commented 3 months ago

In step 5 of page 6, the directions state to change the first text box when it should be the second. However I think as a learner, it makes more sense to phrase the direction as "replace the hard-coded value scrambleun with the newly added currentScrambleWord variable" or something like that. State what you're replacing and not just where so that it forms connections to the why .