Efficiently updating RecyclerView items using payloadsWe’ll take a look on how to use payloads together with DiffUtil to efficiently update RecyclerView items. Jan 29, 2023 Android Development, Android, RecyclerView
Data Objects in KotlinLearn more about a new Kotlin language feature introduced in version 1.7.20. Jan 20, 2023 Kotlin, Android