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

Android Basics: Viewmodel and State in Compose #218

Open
Yuki-Naka-Sharing-Study opened this issue Oct 7, 2024 · 0 comments
Open

Android Basics: Viewmodel and State in Compose #218

Yuki-Naka-Sharing-Study opened this issue Oct 7, 2024 · 0 comments

Comments

@Yuki-Naka-Sharing-Study
Copy link

[7. 推測した単語を照合して、スコアを更新する]
(https://developer.android.com/codelabs/basic-android-kotlin-compose-viewmodel-and-state?hl=ja#6)

Button( modifier = modifier .fillMaxWidth() .weight(1f) .padding(start = 8.dp), onClick = { gameViewModel.checkUserGuess() } ) { Text(stringResource(R.string.submit)) }

modifier = modifier

が間違っています。

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