开发者

list view on click

开发者 https://www.devze.com 2023-01-27 17:13 出处:网络
how i can get the l开发者_JAVA百科ong kick on the row of listviewlistView.setOnItemLongClickListener

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

0

精彩评论

暂无评论...
验证码 换一张
取 消