How many types of menus are there in andriod?
2303
04-Feb-2015
Updated on 23-Sep-2020
Anonymous User
04-Feb-2015Finally, I get through menus in android and got some important aspects as follows:
Menus are a common user interface component in many types of applications.
There are three fundamental types of menus or action presentations on all versions of Android:
Options menu and action bar
The options menu is the primary collection of menu items for an activity. It's where you should place actions that have a global impact on the app, such as "Search," "Compose email," and "Settings."
Context menu and contextual action mode
A context menu is a floating menu that appears when the user performs a long-click on an element. It provides actions that affect the selected content or context frame.