I tried out the sample code from the API and it didn\'t really work so I implemented my own:
FragmentPagerSupport
public class Fragm
just override this method in FragmentpagerAdapter
@Override
public void destroyItem(ViewGroup container, int position, Object object) {
// TODO Auto-generated method stub
super.destroyItem(ViewGroup container, int position, Object object);
}
remove super.destroyItem(ViewGroup container, int position, Object object);
from your code