A simple Kotlin git client project to demonstrate reactive programming in RxKotlin Follows Uncle Bobs Clean Architecture and uses Android Architectural Components (AAC) Architecture used is MVVM
Git clone or download zip file to continue
Android Studio 3.0 and and above
- Koin - Android dependency management
- Retrofit2 - For consuming REST API
- Android Architectural Components - ViewModel and LiveData
- RxKotlin - Implementation of Reactive programming in Kotlin
- AndroidX - Project is based on Jetpack