3 questions
0
votes
0
answers
106
views
Navigation destination is being called 4 times for some reason in jetpack compose?
This is my NavGraph, here the destination "VerificationScreen/{verificationId}" is being called 4 times thus creating the viewmodel 4 times. What could be reason for this?
@Composable
fun ...
1
vote
1
answer
78
views
Android NavigationBar Alternative Approach for Devices with Smaller Screens
I need to provide an alternative NavigationBar implementation should the device's width be less that 600.
Here is the code that I am working with:
val config = LocalConfiguration.current
val ...
0
votes
0
answers
31
views
Naviagtion XYZ cant be found from current destination()
I often get this error a lot in all my projects
Navigation action/destination com.speakerbooster.volumebass.equalizersound.amplifier:id/action_premiumFragment_to_dashboardFragment cannot be found from ...