Reputation: 797
Can anyone tell me what is the exact method or way to catch when the fragment is swiped in within the tabs view pager
Upvotes: 1
Views: 64
Reputation: 2721
On your sliding tab layout, you can set an onPageChangeListener that will invoke a method each time the user swipes to a different page.
Upvotes: 1