You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project demonstrate how to integrate paging into your project
Description
HomeScreen: load all user from StackOverflow with infinite scroll. Toggle All/Marked to select all user or bookmarked users.
Support save offline for user
DetailScreen: could select one user from home to show detail reputation of user
Architecture
Apply clean architecture
MVVM
Libraries
Koin for dependencies injection
Retrofit
Moshi
Coroutine
Navigation
Paging + BoundaryCallback
Room
Demo
About
Demo loading StackOverflow user with paging and caching