hi,
I would like to create a "global" Android Menu (connected to the hardware menu button). Do I need to create a menu for every heavyweight window? I need several heavyweights to prevent exitOnClose.
1 Answer
Accepted Answer
Menu's are tied to Activities. So yes you need to define the menu for each heavyweight window. Typically though, the set of menu items should be different for each Activity.
Your Answer
This question has been locked and cannot accept new answers.