android-jetpack-compose-navigation Questions

3

Solved

I am working on a project that utilizes Jetpack Compose Navigation with Type-Safe Navigation. Within my application, I have an composable function responsible for hosting the navigation graph. Here...

3

Solved

I want to use share same viewmodel instance in koin in jetpack compose navigation. I know there is a function in koinViewModel() to get instance of viewModel. I recently saw a Koin Documentation ha...

2

Solved

I have a composable function declared like this: fun ScreenA( nav: NavController, type: SomeTypeObject, ) { val vm = getViewModel<SomeTypeObjectViewModel>() val state = rememberScaffoldSt...
1

© 2022 - 2025 — McMap. All rights reserved.