I need to achieve this Touch scroll on ViewFlipper. For instance. I have two images. Firstly, ViewFlipper shows the first image. Now I glance from right to left. First view of the image Slide left and the second slide to the left. I can achieve this. Message But I want to scroll the image. That is, in the Action_Move event, I want to make a Touch Scroll. For example, when I move the touch from right to left, it throws all the touch movements. at this time, both images should be output.
How to do it? What do I need to measure screen levels (height and width). Code examples are more useful.
source share