- Notifications
You must be signed in to change notification settings - Fork0
SpiralDevelopment/MVVMPaging
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 |
There are 2 types of architecture used in the samples.
Online app architecture fetches data from API and directly binds it to the UI. Used inpaging andpaging-dagger samples
Offline-first app architecture fetches data from API and inserts that data into database, then those data are binded to the UI. Used inpaging-offline andpaging-dagger-hilt samples
About
MVVM + Paging Library + Offline-first
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published



