如何在android中检测事件双击

时间:2012-01-05 17:40:05

标签: android events ontouchevent

如何检测android中位置(x,y)的事件双击?

3 个答案:

答案 0 :(得分:1)

答案 1 :(得分:0)

使用GestureDetector并通过setOnDoubleTapListener(..)注册双击事件。

答案 2 :(得分:0)

我认为使用手势检测器类并覆盖onDoubleTap(MotionEvent e)应该有效。

从MotionEvent获取x和y坐标。