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()
?