Ali Habbash
Ali Habbash

Reputation: 797

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

Upvotes: 1

Views: 64

Answers (1)

jt-gilkeson
jt-gilkeson

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

Related Questions