I am swiping between views (not fragments), and yes each view has quite a bit of stuff happening in lists, but I would like th switch to occur quickly. It sometimes hesitates in the middle. Whatever is going on with in the pages I want to switch to occur without hesitation. I am using compatibility 4. No matter how hand I fling it hesitates in and shows both pages for a too long. Kind of almost stops in the middle. hesitates and then shows the other page.
Asked
Active
Viewed 1,950 times
0
-
Have a look at [this](http://stackoverflow.com/a/9731345/940096) – Praveenkumar Aug 22 '12 at 06:57
-
Use Traceview to figure out if and where you are spending too much time on the main application thread. – CommonsWare Aug 22 '12 at 12:44
-
possible duplicate of [Slowing speed of Viewpager controller in android](http://stackoverflow.com/questions/8155257/slowing-speed-of-viewpager-controller-in-android) – LOG_TAG Jan 14 '14 at 10:55