0

What I've been trying to do is create a menu that stays "static" no matter what activity or layout is being showed. Is there any way to do this, or anything similar to this??

Thanks!

Carlos Tirado
  • 297
  • 1
  • 5
  • 20

1 Answers1

2

Yes,

1- Create a custom Activity (extend it from Activity)

2- Write the code for menu creation in that custom Activty.

3- Now extend all your Activities from this custom Activity.

Yaqub Ahmad
  • 27,569
  • 23
  • 102
  • 149