Hey Guys! Just wanted to ask that Is there any bet...
# android
v
Hey Guys! Just wanted to ask that Is there any better way to refresh the item views of a recycler view without actually notifying the adapter to refresh the whole thing?
😶 3
j
Are you using diff util ?
v
@Julien Raad Will it be able to tell that the view of a particular item has been changed? I guess it compares on the basis of the data values that the item is holding.
j
True, you will provide the comparison predicate in areContentsTheSame