# Using Coil for image loading in Android with Kotlin and coroutines

DevFeed: [Using Coil for image loading in Android with Kotlin and coroutines](<https://devfeed.tech/articles/coil-the-next-gen-image-loader-for-android-coroutines-based-27144.md>)

Original publisher: [Read original article](<https://antonioleiva.com/coil-image-loader-android>)

Published: 2019-08-13T00:00:00Z

Content type: tutorial

Language: en

Sources: [Antonio Leiva](<https://devfeed.tech/sources/antonio-leiva.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [Kotlin](<https://devfeed.tech/topics/kotlin.md>), [Coroutines](<https://devfeed.tech/topics/coroutines.md>), [Library](<https://devfeed.tech/topics/library.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [android-development](<https://devfeed.tech/tags/android-development.md>), [coroutines](<https://devfeed.tech/tags/coroutines.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [library](<https://devfeed.tech/tags/library.md>)

## AI overview

A video tutorial introduces Coil, an image loading library for Android based on Kotlin and coroutines. It covers setup, loading images into ImageView, custom targets, transformations, and controlling the image loader instance for dependency injection.

## Source excerpt

Everything Android, Kotlin and other random topics