Sample project using Paging Library + RxJava + MVVM + Kotlin
This project was developed with the purpose of demonstrating the consumption of Marvel API using Paging library facilitating the pagination of these items.
The project was developed in Kotlin using the MVVM architecture and RxJava.
The project is developed and separated into two branches, so you can compare the two forms of implementation:
- feature/default-implementation - developed in the traditional way without using the Paging library.
- feature/paging-implementation - developed using the Paging library
This project is licensed under the MIT License - see the LICENSE file for details
- Jonas Vieira - [email protected]