You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a newbie and am currently working with a single activity and multiple fragments pattern. I want to integrate this smooth bar with the navController.
But this would create a new fragment every time instead of using the existing fragment in the navigation stack. I looked up the documentation and it only teaches how to integrate it with the bottom navigation view they provided.
Is it possible to somehow setup the nav controller? And if not, are there any workarounds?
The text was updated successfully, but these errors were encountered:
I have exactly the same problem, I'm trying to apply the Navigation Controller to my project and it does not allow me to add it to this type of component
I am a newbie and am currently working with a single activity and multiple fragments pattern. I want to integrate this smooth bar with the navController.
I tried doing this:
But this would create a new fragment every time instead of using the existing fragment in the navigation stack. I looked up the documentation and it only teaches how to integrate it with the bottom navigation view they provided.
Is it possible to somehow setup the nav controller? And if not, are there any workarounds?
The text was updated successfully, but these errors were encountered: