Wednesday, 28 August 2013

Get MenuItem in lower Android versions

Get MenuItem in lower Android versions

I would like to get the MenuItem in lower Android versions. This code
works fine in Android 4.0.3:
_menu.findItem(R.id.menu_item).setVisible(true);
But the app crashes in Android 2.3.6. It throws a NullPointerException.
How can I get it work in lower Android versions?

No comments:

Post a Comment