Questions tagged [image-load]
47 questions
1
vote
1 answer
Universal Image Loader Stop Retry
I've a problem with Universal Image Loader 1.9.1 on android 4.2.2.
The same described here: Android Universal image loader, stop retry. I've read NOSTRA answer multiple times, but I can't figure out how to implement that. Should I extend…

Jumpa
- 4,319
- 11
- 52
- 100
1
vote
1 answer
Loading images sequentially
I'm building a site with a large amount of big images (10-40, ~300kb/img), and looking for a way of loading (not displaying!) them sequentially.
I already have a piece of js that will display and trigger the carousel once the first 3 images have…

Eric Mitjans
- 2,149
- 5
- 40
- 69
1
vote
2 answers
Load image from webUrl at ImageView in ExpandableListView in android
In my project i am using google webService in which i am quering different query like-- hospital, cinema hall, resort etc. and get result in json format .
From json i get so many data like Name, lat, lng, imageUrl, Web url in respective query. And i…

Teekam
- 939
- 4
- 14
- 26
0
votes
1 answer
Android Apps : how to get image from webservice to show in application?
this is the json format from webservice : {"result" : [{"id":"1","category":"Rumah sakit","image":"hospital.png"}]}
here's the android code:
public class ARPublicFacilitiesActivity extends Activity {
public static int PILIHAN = 0;
private…

bobtongkon
- 1
- 3
0
votes
0 answers
image not loading java
i am trying to load an image to a JButton for display but it doesnt load the image is in src folder of the project and its the same type here is the code.
import javax.swing.*;
import java.awt.*;
public class Main {
public static void…

SpyrosGew
- 1
- 1
0
votes
1 answer
how to change an image when I click a toggle button(flutter)
enter image description here
I cannot embed image because I don't have 10 reputation.
I want to load image when I click toggle buttons. it seems simple for you but it is hard for me to do it. I am a beginner .
I don't know how to write onPressed…

won
- 1
- 1
- 2
0
votes
0 answers
how to change images when clicked 2~3 toggle buttons together
https://i.stack.imgur.com/NmkxE.jpg
enter image description here
how to change images when clicked 2~3 toggle buttons together
this is what I want to make.
9cat pictures included in the example.
I want to load cat images( total 9 cat images)…

won
- 1
- 1
- 2
0
votes
2 answers
Cursor as PNG image?
I am trying to make my cursor be a PNG image that I have already preloaded in an art game I am designing on P5.js.
I have tried so many things, but it still won't work!
Can someone please let me know where to put the cursor function as well as what…
0
votes
1 answer
Flutter NetworkImage failed to load HEIC image from url
In my NetworkImage my url is this
https://joylist.s3.us-east-2.amazonaws.com/profile/5f229e9cfa3dc8542f815cb9.HEIC
And it throws this exception
It worked fine with .jpg or png and other formats. Now, How can I resolve this and show this image.

Noban Hasan
- 593
- 1
- 7
- 21
0
votes
2 answers
not working with google chrome
hi i m not able to load an image in chrome using img src="E:\pic1.jpeg" when i run this code in internet explorer its working bt not in chrome . on the other hand when i give the name of image instead of path in src then its working ...
plz…

prabjot
- 1
- 1
- 1
0
votes
1 answer
TSQL insert into table with bulkcolumn -- needing two bulkcolumn inserts into same row
TSQL insert into table with bulkcolumn -- needing two bulkcolumn inserts into same row
I need to run a query with two bulkcolumn inserts into the same row.
I am trying:
However, I get the error: Invalid object name 'BulkColumn'
Is this just a…

JosephDoggie
- 1,514
- 4
- 27
- 57
0
votes
1 answer
Inline image loads in IE but not Chrome or Firefox
In chrome / firefox I get
In IE I get
The code is

GeorgeC
- 956
- 5
- 16
- 40
0
votes
1 answer
Masonry Image gallery not working, inline Javascript not taking any effect
I just included Masonry Lib into my wordpress site to display an image gallery: http://letpack.lukasoppler.ch/geschuetzte-arbeitsplaetze/gebaeudeunterhalt/
I am calling masonry throug html markup in the div-Element, it is looking like this:

Luke
- 127
- 2
- 11
0
votes
0 answers
Android XML Image Background (Vector Drawable Or Png) Issues With Long Loading
Good Day.Lately i have noticed an horrible delay between activity load which has an image attached to it's background.
Basically here is my simple layout.

fasf safsaf
- 31
- 1
- 5
0
votes
1 answer
OpenGL imageSize is always zero
I wrote a simple test case to get the height of an image within a compute shader and write it to an SSBO. I've used the SSBO code before, and I know that part works fine. I used apitrace to inspect the state during the glDispatchCompute call, and I…

AnimatedRNG
- 1,859
- 3
- 26
- 39