I have created my custom view.. I want apply pinch zoom for my custom view. How to do that?? please help me out .. Thanks in advance
|
feedback
|
|
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. | |||
|
feedback
|
|
I'm gonna try to do it tomorrow myself, and I already found an article that will, I think, take you there: http://www.zdnet.com/blog/burnette/how-to-use-multi-touch-in-android-2-part-6-implementing-the-pinch-zoom-gesture/1847 | |||
|
feedback
|