Is there a way to include pinch zoom feature on NetworkImageView while using Volley in Android Studio ?
I have successfully loaded images from url using volley and networkimageview. I want to be able to add pinch zoom feature or zoom-in and zoom-out feature in the Networkimageview.
You can use custom image view that mentioned here or just by using picasso library you can add pinch zoom.