An open API service indexing awesome lists of open source software.

https://github.com/shuza/kotlin-exapmle

init commit
https://github.com/shuza/kotlin-exapmle

android kotlin kotlin-android mvp retrofit2 rxjava

Last synced: 10 months ago
JSON representation

init commit

Awesome Lists containing this project

README

          

# kotlin-android-exapmle
This project is example of Android Application with Kotlin, Dagger2, RxJava, ButterKnife and MVP-Architecture

### Description
This project will retrive data from network using Retrofit library in observable patter using RxJava. Dagger2 is used for dependency injection. It is a MVP archetecture demo implementation project using Kotlin.

# Libraries
- Kotlin - http://kotlinlang.org
- Dagger2 - https://google.github.io/dagger
- RxAndroid - https://github.com/ReactiveX/RxAndroid
- Retrofit - http://square.github.io/retrofit
- Butter Knife - https://github.com/JakeWharton/butterknife
- MVP architecture - https://github.com/googlesamples/android-architecture
- API - https://reqres.in