Slide 14
Slide 14 text
Components of paging library
PAGELIST
-that loads the data automatically and can provide update signal, for example, to the
RecyclerViewAdapter.
-The data is loaded automatically from a DataSource on the background thread.But then, it’s
consumed on the main thread.
-It supports both an infinite scrolling list, but also countable lists.
14