Tag: Diffing

The Diffing Dilemma! All about diffing, from RecyclerView to LazyLists — An Introduction

This is an introductory article to the multipart series on “All about diffing, from RecyclerView to LazyLists”. You can find the next part here. Sometime around the end of the year in 2020, I started exploring Jetpack Compose since we wanted to introduce it to our codebase. The t...