No more Retrofit, move to Ktor on Android

Barros
3 min readMay 9, 2022
Photo by Fahim Muntashir on Unsplash

How to say the documentation, Ktor is an asynchronous framework for creating microservices, web applications and more. It is possible to use it to create a REST Client for yours Android applications.

Before to continue, Retrofit is still a good framework to make API calls, in this article I’m just suggesting another good framework that uses Kotlin libraries.

--

--