Skip to content

evant/feed

Repository files navigation

feed

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:

  1. Persisting and restoring the position in the list.
  2. Completely refreshing the contents.
  3. Refreshing 'in place', keeping the position on screen.

About

Support for androidx.paging

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages