Search code examples
androidandroid-viewpagertabview

Exact method that get called when a fragment in tab view is scrolled in


Can anyone tell me what is the exact method or way to catch when the fragment is swiped in within the tabs view pager


Solution

  • On your sliding tab layout, you can set an onPageChangeListener that will invoke a method each time the user swipes to a different page.