Possible Duplicate:
How to implement zoom, pan and drag on Viewpager in android?
I have implemented a viewpager which contains different views inside it like, imageview
then videoview
and etc. What I am trying to implement is pinch zoom, pan and drag on the viewpager
so that irrespective of any specific view inside viewpager
. I can perform pinch zoom, pan and drag on it.
Another challenge is by default viewpager
has a event for touch via which it performs switching of views inside it. If anybody went through this or have idea about this case, please advise me.