Search code examples
androidandroid-studioandroid-fragmentsmenuitemandroid-menu

How to create common menu to all Activity in android studio.?


I want create to four common menu(Master Page)one Activity by using all activities like tab activity, i have using select,update,delete,search menu this all come to commonly all activities how to do some one tell me please


Solution

  • You should create an activity with menu ( Drawer menu ), and create multi fragment by fragment transaction or viewpager inside activity. All fragment inside this activity have this menu.