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

Apache License 2.0
61 stars 92 forks source link

Calculate a custom tip: Android Basics with Compose #167

Open NotVaishav opened 8 months ago

NotVaishav commented 8 months ago

URL of codelab

Step 12

The property for the TextField which describes the on-change event should be termed onValueChange but in the code lab it terms it as onValueChanged

**Additional in

Screenshot 2024-01-15 at 8 51 16 AM

formation**