Support for androidx.paging
Paging is one of these problems that sounds easy on the surface but gets more and more complex the more you look into it. androidx.paging helps a lot with it but some interactions are still very difficult to get right. This library both simplifies those implementations and documents common pitfalls.
Specifically, this library helps with:
- Persisting and restoring the position in the list.
- Completely refreshing the contents.
- Refreshing 'in place', keeping the position on screen.