Hello Android Developers,
I have seen a lot of question regarding the update of Options Menu. However, every answer says I have to call invalidateOptionsMenu().
My question is, is there any other way of updating the Options Menu without invoking the method invalidateOptionsMenu()?
invalidateOptionsMenu()? That's exactly what it's there for...invalidateOptionsMenu(). @Eng.Fouad has an answer you could use, but I'm still not seeing the problem, I guess.