Don't write a RecyclerView adapter again. Not even a ViewHolder!
- Based on Android Data Binding
- Written in Kotlin
- Supports LiveData
- No need to write the adapter
- No need to write the ViewHolders
- No need to modify your model classes
- No need to notify the adapter when data set changes
- Supports multiple item view types
- Optional Callbacks/Listeners
- Very fast — no reflection
- Super easy API
- Minimum Android SDK: 19
from The Android Arsenal
No comments:
Post a Comment