How to implement zoom effect for image view in android?

后端 未结 9 1342
日久生厌
日久生厌 2020-11-30 20:13

I have to implement image zooming, I have tried with so many codes.But i didnt get full idea of gesture events. I want to implement when we apply double tap, image will be z

9条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-30 20:29

    Here is a great example on how to implement zoom affect on touch with a imageview

    Zoom effect on imageview

    EDIT:

    Also here is another great one.

    Pinch to zoom tutorial

提交回复
热议问题