无法在Android中的多个图像上应用手势检测器

时间:2012-11-20 13:54:35

标签: android imageview multi-touch gesturedetector

我想从图库动态添加多个图像,然后移动,缩放和旋转它们。 通过跟随这个tutroial,我使用了ScaleGestureDetector,RotateGestureDetector,MoveGestureDetector。 http://code.almeros.com/android-multitouch-gesture-detectors#.UKttBFZ_V0w

Project的zip也可以在github上找到: https://github.com/Almeros/android-gesture-detectors

现在的问题是,由于ImageView的xml属性,我无法以这种方式处理多个图像。需要指导我应该在这个项目中做些什么来实现我的目标?或者有没有其他方法来实现这个???

我应该使用除imageView以外的任何其他东西吗?或只是查看?

任何形式的帮助都将受到赞赏。

1 个答案:

答案 0 :(得分:1)

你会从这个link .try这个项目的github link找到有用的帮助。它会帮助你