navigation-compose Questions

2

I just migrated to navigation compose version 2.7.3 and am trying to implement the new animations. My issue is the animations don't work on some of the screens and is always the default fade animat...

4

I am using Navigation-Compose in my app : override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setContent { ComposeTheme { val navController = rememberNavCont...
Uptrend asked 14/2, 2022 at 7:5

1

I am trying to pass audio file location(/storage/emulated/0/Android/media/...) as string from first screenhome_screen to second screendetail_screen, When I pass normally above string as a parameter...

1

I've a composable called ParentScreen and a ViewModel named ParentViewModel. Inside the ParentViewModel, I am collecting a value from my repo. class MyRepo @Inject constructor() { fun getParentDat...
1

© 2022 - 2024 — McMap. All rights reserved.