Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 253 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 253 Bytes

DiffUtil demo Kotlin

Kotlin Example DiffUtil for RecyclerView

List (RecyclerView): List of Users with name and age

Action: Sort list by name, Sort by age, delete even (now delete first item)

screen diffutil demo