Skip to content

swatiomar27/Game-changer-of-Recycler-View-DiffUtil

Repository files navigation

Game-changer-of-Recycler-View-DiffUtil

DiffUtil - Game Changer Of Recycler View Performance

We all are using Recycler view to show the list of items in app. But when the time comes to update the data then we just called notifyDataSetChanged() which is very costly operation because it updates the whole view. So here, DiffUtil comes into the picture, it just update those views that were actually changed…

To get better understanding and coding part, Please go through YouTube link for demo app and Medium link for coding part: Demo App : https://youtu.be/D03jQInelV4, Medium Link : https://swatiomar09.medium.com/diffutil-game-changer-of-recycler-view-performance-5eb87742612e

Happy Coding :)

About

DiffUtil - Game Changer Of Recycler View Performance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages