Is there a built in API for handling pinch-zoom functionality in Android
- by krise
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