Android Pagination Paging 3.0

The source code for Android Pagination - Paging 3.0 course, that teaches how to use the new paging library 3.0 by using local database and network pagination, where the api used to paginate is The Cat API

covering 3 main use cases:

  • Pagination with network onlyNetworkOnlyActivity.
  • Pagination with local database only DatabaseActivity.
  • Pagination with network and database NetworkAndDatabaseActivity.

(Common logic is extracted to BaseCatActivity and BaseViewModel.)


Libraries:


References: