项目作者: ziginsider

项目描述 :
Kotlin Example DiffUtil for RecyclerView
高级语言: Kotlin
项目地址: git://github.com/ziginsider/KotlinDiffUtil.git
创建时间: 2018-01-15T23:06:28Z
项目社区:https://github.com/ziginsider/KotlinDiffUtil

开源协议:

下载


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