I have a ViewPager hooked up to a FragmentPagerAdapter that\'s displaying three fragments. The ViewPager appears to destroy a hosted fragment\'s view when it is more than on
"Set the number of pages that should be retained to either side of the current page in the view hierarchy in an idle state. Pages beyond this limit will be recreated from the adapter when needed."
http://developer.android.com/reference/android/support/v4/view/ViewPager.html#setOffscreenPageLimit(int)