URL of codelab
https://developer.android.com/codelabs/basic-android-kotlin-compose-calculate-tip#3
In which task and step of the codelab can this issue be found?
4. Add a tip-percentage text field
Step 3
Describe the problem
The code snippet looks like this:
@Composable
fun EditNumberField(
@StringRes label: Int,
value: String,
onValueChanged: (String) -> Unit,
modifier: Modifier = Modifier
)
The param onValueChanged should be onValueChange
Steps to reproduce?
- Go to...
- Click on...
- See error...
Versions
Android Studio version:
API version of the emulator:
Additional information
Include screenshots if they would be useful in clarifying the problem.
URL of codelab
https://developer.android.com/codelabs/basic-android-kotlin-compose-calculate-tip#3
In which task and step of the codelab can this issue be found?
4. Add a tip-percentage text field
Step 3
Describe the problem
The code snippet looks like this:
The param
onValueChangedshould beonValueChangeSteps to reproduce?
Versions
Android Studio version:
API version of the emulator:
Additional information
Include screenshots if they would be useful in clarifying the problem.