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, t
I recommend Zoomy, very simple and functional.
Just add the following to your current ImageView:
ImageView
Zoomy.Builder builder = new Zoomy.Builder(this).target(mZoomableView); builder.register();