Is there any possible way to perform single tap to start another activity on image view and implement pinch zoom on the same image view, I did both independently.
My problem is I don't know if it is possible to integrate them since they both use the event .ACTION_DOWN
Any help will be appreciated.