When using the FragmentStatePageAdapter I get the fragments like this:
FragmentStatePageAdapter
@Override public Fragment getItem(int position) { return
I implemented this by adding a getItemTag(int position) function to FragmentStatePagerAdapter. A drop-in version of the updated file is here if anyone else wants to go this route.
getItemTag(int position)
FragmentStatePagerAdapter