You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments