I have an activity that depending on user action within a listview I want to show a different menu item. That works fine for the first menu item but I can't change the menu item on subsequent user actions in the listview.
The only way I can get different menu items is if I destroy the activity to start afresh with a new menu.
I need some sort of activity.deletemenu event.
The only way I can get different menu items is if I destroy the activity to start afresh with a new menu.
I need some sort of activity.deletemenu event.