/paging3

Implementation of Paging3 using Kotlin Flow and RxJava

Primary LanguageKotlinApache License 2.0Apache-2.0

paging3

Implementation of Paging3 using Kotlin Flow and RxJava

Consists of 4 parts for loading movies from TMDB:

Tab 1: With Kotlin Flow using PagingSource
Tab 2: With Kotlin Flow using RemoteMediator
Tab 3: With RxJava using RxPagingSource
Tab 4: With RxJava using RxRemoteMediator