list view on click
how i can get the l开发者_JAVA百科ong kick on the row of listview
listView.setOnItemLongClickListener
check this for documentation of this method.
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
精彩评论