google-developer-training / basic-android-kotlin-compose-training-tip-calculator

Apache License 2.0
61 stars 93 forks source link

Intro to state in Compose: Android Basics with Compose #211

Closed jonOsm closed 3 months ago

jonOsm commented 3 months ago

URL of codelab https://developer.android.com/codelabs/basic-android-kotlin-compose-using-state

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

Describe the problem "remember" is not used when assigning mutable state. it's a bit confusing when the previous lab uses, plus android studio complains

Steps to reproduce? visit the page

jonOsm commented 3 months ago

i just needed to keep reading.