0

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?

Community
  • 1
  • 1
Aleksandr Gorshkov
  • 473
  • 1
  • 6
  • 16

1 Answers1

1

Endless / Loading More feature is part of library since January 2017. Top Endless from June 2017.

Davideas
  • 3,226
  • 2
  • 33
  • 51