0

我需要带有值位置的双击事件,我正在使用 GestureDetector 来检测双击,我怎样才能获得值位置?

谢谢你。

4

1 回答 1

0

你不需要任何关于项目的点击监听器。您可以通过实现 onDoubleTap 监听器和 onGestureListener 来检测。

请关注http://android-adda.blogspot.in/2011/04/double-tap-event-using-gesture.html

于 2012-10-18T11:01:06.917 回答