Tag: ktor

  • Make REST API request with Kotlin ktor client in android

    Make REST API request with Kotlin ktor client in android

    Ktor is a framework to easily build connected applications, web applications, HTTP services, and mobile and browser applications. Modern connected applications need to be asynchronous to provide the best experience to users, and Kotlin coroutines provide awesome facilities to do it in an easy and straightforward way. Ktor is a new framework for building asynchronous […]