How to detect the pinch-zoom event with OnGestureListener in Android?

前端 未结 1 1683
予麋鹿
予麋鹿 2020-12-18 22:08

How to detect the pinch-zoom event with OnGestureListener in Android?

相关标签:
1条回答
  • 2020-12-18 22:43

    Take a look at this post on the Android Developers blog: http://android-developers.blogspot.com/2010/06/making-sense-of-multitouch.html

    The later sections talk about using ScaleGestureDetector with code examples.

    0 讨论(0)
提交回复
热议问题