image-loading Questions

5

How to show a progress bar while fetching image from URL in Coil.?
Handclasp asked 26/8, 2021 at 12:16

6

Solved

I want to create an alert box after an image is loaded, but if the image is saved in the browser cache, the .onload event will not be fired. How do I trigger an alert when an image has been loaded...
Burge asked 10/9, 2012 at 15:31

4

I would like to know if there is a way to intercept the image loading requests of a browser and add some request headers expected by the server. The actual scenario is this: the web app sends an XH...
Scrimmage asked 15/7, 2011 at 13:13

5

I am new to Flutter. I try to load network images using image.network widget. it's working fine but sometimes it takes time to load. I added tap listener to image.network during tap I need to check...
Session asked 8/6, 2018 at 11:21

8

Solved

I'm not entirely sure why this is happening but I am in the process of making a program and I am having tons of issues trying to get opencv to open images using imread. I keep getting errors saying...
Fissure asked 3/7, 2014 at 23:54

6

Solved

I am using Glide image loader to load an image from a specific URL, now if I update the image to the same URL, Glide is still showing the cached image in my imageview. How to reload the image from ...
Hymie asked 19/12, 2017 at 11:42

3

Solved

Is there any way without AJAX of changing the loading order of images on a page? Or even a way to completely halt or pause loading of images already present? The use case is simple - I have a long...
Eusebiaeusebio asked 26/10, 2011 at 17:16

3

I'm trying to define some assets for my Flutter app. This is my directory structure: - lib - assets - images └ bg_login.png <-- this one is 400x800px └ 2.0x └ bg_login.png <-- this one ...
Coss asked 1/10, 2018 at 14:21

6

Glide not loading image from memory at the first time when rotating (orientation change), and after that it is loading from memory. I have tried to increase the memory size, the bitmap pool size, ...
Lubberly asked 26/8, 2015 at 21:56

2

I know this link, and tried but this is for Glide V3 solution, I need to load https://myimage/image/xxx.png but glide throw exception FileNotFoundException(No content provider)** and **SSLHandshak...
Jeroldjeroma asked 29/3, 2018 at 13:15

6

I'm using Picasso library for image downloading from the network. I just wonder whether I can use a progress dialog or a GIF image as a place holder? Also any idea on how to make place holder image...
Immuno asked 3/3, 2014 at 9:38

4

Solved

WhatsApp developers recently improved the image loading in which immediately loading some portion of the image (getting its dimension and some pixels of the images) and then after loading the entir...
Syllogize asked 9/11, 2013 at 19:28

3

Solved

I want to show a fade effect when image is loading on Imageview. I am using picasso to cache image and display in image view. I have searched alot for this but couldnt find any solution. I have us...
Amalekite asked 28/12, 2015 at 6:15

7

Solved

I've been trying to figure out how to dynamically add images via React and Webpack. I have an image folder under src/images and a component under src/components/index. I'm using url-loader with the...
Matty asked 16/9, 2015 at 15:31

0

I'm asking this question out of curiosity. Basically I'm using glide for loading images into imageView by setting the scaleType of image to centerCrop .But what I'm asking is Is it worth or good pr...
Airglow asked 5/3, 2018 at 14:5

3

Solved

Server provides the API to load image through Post request, whose body looks like { "image_id": someId, "session_id": "someId" } Response - stream. How to download an image using Glide via HTTP...
Centro asked 27/12, 2016 at 9:23

1

Solved

I used the `Glide library with AppGlideModule, version of library 4.1.1. Here is my glide module class: @GlideModule public class GlideUtil extends AppGlideModule { private final int IMAGE_CACHE...
Bunion asked 13/11, 2017 at 13:31

4

Solved

Here's a critical point I don't know concerning the behavior of Picasso. Imagine you are, say, showing a slide-show of ten items. Say, they are on-screen for ten seconds each. The ideal behavior wo...
Shedevil asked 9/9, 2017 at 14:58

3

Solved

I am searching for a design pattern i can use so that in android recyclerView i can load images quickly at low quality and then also make a call to for a high quality image will will write over the...
Fourwheeler asked 27/6, 2017 at 4:21

14

Solved

I load an image from disk using Picasso, e.g., Picasso.with(ctx).load(new File("/path/to/image")).into(imageView), but whenever I save a new image in that file, and refresh my ImageView, Picasso st...
Derange asked 25/2, 2014 at 13:59

7

GOAL: All images appear on first load. CURRENT: If lucky, two or three images appear on first load; requires page referesh to see all images. This is my first site, written by hand. The client ...
Hecklau asked 26/9, 2016 at 17:34

3

Solved

I'm trying to display a list of songs found on the device requesting data directly from the MediaStore. I'm using a RecyclerView and an adapter that uses a CursorAdapter to get data from MediaStore...

2

I am working on an application where i need to load the server images in list. But the way of displaying images is bit different. I need to display image as it gets downloaded i.e. pixel by pixel. ...
Pintsize asked 3/2, 2015 at 5:42

1

I just migrate my android application from Glide. But i've problem when trying to play GIF Image. Is it any solution to play GIF image using Picasso? Thank you.
Vitalize asked 10/6, 2016 at 8:47

2

Solved

I'm working on a slide-show-like web app in which the current image is drawn onto a canvas and you can flip through images with next/prev buttons. The images a loaded with someImage.src and for per...
Varicolored asked 23/8, 2011 at 9:48

© 2022 - 2024 — McMap. All rights reserved.