How to navigate between fragments present in different nav-graph in navigation component?
How to navigate between nav-graph fragments in android navigation component? How can we use action of a global fragments and navigate to other nav-graph fragment? How can we navigate from one nav-graph fragment to other nav-graph fragment where destination is not the start destination? In below code how to navigate from fragment_A present in car_nav_graph […]