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.
我正在开发一个简单的应用程序。我在图像视图上有一个图像(例如一个轮子)。我想根据我的手指移动来转动图像(比如用手转动轮子)并在我松开触摸时停止它。我只是用简单的动画旋转图像而不触摸屏幕。请给我一个解决方案。
看看这个。
您必须创建自定义视图并处理onTouch事件以计算旋转角度。
onTouch
在onDraw方法
onDraw
canvas
Camera