Mkrupal09 EasyAdapter Versions Save

Recyclerview adapter library- Create adapter in just 3 lines of code

v2.0.5

5 years ago

added addOnly() and removeOnly() method in that case you need to manually notify adapter

2.0

5 years ago

Added new component easyspinner to support with easyadapter. please read readme for more information

1.2.2

5 years ago

Added support of payload in recyclerview adapter

1.2.1

5 years ago

Behaviour changes …

  • now perform filter does not notify adapter you need to manually add list to adapter and notify it. because of some feedback
  • perform filter has now object parameter instead of string because you can filter by any type
  • BaseHolder name changes to EasyHolder (sorry for inconvenience).
  • added method called clearAddAllNotify() which clear current data and add arraylist then notify adapter- because of high usage.

1.2

6 years ago

Added Data observer so you notify whether data added/removed/.. More generalise previous version

1.1

6 years ago

1.0

6 years ago