Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
2 answers
75 views

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 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 @...
AdrienM's user avatar
  • 95
1 vote
0 answers
138 views

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

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 ...
cristallo's user avatar
  • 2,145
0 votes
0 answers
219 views

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

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 ...
cristallo's user avatar
  • 2,145
1 vote
0 answers
86 views

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

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

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

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(...
Montaner's user avatar
  • 544
0 votes
0 answers
116 views

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

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

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

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

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":...

15 30 50 per page
1
2 3 4 5
...
15

AltStyle によって変換されたページ (->オリジナル) /