ShamylZakariya / StickyHeaders

Adapter and LayoutManager for Android RecyclerView which enables sticky header positioning.
MIT License
1.4k stars 185 forks source link

Add getLastVisibleXXXXViewHolder() #50

Closed BraisGabin closed 5 years ago

BraisGabin commented 7 years ago

These methods are useful for different things. For instance: https://github.com/matzuk/PaginationSample/blob/master/app/src/main/java/com/matsyuk/pagination_sample/utils/pagination/PaginationTool.java#L85-L100

ShamylZakariya commented 5 years ago

2-and-a-half years later, merged.