How can I zoom ImageView like Instagram. I mean changing the size of imageview, not zooming the image inside the Imageview.
For zooming the image inside the Imageview, there are a lot of samples but I want something like Instagram image zooming
Any code or hint? Thanks.
I would recommend these two libraries:
PhotoView
ImageViewZoom
For PhotoView, you just have to create an
attacher
and "attach" it to yourImageView
.Some code
With just this code, you'll be able to zoom in/out/whatever on
yourImageView
. Check the links above for more details.thanks
I have added this to my gradle.build
and then using this view
and the below code, the zoom came to my app
I recommend Zoomy, very simple and functional.
Just add the following to your current
ImageView
: