MIGRATION - NOTE IF YOU USE THE FASTADAPTER
- This release bring a breaking interface change. Your items now have to implement
bindView(ViewHolder holder, List payloads)
instead ofbindView(VH holder)
.- The additional payload can be used to implement a more performant view updating when only parts of the item have changed. Please also refer to the
DiffUtils
which may provide the payload.
- The additional payload can be used to implement a more performant view updating when only parts of the item have changed. Please also refer to the
library
- update items to support the new interface from the FastAdapter item
- pass own LibsActivity via withOwnLibsActivityClass(Class) THANKS @Rainer-Lang
- small code adjustments THANKS @Rainer-Lang