-3

I want to attach activity with reside menu, Instead of fragments. I mean when I will click on reside menu option then it should call activity instead of fragment. Is it possible? If possible then how ?

Ajit Sharma
  • 411
  • 3
  • 8

1 Answers1

1

What i understand, you want to open activity on menu option clicked and all the activities should have menu options available.

If it is correct, then you need to create on Activity which handle the menu options and extend all the activities with the same activity.

please refer this Same Navigation Drawer in different Activities

Community
  • 1
  • 1
nadafafif
  • 561
  • 6
  • 10