我想从图库动态添加多个图像,然后移动,缩放和旋转它们。 通过跟随这个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以外的任何其他东西吗?或只是查看?
任何形式的帮助都将受到赞赏。