I want to use same navigation drawer in multiple activities so I have implemented navigation drawer in MainActivity and extended this MainActivity in other Activities in which I want to use the same navigation drawer. When i Touch the Drawer Icon, it is highlighting but the drawer is not opening.
I have followed the code explained in this link: Same Navigation Drawer on different Activities