coil Questions

1

Solved

I am using the latest version of Coil: implementation("io.coil-kt:coil-compose:2.0.0-rc01") I would like to load a barcode label image to my Jetpack Compose file for example like so: Box(...
Vicegerent asked 3/3, 2022 at 21:43

3

I need to show an image in my app by url using Coil, but this image don't load. I follow the official documentation https://coil-kt.github.io/coil/compose/. profile card implementation "io.coi...
Madcap asked 30/7, 2021 at 0:49

1

I am facing issue in setting validity for Cache in android jetpack using coil. What I Need: In Android Jetpack compose, I need to download an SVG image from the Url and store it to the cache. But t...

3

Solved

Coil accepts a drawable resource as an error placeholder. Is there a way to use an image URL here instead? Here is the code I am working on: // Global variables var currentlySelectedImageUri = muta...
Foreshadow asked 10/8, 2021 at 13:17

1

Solved

I would like to display an image with the following rules: The image is remote and needs to load on runtime. We don't know what the image size is until it's loaded. The Image view should take the ...
Inger asked 19/8, 2021 at 13:19

4

According to Coils docs, I don't have to make any configuration for my image to fit(). The problem is, that the ImageView is not loading correctly: This is my configuration for the ImageView with...
Treaty asked 19/8, 2019 at 8:52

© 2022 - 2024 — McMap. All rights reserved.