Android Kotlin app to parse JSON data using Retrofit2 library with Android Architecture Components 😊
- Retrofit2
implementation 'com.squareup.retrofit2:retrofit:2.4.0'
implementation 'com.squareup.retrofit2:converter-gson:2.4.0'
- OkHttp
implementation 'com.squareup.okhttp3:logging-interceptor:3.11.0'
- Gson
implementation 'com.google.code.gson:gson:2.8.5'
- ViewModel and LiveData
implementation "android.arch.lifecycle:extensions:$lifecycle_version"
- Calligraphy
implementation 'io.github.inflationx:calligraphy3:3.0.0'
implementation 'io.github.inflationx:viewpump:1.0.0'
- Koin
implementation 'org.koin:koin-android-viewmodel:1.0.0-RC-1'
Licensed under the MIT Licence