I want to get endless (looped) RecyclerView. But I use custom library for Adapter - FlexibleAdapter:
I find here the correct answer for usual RecyclerView.Adapter:
But I can't modify getItemCount()
method
Do you have any alternative ideas?
I want to get endless (looped) RecyclerView. But I use custom library for Adapter - FlexibleAdapter:
I find here the correct answer for usual RecyclerView.Adapter:
But I can't modify getItemCount()
method
Do you have any alternative ideas?
Endless / Loading More feature is part of library since January 2017. Top Endless from June 2017.