SumiGhosh

Results 2 comments of SumiGhosh

For now, i just cloned the FragmentStatePagerAdapter and changed the code as below for destroyItem ``` @Override public void destroyItem(ViewGroup container, int position, Object object) { Fragment fragment = (Fragment)object;...