Navigation drawer in multiple activities
问题 I know this question has been asked multiple times. But my concern is different. Using Mr. Tamada Tutorial I've created a NavigaionActivity and multiple fragments to replace in FrameLayout . It's working fine. Now, after selecting any option in a fragment, another activity gets open. I want the same Navigation menu in that Activity. Navigation view -- fragments -- Activity (display navigation view here) What I tried: use the xml code of displaying Navigation view in that activity.