I have this problem:
I have an ImageView and i set it in onTouchListener and i'm able to move it.
The problem is that i want to set the same imageview to listen a DoubleClick event.
Do you have any examples that can help me to resolve this issue?
I need move and double tap on the same imageview!