Pinch Zoom Gesture Android

Developer developer page http://developer.android.com/design/patterns/gestures.html which open and close closure are supported by android API. But I haven't been able to find an appropriate API / method that does this. Most of the messages indicate that the native pinch is not available.

Is native pinch and zoom available for Android + 4.1 apps? If so, then this is the API.

(Edit: I'm new to android and any pointers or resources on how to scale individual elements in the canvas like a rectangle would be so valuable to me. Thanks)

+3


source to share


1 answer


Check it out for gesture on activity or canvas to move, scale and rotate: http://code.almeros.com/android-multitouch-gesture-detectors#.Udcq_z789cR



+2


source







All Articles