Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
1 vote
1 answer
174 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 ...
John's user avatar
  • 75
0 votes
0 answers
106 views

I have a gallery fragment in my Android TV App with horizontal recyclerView where i`m trying to show images loaded with Coil (they might have a large size like 10mb, 20mb etc.). The requirement is ...
Dmytro Koniev's user avatar
0 votes
0 answers
68 views

I have a reducer.ts file, path is: src/model/reducer/reducer.ts and the path for my image is: src/view/assets/image.png Here is how I work with my image inside my reducer: const myImage = '../../view/...
jasper's user avatar
  • 43
1 vote
0 answers
112 views

I'm working on a Shopify store where we use several GIF images to showcase product features. However, I've noticed that GIFs can take a while to load, especially on slower connections, which impacts ...
Bra11y's user avatar
  • 11
1 vote
0 answers
463 views

Net 8.0 + MS Toolkit, MVVM, VS 2022, android emulator 11 API 30 I've a listview based on a ObservableCollection of class public partial class ADVImage : BaseModel //<= extends ObservableObject { ...
Denis De Pauli's user avatar
1 vote
0 answers
63 views

I'm facing an issue where an image fails to load within a React component, although it works perfectly fine in a vanilla JavaScript version of the same functionality. I'm seeking assistance in ...
Kuldeep Sonara's user avatar
0 votes
0 answers
55 views

I would like to display/load image from the database, my image path is stored in database. My project file is in different drive (d:) and my images are in share drive (Z:). Currently I am working on ...
padha's user avatar
  • 13
0 votes
0 answers
58 views

Firstly, i'm not good at English. So please understand it. #include <stdio.h> #include <windows.h> #define xsize 570 // x사이즈 #define ysize 456 // y사이즈 #define INPUTFILENAME "...
hojun's user avatar
  • 9
0 votes
1 answer
66 views

If I'm running as a third party library within an android application, and I want to check whether the imageviews on screen were loaded from locally bundled resources or were loaded from a remote uri -...
Jon's user avatar
  • 8,041
0 votes
2 answers
57 views

I am getting the following error while running react app: Failed to compile. Module not found: Error: Can't resolve ' ../asset/intro.jpg' in 'C:\my-app\src\components' ERROR in ./src/components/...
insha jane's user avatar
-1 votes
1 answer
52 views

I have created an data base in my sql and decided to add some picture but the problem is that the picture that should be loaded currently returns an empty string. So where the correct image should ...
Taminator's user avatar
1 vote
0 answers
283 views

I am building an image loading library for Jetpack Compose. I know about Coil, and it does not meet my needs. I've build an AsyncMedia composable (Coil's AsyncImage was an inspiration here). When it ...
daxh's user avatar
  • 571
0 votes
1 answer
110 views

I'm trying to load an image in Java using Jaylib, it works in Intellij but not does as a Jar. Method for Resource Locations: @Nullable public String getPath() { try { return ...
Command17's user avatar
2 votes
0 answers
188 views

I have a React application in which after clicking on the buttons I change the categories and each category has its own layout with text and images. The problem is that I conditionally render this ...
Martin Wsc's user avatar
0 votes
1 answer
395 views

It is critical for me that the picture is loaded for a certain time, if during this time it cannot be loaded, then I want to stop loading and move on to the next function. It seems that here it is ...
Funrab's user avatar
  • 83

15 30 50 per page
1
2 3 4 5
26