UpdatableFragmentStatePagerAdapter
UpdatableFragmentStatePagerAdapter copied to clipboard
FragmentStatePagerAdapter but with working notifyDataSetChanged() support
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...
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:...