Search code examples
androidpinchzoomzooming

android pinch zoom


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


Solution

  • 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 gesture

    2. Android-pinch

    3. GestureDetector.SimpleOnGestureListener