This is a follow up to the Options Menu Tutorial shared earlier.
To recap, the Context Menu is a floating
list of menu items that appears when a user touches and holds a particular item
displayed in the view, which has a menu associated with it.
Going straight to the example, first I
create a ListView
with names of pens displayed. When one presses and holds one of the names for a
long time, the context menu appears as shown here:
And when you click on any of the context
menu shown above, the screen t...
(more)