I tried out the sample code from the API and it didn\'t really work so I implemented my own:
FragmentPagerSupport
public class Fragm
If you override
public void destroyItem(View container, int position, Object object)
without calling super, the fragment will not be destroyed and will be reused.