91-9990449935 0120-4256464 |
Android Context Menu ExampleAndroid context menu appears when user press long click on the element. It is also known as floating menu. It doesn't support item shortcuts and icons. Android Context Menu ExampleLet's see the simple example of context menu in android. activity_main.xmlDrag one listview from the pallete, now the xml file will look like this: File: activity_main.xml
Activity classLet's write the code to display the context menu on press of the listview. File: MainActivity.java
Output:Output after long press on the listview. Output after clicking on the context menu.
Next TopicAndroid Popup Menu Example
|