Reputation: 8374
Many programs are using it, usually with long-click. Can I find it from Eclipse Android GUI editor?
Upvotes: 2
Views: 80
Reputation: 1716
It's a context menu.
http://developer.android.com/reference/android/view/ContextMenu.html
"To show a context menu on long click, most clients will want to call registerForContextMenu(View) and override onCreateContextMenu(ContextMenu, View, ContextMenu.ContextMenuInfo)."
Upvotes: 5