Problem: Fragment onResume() in ViewPager is fired before the fragment becomes actually visible.
onResume()
ViewPager
For example, I have 2 fragments with
I had the same issue. ViewPager executes other fragment life cycle events and I could not change that behavior. I wrote a simple pager using fragments and available animations. SimplePager