Android ImageView Zoom-in and Zoom-Out

前端 未结 23 2202
死守一世寂寞
死守一世寂寞 2020-11-22 09:31

I want to Zoom-in and Zoom-out an Android ImageView. I tried most of the samples but in all of them the image in the ImageView itself is getting Zoomed-in and Zoomed-out, wh

23条回答
  •  深忆病人
    2020-11-22 10:15

    I know it is a bit late for this answer, but I hope it helps someone.

    I was looking for the same thing (Zoom using pinch, and dragging image) and I found this Android Developers Blog link.

    Works perfect. No artifacts or what so ever. It uses ScaleGestureDetector.

提交回复
热议问题