Implement Navigation Drawer on existing Menu



I have a MainActivity class that has four different buttons on the screen that has intents to four different activities/Class. I wanted to implement a navigation drawer on each of the activities. I have having trouble getting the Navigation drawer on the MainActivity because the MainActivity.xml file will have a instead of the layout with the four buttons. How can I add the navigation drawer to each of my Activity without ruining the layout xml


No comments:

Post a Comment