SumiGhosh
Results
2
comments of
SumiGhosh
How to update new set of data with the library?
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;...