Is there a built in API for handling pinch-zoom functionality in Android

Posted by krise on Stack Overflow See other posts from Stack Overflow or by krise
Published on 2010-04-15T13:28:51Z Indexed on 2010/04/15 14:13 UTC
Read the original article Hit count: 226

Filed under:
|
|

Hi there,

I just wanted to know if there is some kind of class to use the multitouch features of android 2.1. Specifically I am trying to implement pinch-zoom and was wondering if I always have to measure the distance between two touch events and calculate the zoom level on my own?

Thanks, chris

© Stack Overflow or respective owner

Related posts about android

Related posts about android-sdk