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?
Asked
Active
Viewed 28 times
0
-
please add the code that you have tried with the expected and obtained result so that we can help....thank you....happy coding – unownsp Nov 14 '19 at 07:35
-
You can put a FrameLayout inside NavigationView and inflate the Fragment on that view from the MainActivity – diffuse May 24 '20 at 06:35