Skip to content

Releases: amirisback/frogo-recycler-view

Adding new resource

01 Apr 09:19
Compare
Choose a tag to compare

🚀 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

27 Mar 18:39
Compare
Choose a tag to compare

Bug Fixing, Sorting Parameter, Updated Performance

// Setup adapter requirement
fun setupRequirement(
    layoutItem: Int,
    dataList: List<T>?,
    viewListener: FrogoRecyclerViewListener<T>?
)

Update Build Gradle

07 Mar 04:54
Compare
Choose a tag to compare

Renaming Module Library From frogo >> frogorecyclerview

Adding Empty View

13 Jan 19:47
Compare
Choose a tag to compare
  • Add New Function Empty View
  • Bug Fixing
  • Refactoring Code

Bug-Fixed

10 Jan 05:34
Compare
Choose a tag to compare

Repair Null Safety ViewListener

Stable-Release-Null-Safety

10 Jan 03:13
Compare
Choose a tag to compare
  • Null-Safety
  • Bug Fixes

Update Function FrogoRecyclerView

31 Dec 04:40
Compare
Choose a tag to compare
fun isViewLinearVertical(dividerItem: Boolean) {}
fun isViewLinearHorizontal(dividerItem: Boolean) {}
fun isViewStaggeredGrid(spanCount: Int) {}
fun isViewGrid(spanCount: Int) {}

FrogoRecyclerView

29 Dec 18:45
5d924db
Compare
Choose a tag to compare

Custom View Based RecyclerView

Fresh Release

19 Dec 23:30
Compare
Choose a tag to compare
  • SImple RecyclerViewAdapter
  • No longer requires variable declarations
  • Just setupRequirement()