android viewPager2 turns on offscreenPageLimit

49 views Asked by At

android viewPager2 turns on offscreenPageLimit, manually slide to switch Fragments. Fragments will not call back the life cycle, but clicking the TabView in the bound TabLayout will call back the life cycle.

I expect to be able to call back the life cycle in any switching behavior. I need to process data in onResume life cycle.

0

There are 0 answers