Skip to content

This App hits url and gets josn in response.Parse data and show the items on ReCyclerView. Kotlin,android,json is used as technologies

License

Notifications You must be signed in to change notification settings

manju1375/Android_Proifiency_Test

Repository files navigation

#Kotlin-JSON-Parse-Example Android Kotlin app to parse JSON data using Retrofit2 library with Android Architecture Components 😊

Screenshots

## Libraries used * [Retrofit2](https://github.com/square/retrofit) * `implementation 'com.squareup.retrofit2:retrofit:2.4.0'` * `implementation 'com.squareup.retrofit2:converter-gson:2.4.0'` * [OkHttp](https://github.com/square/okhttp) * `implementation 'com.squareup.okhttp3:logging-interceptor:3.11.0'` * [Gson](https://github.com/google/gson) * ` implementation 'com.google.code.gson:gson:2.8.5'` * [ViewModel and LiveData](https://developer.android.com/topic/libraries/architecture/adding-components) * `implementation "android.arch.lifecycle:extensions:$lifecycle_version"` * [Calligraphy](https://github.com/InflationX/Calligraphy) * `implementation 'io.github.inflationx:calligraphy3:3.0.0'` * `implementation 'io.github.inflationx:viewpump:1.0.0'` * [Koin](https://github.com/InsertKoinIO/koin) * `implementation 'org.koin:koin-android-viewmodel:1.0.0-RC-1'`

License & Copyright

Licensed under the MIT Licence

About

This App hits url and gets josn in response.Parse data and show the items on ReCyclerView. Kotlin,android,json is used as technologies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages