Reputation: 307
how i can get the long kick on the row of listview
Upvotes: 0
Views: 461
Reputation: 128428
For displaying ContextMenu on Long Press on Listview item , just go through this example:
Show a context menu for long-clicks in an Android ListView
Upvotes: 1
Reputation: 4736
listView.setOnItemLongClickListener
check this for documentation of this method.
Upvotes: 1