Am I missing something?
There is this:
public boolean onTouchEvent (MotionEvent event)
I use it on Activity. It does fire on “touch” events but NOT on a potential “untouch” event (releasing the finger).
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.
Sorry, I should have search further…
It does the trick: How to get a continuous Touch Event?
More exact, in my case: