API-Request
Android project using Retrofit
and Ktor
for Http Requests
, built with MVVM and Clean Architecture guideline.
API used in this project is JSON Placeholder.
Switching between Retrofit and Ktor:
Modify the DataModule.kt to switch between Retrofit and Ktor.
Current features:
Kotlin
withXML UI
Coroutines
andFlow
for background tasksHilt
for Dependency InjectionNavigation Component
Retrofit
withGson
Ktor
withKotlin Serialization