androidx.paging:paging-runtime
Official Description: Android Paging-Runtime
CommonsWare’s Notes
This artifact contains the glue code to tie the Paging component to a
RecyclerView
. In particular, it contains PagedListAdapter
, a RecyclerView.Adapter
that knows how to work with PagedList
, which in turn knows how to work
with paged data sources.
Documentation
Knowledge
- How to use Jetpack Pagination library for a modern search and pagination interface on Android (2020-01-17)
- Exploring Paging Library from Jetpack (2018-09-22)
- 7 steps to implement Paging library in Android (2018-07-02)
- Android Paging Library — Make your lists as efficient as possible literally in just an hour directly from the network! (2017-09-17)
Samples
- PagedFTS Sample: Demo of using Room with the Paging component, profiled in Elements of Android Room
Versions
- Latest Stable: 2.1.2
- Latest Release Candidate: 2.1.0-rc01
- Latest Beta: 3.0.0-beta01
- Latest Alpha: 3.0.0-alpha13