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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Why aren’t you using a Long Touch? Or are you using that already for something else? The advantages over a long touch over a double touch: