Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Haeushi opened this issue Oct 18, 2024 · 0 comments
Open

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

Haeushi opened this issue Oct 18, 2024 · 0 comments

Comments

@Haeushi
Copy link

Haeushi commented Oct 18, 2024

URL of codelab

In which task and step of the codelab can this issue be found?
Calculate a custom tip, step 4

Describe the problem
The onValueChange in EditNumberField is suddenly changed to onValueChanged with letter d. In Intro to state in Compose codelab, the EditNumberField Composable is set to onValueChange while in the next codelab, Calculate a custom tip the onValueChange in EditNumberField is set to onValueChanged with letter d.

Steps to reproduce?

  1. Go to... URL of codelab
  2. Click on... Calculate a custom tip, take codelab, go to step 4
  3. Scroll down to see the code for the TipTimeLayout() function should look like this code snippet now: See error...

Additional information
Intro to state in Compose codelab - State hoisting
image
Calculate a custom tip codelab - Add a tip percentage textfield
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant