Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

android component navigation not working #23

Open
RahimpourDeveloper opened this issue Sep 16, 2019 · 2 comments
Open

android component navigation not working #23

RahimpourDeveloper opened this issue Sep 16, 2019 · 2 comments

Comments

@RahimpourDeveloper
Copy link

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.

@Shailevy
Copy link

+1

@Anshul1507
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants