when I want to use custom navigation (BubbleNavigationLinearView) in android component navigation I can't use them because I can't find any code for replacing with below code and "setupWithNavController" feature is not enabled for this custom navigation, just enable for "bottom navigation".
when I want to use custom navigation (BubbleNavigationLinearView) in android component navigation I can't use them because I can't find any code for replacing with below code and "setupWithNavController" feature is not enabled for this custom navigation, just enable for "bottom navigation".
BubbleNavigationLinearView navigation; NavController navController;
navigation = findViewById(R.id.navigation); navController = Navigation.findNavController(this, R.id.fragment);
navigation.setupWithNavController(navController); <---------------------- for this one so if you know my problem answers please help me.