Recycler
View
Configuration
Class for containing RecyclerView configuration in extension function
Author
Jimly A.
Since
06-Oct-21
Parameters
Object model for the RecyclerView
LayoutManager to configure to RecyclerView, eg: androidx.recyclerview.widget.LinearLayoutManager, androidx.recyclerview.widget.GridLayoutManager
RecyclerView Adapter from codebase
does the RecyclerView use Pagination?
Load More listener for the RecyclerView
Click Listener for the item
on Long click listener for the item
Constructors
return RecyclerView Configuration
Functions
method to configure item Binding
method to configure layout manager
method to define action when item is long clicked
method to define does the RecyclerView support pagination?