Basic Skills 2-7
Working with Menus
There are two kinds of Android menus: options menus and context menus.
Options Menus
Options menus contain tools that apply to the
activities of the current screen or application,
not to any specific item on the screen.
You open an options menu by pressing the
menu key on your device.
NOTE: Not all screens have options menus.
Context Menus
Context menus contain tools that apply to a
specific item on the screen.
You open a context menu by tapping and
holding an item on the screen.
NOTE: Not all items have context menus.