标签: android gallery ontouchevent ontouchlistener
我正在使用gallery小部件在我的应用程序中显示一些图像。我看到了onItemClick(AdapterView<?> parent, View v, int position, long id)允许我使用可变位置管理我的图库中单个项目的点击evenet的方法。现在我想做同样的事情,但触摸事件。但我没有找到任何onItemTouchListener或类似的东西。
onItemClick(AdapterView<?> parent, View v, int position, long id)
onItemTouchListener