I am trying to implement a Gallery of images using ViewPager. Also, to implement zoom feature in that, I am using TouchImageView from github. I have also tried using Zoomabl
if(deltaX == 0 || saveScale == 1.0 ) startInterceptEvent(); else stopInterceptEvent();