Android development primer: Creating Options Menu in Android – Part IV
This is the last post in the Creating Options Menu in Android section. I told you in the first post of this section, that the Options Menu layout can also be c...
This is the last post in the Creating Options Menu in Android section. I told you in the first post of this section, that the Options Menu layout can also be c...
Till now we have seen how to create and customize our Options Menu. In this post I will show you how to actually make use of the Options Menu to do something i....
In the previous post, I showed you how to create a basic Options Menu in Android activity. Sometimes, a situation may arise that you need to change the menu ite...
We can have Options Menu in Android activities. Options Menu is the one that appears when the Menu button on the device is pressed. Many applications do nothing...