Skip to content

Instantly share code, notes, and snippets.

@SeongUgJung
Created February 15, 2022 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SeongUgJung/7d63dc5052dd261f62b3566405c50ec3 to your computer and use it in GitHub Desktop.
Save SeongUgJung/7d63dc5052dd261f62b3566405c50ec3 to your computer and use it in GitHub Desktop.
@Composable
fun ContentView() {
val age by viewModel.age.observeAsState() // viewModel.age: ObservableInt
// omitting...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment