Recyclerview using Diffutil
DiffUtil is a utility class that calculates the difference between two lists and outputs a list of update operations that converts the first list into the second one.
Source Code: https://github.com/kafriytp/Diffutils...