Watch the Model-View-Intent (MVI) course: https://codingwithmitch.com/courses/model-view-intent-mvi-architecture/
In this video I talk about AsyncListDiffer, a helper class used to optimize RecyclerView's for performance.
AsyncListDiffer is an improvement on DiffUtil. Instead of calculating the amount of update operations on the main thread, it calculates them on a background thread.
In this video I also show you how to create a template for all your recyclerview adapters. Creating RecyclerViews will never be the same for you again!
#recyclerview #diffutil #kotlin
RecyclerView Template: https://codingwithmitch.com/blog/kotlin-recyclerview-template/
Instagram: https://www.instagram.com/codingwithmitch
Twitter: https://twitter.com/mitch_tabian
.
.
.
Download
0 formats
No download links available.
Kotlin RecyclerView Template (DiffUtil and AsyncListDiffer) | NatokHD