how to trigger proper Longclick event on listview
问题 i have to show Android Contextual action mode on long press of list view but when we long press then some multiple event trigger and Contextual menu hide so is there way to handle this problems. i also try return true on onLongClick() but its not working thanks in advance for your help 回答1: After search on stackoverflow i found my answer using this question implement GestureDetector on my listview an here is my code set GestureDetector on listview final GestureDetector gestureDetector = new