This is README file for Menu.
- Sub project
-
It show the basic ussage of context menu. When the element registered for context menu is long-pressed, the context menu will be generated. The
onCreateContextMenu
let us dynamically inflate the menu.Take an UI with list for example. When a list item is long-pressed, the corresponding menu is inflated and show.