This repository has been archived by the owner on Jan 2, 2021. It is now read-only.
1.2.0
Changelog :
- All deprecated classes and methods are removed from the library
- Fixed an issue where data-binding dependency is always added to the project.
- SimpleRecyclerAdapter is added - helps to create adapters quickly, if it has only one view type.
- Multiple item decorators can be added to the ItemBinder
- Swipe to dismiss listener is added.
- Drag and drop update - Items can be dragged by calling 'startDrag()' method inside view holder.