Registry / utility / coil
library2.7.0javamavenunverified

An image loading library for Android backed by Kotlin Coroutines.

<dependency> <groupId>io.coil-kt</groupId> <artifactId>coil</artifactId> <version>2.7.0</version> </dependency>
INSTALL
IMPORT
SIG · COIL
C
coil
utilityjavav2.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

loadImage
coil.loadImage

Loads an image into an ImageView using Coil.

import coil.loadImage; import android.widget.ImageView; public class Main { public void load(ImageView imageView) { imageView.loadImage("https://example.com/image.jpg"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.7.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
coil — mvn dependency:get coil · libregistry