thoughtbot / expandable-recycler-view

Custom Android RecyclerViewAdapters that collapse and expand
https://robots.thoughtbot.com/introducing-expandablerecyclerview
MIT License
2.12k stars 387 forks source link

How to use it with Paging #217

Open jDilshodbek opened 3 years ago

jDilshodbek commented 3 years ago

How Can I use this library with paging library. It generally requires adapter to be extended from PagedListAdapter

safeer-ahmed commented 1 year ago

Is there any clue for this to be used with Paging3, or anybody knows any alternative to it?