Is it possible to change the option menu items programmatically? Can anyone provide me with an example please?
Also, I want to disable certain items, so that they do
using the following lines i have done to add the values in menu
getActivity().invalidateOptionsMenu();
try this work like a charm to me.