UpdatableFragmentStatePagerAdapter icon indicating copy to clipboard operation
UpdatableFragmentStatePagerAdapter copied to clipboard

FragmentStatePagerAdapter but with working notifyDataSetChanged() support

Results 4 UpdatableFragmentStatePagerAdapter issues
Sort by recently updated
recently updated
newest added

After adding the library I can't create a release version of the app anymore. There are proguard warnings like "Warning:android.databinding.DataBindingUtil: can't find referenced class android.databinding.DataBinderMapper". So I have to copy...

bug

Hi Daniel, Should you not commit the remove transaction on destroyItem method overriden ? I mean from : `mCurTransaction.remove(fragment);` to `mCurTransaction.remove(fragment).commit();` at line 124 of UpdatableFragmentPagerAdapter class. I am having...

I am using this library in my app, but unfortunately have been getting a lot of crashes because of it. `Non-fatal Exception: java.lang.IllegalStateException: Fragment no longer exists for key f163:...