Skip to content Skip to sidebar Skip to footer
Showing posts with the label Android Architecture Navigation

How To Open Multiple Instances Of A Fragment In Navigation Component?

I working on a social media App. when user click on a post, a new fragment open and some related po… Read more How To Open Multiple Instances Of A Fragment In Navigation Component?

Pass Data/bundle Using Navigateup In Android Navigation Component

I found the question but does not have solution in code I want to have data when backpress/manual b… Read more Pass Data/bundle Using Navigateup In Android Navigation Component

Androidx Navigation View - `setnavigationitemselectedlistener` Doesn't Work

What am I doing? I have been trying to work with Androidx Navigation Drawer( ). I've read the … Read more Androidx Navigation View - `setnavigationitemselectedlistener` Doesn't Work

Android Navigation Component Activity Intent Flags

I have created a navigation action from a fragment to an activity, but I have no way of clearing th… Read more Android Navigation Component Activity Intent Flags

Viewpager2 Inside A Fragment Leaks After Replacing The Fragment It's In By Navigation Component Navigate

At first, i had the issue for ViewPager2 inside a tab of BottomNavigationView and data binding , da… Read more Viewpager2 Inside A Fragment Leaks After Replacing The Fragment It's In By Navigation Component Navigate

How To Perform Custom Navigation?

I try to using new architecture component called navigation. It's very thrilling and make lesse… Read more How To Perform Custom Navigation?

Navigation Component: How To Set Drawer With Toolbar In Each Fragment

I'm using navigation component and want to connect drawer layout with toolbar in each fragment,… Read more Navigation Component: How To Set Drawer With Toolbar In Each Fragment