Bal sikandarMastering RecyclerView Optimizations in AndroidRecyclerView is a powerful widget in Android for efficiently displaying large lists or grids of data. To ensure your app’s performance and…Sep 3, 2023
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
InTowards DevbyOsama AftabRecyclerview generic adapter — AndroidRecyclerView is a powerful widget for displaying lists and grids in Android applications. To maximise code reusability and maintainability…Jul 21, 2023Jul 21, 2023
Amsavarthan LvThe Modern Approach to handle Item Click on RecyclerviewRecyclerView is an advanced and flexible version of ListView and GridView. It plays a crucial role in every modern applications but…Aug 19, 20227Aug 19, 20227
Ashutosh Kumar KushwahaMaking RecyclerView Efficient with DiffUtil: A Guide for Android DevelopersRecyclerView is a widely used UI component in Android app development, and updating its data set efficiently is a critical task. While…Mar 22, 2023Mar 22, 2023
Bal sikandarMastering RecyclerView Optimizations in AndroidRecyclerView is a powerful widget in Android for efficiently displaying large lists or grids of data. To ensure your app’s performance and…Sep 3, 2023
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
InTowards DevbyOsama AftabRecyclerview generic adapter — AndroidRecyclerView is a powerful widget for displaying lists and grids in Android applications. To maximise code reusability and maintainability…Jul 21, 2023
Amsavarthan LvThe Modern Approach to handle Item Click on RecyclerviewRecyclerView is an advanced and flexible version of ListView and GridView. It plays a crucial role in every modern applications but…Aug 19, 20227
Ashutosh Kumar KushwahaMaking RecyclerView Efficient with DiffUtil: A Guide for Android DevelopersRecyclerView is a widely used UI component in Android app development, and updating its data set efficiently is a critical task. While…Mar 22, 2023
Bilal ZurmatiNested Recycler View starts lagging while scrolling.Hi there, today we are going to discuss NestedScrollView and its use cases.Aug 24
Chathura LakmalExpandable/Collapsible Item in RecyclerView — KotlinThere are many ways of creating expandable/collapsible TableView Items, including the use of third-party libraries. but for this simple…Sep 18, 2022
InGeek CulturebyAnubhavAndroid: ListAdapter, a Better Implementation for the RecyclerViewI am assuming you are aware of the RecyclerView and it’s implementation!May 8, 2021