android pinch zoom

Bytecode picture Bytecode · Mar 21, 2011 · Viewed 113.4k times · Source

My layout contains buttons, textviews, etc. Is it possible to implement pinch zoom in my layout?

Answer

Vinayak Bevinakatti picture Vinayak Bevinakatti · Mar 21, 2011

Updated Answer

Code can be found here : official-doc

Answer Outdated

Check out the following links which may help you

Best examples are provided in the below links, which you can refactor to meet your requirements.

  1. implementing-the-pinch-zoom-gestur

  2. Android-pinch

  3. GestureDetector.SimpleOnGestureListener