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
create Adapter for that list, and there override this method
public boolean isEnabled(int position);
then return false when you want to disable the click
false