Techbirds | Knowledge Hub | Page 16
I would suggest to work with Fragments (and not directly with views). You need an Interface on your fragments to tell them when they are shown: public interface IShowedFragment { public void onShowedFragment(); } public interface IShowedFragment { public void onShowedFragment(); } Make all your fragments implement that interface, and in that method call your