luizgrp / SectionedRecyclerViewAdapter

An Adapter that allows a RecyclerView to be split into Sections with headers and/or footers. Each Section can have its state controlled individually.
MIT License
1.68k stars 372 forks source link

How can I add pagination to a section ? if my lists for each section is coming from a different network call ? #76

Closed Janipasha closed 6 years ago

Janipasha commented 7 years ago
Include the following:

Also, please wrap Java with correct syntax highlighting.

System.out.println("Hello, world!");
Reproduction Steps
Expected Result
Actual Result
luizgrp commented 6 years ago

please open a question in stackoverflow with the tag sectionedrecyclerviewadapter sharing the code that you have tried and explaining where you got stuck