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

Navigation Component Singletask Launching Of Fragment Navigation

I am using Navigation Component to build my application. I would like to implement SingleTask launc… Read more Navigation Component Singletask Launching Of Fragment Navigation

Fragment Created Twice With Navigation Controller

In the app, we start a new activity holding a fragment, let's call it A. Recently navigation co… Read more Fragment Created Twice With Navigation Controller

When I Add The Same Fragment To Second Navigation Graph, Don´t Recognize The Action Class

I need to add the same fragment to different navigation graphs. This is piece of code of first grap… Read more When I Add The Same Fragment To Second Navigation Graph, Don´t Recognize The Action Class

How Can I Clear Every Fragments In Back Stack Using Navigation Component (for Example When Http 401 Triggeres) And Sent To Login Fragment

We have next attributes to remove fragment/fragments when opening another one. app:popUpTo='...… Read more How Can I Clear Every Fragments In Back Stack Using Navigation Component (for Example When Http 401 Triggeres) And Sent To Login Fragment

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