Override Fragment.setUserVisibleHint. When setUserVisibleHint is true call same logic you use for onResume.
You can see when FragmentPagerAdapter calls setUserVisibleHint in instantiateItem and setPrimaryItem. Applicable to android since 4.2.1 and support-v4.