We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Update Modifying to ListAdapter section url
Added LiveData dependency since it is required to setup PagedListAdapter and use LiveData
Replace Kotlin code with Java since the entire guide is in Java.
Update note about Endless scrolling.
Migrate to AndroidX
version 1.0.1 of Paging library
Updated Paging Library Guide (markdown)
fix variable name
Add section on how to use with SwipeRefreshLayout
Fixups