I am new android developer. I want to ask a question. Here is what I need: When the user click Back Button it counts as double click?
@Override
public void onBackPressed() {
--> what to write here?
return;
}
}
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.
You need to check an interval between to presses and determine whether you it can be counted as a double click or not: