1. In the MainActivity.java file, add an Action on Long Press on ListView ListItem
2. Inflate a Menu in the onCreateContextMenu method. Do not include the icon line in the XML file. A context menu does not support icons because they are simply a list of menu options that floats above the current activity.
3. Perform Action on Context Menu Selection
4. Compile and run!
Resources:
Resources: