Releases: mkrupal09/EasyAdapter
Releases · mkrupal09/EasyAdapter
v2.0.5
Added new component EasySpinner
Added new component easyspinner to support with easyadapter.
please read readme for more information
Payload Support
Added support of payload in recyclerview adapter
Bug fixed and Behaviour Changes
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.
Add Some New Feautres
Added Data observer so you notify whether data added/removed/..
More generalise previous version
Enhancement
1.1 Make example in kotlin
First Release
1.0 Make example in kotlin