Skip to content

android component navigation not working  #23

Open
@RahimpourDeveloper

Description

@RahimpourDeveloper

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions