Search code examples
androidpinchzoomnetworkimageview

Pinch zoom NetworkImageview in android


I am using NetworkImageview for displaying images from url in API call.

Also I have to zoom in and out that image.There are classes by using which we can directly implement zoom functionality like TouchImageView but in that we cannot set image url.

So how can we implement zoom functionality on NetworkImageview.

Can anyone help?

I have asked here already but dint get any response?


Solution

  • Just use Picasso. http://square.github.io/picasso/ This library should resolve your problem.