I\'m trying to disable multiple click events on listview, say after pressing first click some media gets played from webservice, while it gets played, other items need to be
If what you want is just to diable items being clickable and show the appropriate selector color just use the line
android:listSelector="@android:color/transparent"
in you listview in the layout file(xml)