Skip to content

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

License

Notifications You must be signed in to change notification settings

Tobibur/Retrofit-Kotlin-Example

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages