Simple project to show the use of Android Paging Library and Navigation Architecture Components, using the following:
- Clean Architecture
- Model-View-ViewModel in presentation layer
- RxJava for concurrency when calling to domain layer use cases
- Koin for dependency injection
- Navigation (Architecture component)
- Android Paging Library for pagination
- Retrofit for networking, to retrieve data from Random user generator


