I have a listview. What I would like to achieve is that when I longclick any item it will show a dialog menu. However I have a click listener as well. it gets triggered after long click. How Can I cancel that or is there a way of ignoring clcik action for longclick.
Thanks