Skip to content

Commit 15452b8

Browse files
feat: diffUtil added
1 parent 7f9ecd4 commit 15452b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DiffUtil/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# UsingRetrofit
2-
This is an example of Square's Retrofit purely in Kotlin.
1+
# DiffUtil
2+
This is an example of using DiffUtil CallBack to improve the updation of recycler view. DiffUtil is a utility class that can calculate the difference between two lists and output a list of update operations that converts the first list into the second one. This helps to improve the performance of your recycler view.
33

44
Screenshots:
55
<br><br>
6-
<img src="Screenshot_1512116691.png" width="250px" height="400px"/>
6+
<img src="diffGif.gif" width="250px" height="400px"/>

0 commit comments

Comments
 (0)