Skip to content

Instantly share code, notes, and snippets.

View callebdev's full-sized avatar
📱
building experiences

Calleb Joel Miquissene callebdev

📱
building experiences
View GitHub Profile
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContent {
YourAppTheme {
NavigationGraph()
}
}
}