bubble-navigation icon indicating copy to clipboard operation
bubble-navigation copied to clipboard

android component navigation not working

Open RahimpourDeveloper opened this issue 5 years ago • 2 comments

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.

RahimpourDeveloper avatar Sep 16 '19 14:09 RahimpourDeveloper

+1

Shailevy avatar Jan 23 '20 11:01 Shailevy

@RahimpourDeveloper @Shailevy You guys can make it done as I did some adjustments in my code 🤟

Anshul1507 avatar Jun 25 '20 00:06 Anshul1507