Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.01 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.01 KB

Kotlin_Dagger_DataBinding

This is a sample repository with a combination of Kotlin, Retrofit, Dagger2,OkHttp,DataBinding & etc library used.

Other Libraries

DataBinding - https://developer.android.com/topic/libraries/data-binding/index.html
OkHttp - http://square.github.io/okhttp
Retrofit - http://square.github.io/retrofit
Moshi - https://medium.com/square-corner-blog/kotlins-a-great-language-for-json-fcd6ef99256b
RxJava - https://github.com/ReactiveX/RxJava
RxAndroid - https://github.com/ReactiveX/RxAndroid

DataBinding

To use DataBinding with Kotlin, use com.android.databinding:compiler like below.

dependencies {
kapt 'com.android.databinding:compiler:3.1.4'
}

ScreenShots-: