I have created my custom view and I want to apply pinch zoom for my custom view. How to do that?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
This article on the Android Developers Blog covers this topic very well (scroll down to the section on GestureDetectors): If you just want to implement pinch-to-zoom, there's only a few lines of code you'll need:
The rest of the article deals with handling other gestures but rather than using their implementation, you can use GestureDetector just like ScaleGestureDetector is used in the code above. |
|||
|
|
|
Put your view inside Custom view available here http://code.google.com/p/android-zoom-view/ it's easy, free and so much fun! |
|||||
|
|