Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

1.2.0

Compare
Choose a tag to compare
@DevAhamed DevAhamed released this 14 Jun 20:21
· 79 commits to 2.x since this release

Changelog :

  1. All deprecated classes and methods are removed from the library
  2. Fixed an issue where data-binding dependency is always added to the project.
  3. SimpleRecyclerAdapter is added - helps to create adapters quickly, if it has only one view type.
  4. Multiple item decorators can be added to the ItemBinder
  5. Swipe to dismiss listener is added.
  6. Drag and drop update - Items can be dragged by calling 'startDrag()' method inside view holder.