I have a fragment which contains a ViewPager. This ViewPager is obviously populated by other Fragments.
My question is, is there any way (something resembling getActivity()) for the Fragment in the ViewPager to get a reference to the host Fragment?
I have a fragment which contains a ViewPager. This ViewPager is obviously populated by other Fragments.
My question is, is there any way (something resembling getActivity()) for the Fragment in the ViewPager to get a reference to the host Fragment?