Open bryan-ibrahim opened 6 years ago
Hi! I'm not curently active on this. But you can create a pull request if you want.
@Override
public void setUserVisibleHint(boolean isVisibleToUser) {
super.setUserVisibleHint(isVisibleToUser);
//When fragment is show to user
}
I have animation in all the 3 tabs, but it only animates in the first tab. Is there a way I can know which tab the user is currently viewing, and begin the animation when they swipe to it?