Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想要的是:
我想创建一个 Android 应用程序来创建图像拼贴。多个图像应该能够在触摸时移动、缩放和旋转。
我尝试了什么:
custom view在、surface view和matrix manipulation通过在活动中添加图像视图进行了尝试。(我尝试以多种方式实现这一点,但每次它都卡在一个点上)在互联网上看到了很多方式,但所有这些方式都允许单个图像执行所有这些,我无法用多个来做到这一点图片。
custom view
surface view
matrix manipulation
谁能指导我正确的方向来实现这一目标?无论是通过我上面提到的任何方式还是其他方式?
这是一个使用手势在单个活动中显示多个图像的应用程序。
类中有两个图像数组PhotoSortrView。
PhotoSortrView
从第一个图像数组中删除评论并评论第二个。