Releases: amirisback/frogo-recycler-view
Releases · amirisback/frogo-recycler-view
Adding new resource
🚀 Library Easy FrogoRecyclerView Based on RecyclerView || Full and Clear Documentation || Have Empty View 📚
New adding :
- Sample code
- README.md
Resource XML :
frogo_rv_bg_card.xml
frogo_rv_dimens.xml
Bug-Fixed
Bug Fixing, Sorting Parameter, Updated Performance
// Setup adapter requirement
fun setupRequirement(
layoutItem: Int,
dataList: List<T>?,
viewListener: FrogoRecyclerViewListener<T>?
)
Update Build Gradle
Renaming Module Library From frogo >> frogorecyclerview
Adding Empty View
- Add New Function Empty View
- Bug Fixing
- Refactoring Code
Bug-Fixed
Repair Null Safety ViewListener
Stable-Release-Null-Safety
- Null-Safety
- Bug Fixes
Update Function FrogoRecyclerView
fun isViewLinearVertical(dividerItem: Boolean) {}
fun isViewLinearHorizontal(dividerItem: Boolean) {}
fun isViewStaggeredGrid(spanCount: Int) {}
fun isViewGrid(spanCount: Int) {}
FrogoRecyclerView
Custom View Based RecyclerView
Fresh Release
- SImple RecyclerViewAdapter
- No longer requires variable declarations
- Just setupRequirement()