Types of Menus in Android


1. Options menu - the menu that comes up when you press the menu button on your Android device.

2. Context menu -A context menu is created when a user long-presses a view. The context menu is a floating menu that hovers above the current activity and allows users to choose from various options.
         - How to Make a Context Menu for a ListView Item

3. Submenu

Resources: