Yasir AliStop Killing Your RecyclerView: The onBindViewHolder MistakeAs a Tech Lead, I recently audited our codebase and found a performance nightmare: runtime calculations in onBindViewHolder. Teams were…10h ago
Ramadan SayedLazyColumn in Jetpack ComposeJetpack Compose has made Android UI development easier by introducing a new way to create user interfaces. One of its useful tools is the…Sep 27
Ronak SethiDiffUtil: The RecyclerView’s Personal Trainer for Data Updates!DiffUtil is a utility class in Android that helps efficiently calculate the difference between two lists and output a list of update…2d ago2d ago
Forhadul IslamBest Practices for Efficient RecyclerView Performance in AndroidRecyclerView is one of the most commonly used views in Android development, especially for displaying large lists or grids of data…Sep 18Sep 18
Shahinoor ShahinSection Header and Item Decoration: Android RecyclerViewRecyclerView is one of the most powerful and flexible UI components in Android, allowing developers to display large datasets efficiently…Dec 5Dec 5
Yasir AliStop Killing Your RecyclerView: The onBindViewHolder MistakeAs a Tech Lead, I recently audited our codebase and found a performance nightmare: runtime calculations in onBindViewHolder. Teams were…10h ago
Ramadan SayedLazyColumn in Jetpack ComposeJetpack Compose has made Android UI development easier by introducing a new way to create user interfaces. One of its useful tools is the…Sep 27
Ronak SethiDiffUtil: The RecyclerView’s Personal Trainer for Data Updates!DiffUtil is a utility class in Android that helps efficiently calculate the difference between two lists and output a list of update…2d ago
Forhadul IslamBest Practices for Efficient RecyclerView Performance in AndroidRecyclerView is one of the most commonly used views in Android development, especially for displaying large lists or grids of data…Sep 18
Shahinoor ShahinSection Header and Item Decoration: Android RecyclerViewRecyclerView is one of the most powerful and flexible UI components in Android, allowing developers to display large datasets efficiently…Dec 5
Domen LanišnikEfficiently updating RecyclerView items using payloadsWe’ll take a look on how to use payloads together with DiffUtil to efficiently update RecyclerView items.Jan 29, 20232
Vishnu Kumar SoniRecyclerView vs ListView in Android: What’s the Difference?When building Android apps, displaying a list of data is a common task. For years, developers relied on ListView, but with the introduction…Dec 2
0517 jhjSearchable Recyclerview with Filterable in AndroidDuring my personal Android practice project, implementing a search screen similar to the one used by OP.GG was one of my primary goals.Mar 111