bbkaaka
bbkaaka

Reputation: 307

list view on click

how i can get the long kick on the row of listview

Upvotes: 0

Views: 461

Answers (2)

Paresh Mayani
Paresh Mayani

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

achie
achie

Reputation: 4736

listView.setOnItemLongClickListener

check this for documentation of this method.

Upvotes: 1

Related Questions