Skip to content

Instantly share code, notes, and snippets.

@arildojr7
Last active November 23, 2021 15:10
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 arildojr7/17f34450de3835cf2643bfb4ac0c3f8a to your computer and use it in GitHub Desktop.
Save arildojr7/17f34450de3835cf2643bfb4ac0c3f8a to your computer and use it in GitHub Desktop.
MainActivity.kt wearos-compose
class MainActivity : ComponentActivity() {
private val viewModel: MainViewModel by viewModels()
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContent {
MaterialTheme { }
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment