EsraaRashad / Retrofit-Kotlin-Example

Android Kotlin app to parse JSON data using Retrofit2 library with Android Architecture Components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Retrofit-Kotlin-Example

Android Kotlin app to parse JSON data using Retrofit2 library with Android Architecture Components 😊

Screenshots

Libraries used

  • 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'

API Used

License & Copyright

Licensed under the MIT Licence

About

Android Kotlin app to parse JSON data using Retrofit2 library with Android Architecture Components

License:MIT License


Languages

Language:Kotlin 100.0%