Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a 3rd party library for Android Pinch Zoom [closed]

Does anybody know whether there's a 3rd paty (or built in) library that helps in detecting and handling a pinch zoom event?

Basically what I'm looking for is some class that takes coordinates from a touch event and returns whether its a pinch zoom event or not...

like image 611
budsiya Avatar asked Apr 28 '11 21:04

budsiya


1 Answers

Take a look at this one: http://code.google.com/p/android-pinch/

Not a lot of activity there, but you can take a look a the code.

this question should help you also: Is there a built in API for handling pinch-zoom functionality in Android

like image 180
Aleadam Avatar answered Sep 19 '22 14:09

Aleadam