Demonstartions of using Paging Library with MVVM architecture
This project hosts each sample app in separate repository branches.
Sample | Description |
---|---|
paging | The base for the rest of the branches. Paging Library + Architecture Components + Retrofit + RxJava |
paging-dagger | Paging Library + Architecture Components + Retrofit + RxJava + Dagger Android |
paging-offline | Paging Library + Architecture Components + Retrofit + RxJava + Dagger Android + Offline-first |
paging-dagger-hilt | Paging Library + Architecture Components + Retrofit + RxJava + Dagger Hilt + Offline-first |