| Author |
Gertting Menu from MenuItem
|
Sahil Reddy
Ranch Hand
Joined: Jan 24, 2011
Posts: 126
|
|
Hello Pals
I want to get the Menu instance from the menu item instance in it. Here is the scenario why i require this
I have created options menu with one item. Now when user clicks this item , i want to add another menu item in the same menu. So i need menu in the call back method from the
MenuItem being passed.
Regards
|
 |
Hardik Trivedi
Ranch Hand
Joined: Jan 30, 2010
Posts: 252
|
|
|
Menu Item will have a ID in that. You can use that ID and can create a new menu group by passing that menu id as a group id.
|
 |
Sahil Reddy
Ranch Hand
Joined: Jan 24, 2011
Posts: 126
|
|
Please find the code and comments below
|
 |
Hardik Trivedi
Ranch Hand
Joined: Jan 30, 2010
Posts: 252
|
|
I will suggest an easier logic. Take a variable which keeps track of you desired menu item's click state. And in onPrepareOptionsMenu or onCreateOptionsMenu you can add or remove other menu item..
I think this should work.
|
 |
 |
|
|
subject: Gertting Menu from MenuItem
|
|
|