How to add custom animations viewpager
android, android-animation, android-viewpager, viewflipper
Solution
Check please http://developer.android.com/training/animation/screen-slide.html for this purpose. This article describes a `ViewPager` that has a default animation that you need.
Problem
How to add custom animations viewpager, or how to manually slide viewflipper. Need follow the movement of the finger, thanks.