214 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
2
answers
75
views
How to load SVG content images(not url) using Coil on Android
For example, the SVG content obtained from the web is:
<svg t="1717950268208" class="icon" viewBox="0 0 1025 1024" version="1.1" xmlns="http://www.w3....
-1
votes
1
answer
73
views
Coil not loading the picture
Coil loading states was stuck on loading.
The internet permission was set, Using Coil 2,7, so no need for additional imports.
Yet putting logs, the AsyncImagePainterState only goes to loading
@...
1
vote
0
answers
138
views
AsyncImage not loading image, error with 'unimplemented'
I have been trying to separate out tasks because OpenAI can take some time to generate images, so I have a page that allows you to input items and it will build a recipe for you. I originally had it ...
1
vote
1
answer
225
views
How to define the placeholder image for the ImageLoader in Coil v 3.2.0 using Java
I am using Coil in an Android View project with mixed java-kotlin source code.
https://github.com/coil-kt/coil
I am updating the Coil library from v 2.7.0 to v 3.2.0
Old java code for loading an image ...
0
votes
0
answers
219
views
How to save Blurred JPEG in Android Compose (coil3) application
My current android application has a usecase that allows users to select any jpeg image file and set it as the applications background.
the user can blur the selected image before setting it as the ...
0
votes
1
answer
390
views
Not able to use Coil library in Android View project with mixed Java-Kotlin code
I am trying to use the Coil image loading library in an Android View project with mixed Java-Kotlin source code.
https://github.com/coil-kt/coil
I am following this guide about how to use the library ...
1
vote
0
answers
86
views
How to load audio file thumbnails using Coil in android
I'm working on an Android app where I display a list of local audio files. Currently, I'm using ContentResolver.loadThumbnail() to get the thumbnails (album art) for these audio files, but this method ...
1
vote
1
answer
179
views
Why isn't Coil 3 displaying a valid image URL in Jetpack Compose, even though the URL is valid and StateFlow recomposes properly?
I'm migrating a user profile screen from XML + Glide to Jetpack Compose using this Coil dependency:
io.coil-kt.coil3:coil-compose:3.1.0
The profile image URL is returned from an API and correctly ...
0
votes
1
answer
52
views
Android Compose AsyncImage + www url
Why doesn't AsyncImage in Android Compose load images with URLs starting with www? Is there any way to do this?
0
votes
0
answers
22
views
How to handle images zipped together with Coil?
Images in my server are organised into zipped groups for performance reasons.
I load them by passing two parameters: the URL of the zip file and the name of the file in that zip:
imageView.load(MyData(...
0
votes
0
answers
116
views
Loading local images on iOS using coil in a kotlin multiplatform project
I successfully managed to load local images on an android using coil. Now, I migrate to iOS and want to load a photo I just took using the camera. The asset id I get after taking the picture is ...
2
votes
1
answer
350
views
Jetpack Compose Coil3 Disable GIF Animation For A Specific AsyncImage
Everything is fine with with introducing Coil-GIF into my Jetpack Compose project.
implementation("io.coil-kt.coil3:coil-gif:3.1.0")
Every .gif I add to my AsyncImage is animated fine. ...
0
votes
0
answers
126
views
How to refresh image in Coil 3 without modifying the URL or relying on context in KMP?
I am working on a Kotlin Multiplatform Project (android and desktop(windows)) that uses Coil 3 for loading images in a Jetpack Compose UI. My goal is to refresh an image when the user clicks a refresh ...
0
votes
0
answers
72
views
How to synchronize images loading with Coil3
I'm loading the same image (from the netowrk) on different ASyncImage composables: one is "full screen" and it's blurred, the other is on top and represent the sharp version of the image. ...
0
votes
1
answer
468
views
Coil didn't Loading Network Images in Jetpack Compose | Solution
I Have the Weather Api from weatherapi.com and The Api Gave us a Weather Condition Icon The Url of Icon is Look Like This From Response:-
How Icon Url Looks Like from Response:-
"condition":...