[Android] Detect Pinch Gestures

I want to be able to detect if the user is pinching/spreading on an android app. How can I do this?

I haven’t tried this myself but this library looks like it could work for you!
http://ketai.org/reference/ui/ketaigesture/


Doge