Anna Karenina JusufMaximizing Efficiency: Using a Single Adapter for Different View Holders in RecyclerViewHi, it’s been ages since the last time I write something here.Aug 19, 20231
FlorenceUsing DiffUtil In A RecyclerViewA recycler view is a view group that displays a list of data to the user. It comes from the word recycle since it recycles or reuses views…Apr 7, 20221
RonakWhat is Pagination & How to implement it in Recyclerview (Android-Kotlin)1. What is Pagination ?Oct 2, 2022Oct 2, 2022
Mikhail ValuyskiyCreating complex feed based on RecyclerView with GroupieThe main way to present content in android mobile applications is RecyclerView. RecyclerView makes it easy to efficiently display large…Aug 18, 2022Aug 18, 2022
Anna Karenina JusufMaximizing Efficiency: Using a Single Adapter for Different View Holders in RecyclerViewHi, it’s been ages since the last time I write something here.Aug 19, 20231
FlorenceUsing DiffUtil In A RecyclerViewA recycler view is a view group that displays a list of data to the user. It comes from the word recycle since it recycles or reuses views…Apr 7, 20221
RonakWhat is Pagination & How to implement it in Recyclerview (Android-Kotlin)1. What is Pagination ?Oct 2, 2022
Mikhail ValuyskiyCreating complex feed based on RecyclerView with GroupieThe main way to present content in android mobile applications is RecyclerView. RecyclerView makes it easy to efficiently display large…Aug 18, 2022
Sowbhagya VisweswaranGeneric RecyclerView Adapter with Binding, ListAdapter & SelectionTrackerIn the previous article, we saw how to create a generic recycler view adapter class that covered the basic functionalities of binding the…Oct 26, 20214
Homan HuangAndroid Room+MVVM Part 2: Hilt, ClickEvent of RecyclerViewAdapter &. @ViewModelInjectAt this point, you shall finish part 1 which is a non-clickable project. NPE (Null Point Exception) is a major problem for a new project…Aug 4, 2020