I have created a viewflipper in order to flip between 2 views in android.
The problem is that I want to flip between these 2 views using the same animation (slide in).
It works when i flip from view 1 -> view 2 but it uses the reverse animation when I’m flipping from view 2 -> view 1
Same thing happens when I use 3 views, everything is ok when flipping 1->2->3 but it uses the reverse animation during 3->1
any ideas?
If you do like this you will be in full control of the animations and page flipping: