如何在Android中使用Onitemclicklistner与GestureDetector?

时间:2012-10-18 06:46:50

标签: android events

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

谢谢。

1 个答案:

答案 0 :(得分:0)

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

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