Hi guys.
Do you know about how to detect two touches/taps on a ListView
?
I am trying to have the following method called when double touched:
@Override
protected void onListItemClick(ListView l, View v, int position, long id) {
}
Thanks in advance.