Skip to content

Instantly share code, notes, and snippets.

@JoseAlcerreca
Created April 12, 2022 09:33
Show Gist options
  • Save JoseAlcerreca/d692db965420c58a6a4ef555d622376d to your computer and use it in GitHub Desktop.
Save JoseAlcerreca/d692db965420c58a6a4ef555d622376d to your computer and use it in GitHub Desktop.
@Composable
fun MyScreen(val viewModel: MyViewModel = viewModel()) {
val data by viewModel.data.collectAsState("Loading")
Text(greeting)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment