Option Menu
Option Menus are the primary menus of android.
It is used for settings,search item,delete items etc.
Inflating on the menu by calling the inflate() method of MenuInflater class.
Event handling on menu item you need to implement override method is onOptionsItemSelected() Activity.
Create Menu inside the res/Menu directory.
0 comments:
Post a Comment