FilterRecyclerViewDiffCallback(oldDataList: List<Data>, newDataList: List<Data>)
DiffUtil Callback used for calculating changes in FilterableRecyclerAdapter
Data
- Your custom data type that implements DiffItemCallback
oldDataList
- The old list of data item
newDataList
- The new list of data item
Author
Camerash
See Also