Questions tagged [android-navigation-graph]

303 questions
0
votes
0 answers

Navigation graph- how to mange the navigation drawer using navigation graph with custom fragment in the navigation drawer

I'm facing an issue that i have to use fragment in a navigation drawer (To manage custom designs). How can I manage the Navigation graph in this navigation drawer?
Jayaraj
  • 197
  • 1
  • 13
0
votes
4 answers

Passing argument from fragment to activity using SafeArgs

Using navigation graph, when i navigate from fragment to activity and also passing argument using safeargs, in activity, I cannot get argument. How can I get argument passing from fragment??? In fragment, I can get argument by getArgument()…
-1
votes
1 answer

StartDestination NullpointerException onSaveInstance when navigated away

I have a drawer layout which navigates between two fragments (just as it is set up when creating a new project with a drawer layout: so there is a navigation graph and general setup with AppBarConfiguration. I just removed a whole bunch of stuff so…
1 2 3
20
21