Guys please help links images not loaded please send me corrent correct blocks tell my mistake
RaYzZz
(Gianluca Franco)
December 4, 2025, 10:25am
2
Hi dear,
Welcome to the Kodular community!
Can you show us your blocks, please?
1 Like
RaYzZz
(Gianluca Franco)
December 4, 2025, 2:08pm
4
Try loading them asynchronously.
Some extensions, like the first one, allow caching, so once they’ve been downloaded, the next time they will be retrieved from local memory.
Image Loader
Hi everyone,
Today I present a new extension based on Universal Image Loader that allows you to load and cache images.
Demo
Event
OnLoadingStarted: Event when the loading of the image is started. The url returns the URL of the image.
[OnLoadingStarted]
OnLoadingFailed: Event when the image is failed to load. The url returns the URL of the image.
[OnLoadingFailed]
OnLoadingComplete: Event when the image is loaded. The url returns the URL of the image.
[OnLoadingComple…
1.Introduction
Description: Extension to load images with Picasso
Latest Version: 2.1
Released: 2021-03-08T18:30:00Z (UTC)
Last Updated: 2024-06-30T18:30:00Z (UTC)
2.Blocks
[image]
[image]
3.Usages
The extension can be used with any view component.
A good example will be this:
[image]
If you want to resize image then make sure you provide both, height and width.
Delete cache if you want to load fresh image
[image]
4.Source Code
You can find the source code at the Github repo:
…
AsyncImage An extension for MIT App Inventor 2. Simple asynchronous image loader extension to load image asynchronously in an image or arrangement component with circular image. This is a simple, light weight and fast async image loader since it...
Reading time: 2 mins 🕑
Likes: 13 ❤
By the way why do you want to use update image by path? While creating time itself you may use the correct path using select list item with number know? But it will take some timem also use default image utility block
But not working sir please one show me how to set block Link image load to vertical scroll arrangement block setup image show me sir
RaYzZz
(Gianluca Franco)
December 4, 2025, 7:44pm
7
Try using Picasso like this.
RaYzZz
(Gianluca Franco)
December 4, 2025, 10:36pm
9
I also prefer this one, in fact,
I put it first
Try loading them asynchronously.
Some extensions, like the first one, allow caching, so once they’ve been downloaded, the next time they will be retrieved from local memory.
But Picasso allows much more control over the image’s behavior indeed, I think that’s why they chose it.
Sir I set perfect but images not loaded
RaYzZz
(Gianluca Franco)
December 5, 2025, 9:05am
11
LoadImagesAsynch.aia (564.1 KB)
For me it works like this, try it too, otherwise it might be
ibb.co blocking the requests since you’re making quite a few in a short time.
Load image total 40 per image size only 40-50kb but loaded heavy image not loaded and app Auto back issues please tell me how to fix the problem and kodular best image Loader extension give me and tell me idea how to set block
Gaston
(zodiaclogic)
December 8, 2025, 1:00am
13
Just enter empty text; otherwise, you’ll be trying to load the same image twice. Then try with fewer images in the list, just 10 to see if they load.
I suggest you use instead of Picasso:
Image Loader
Hi everyone,
Today I present a new extension based on Universal Image Loader that allows you to load and cache images.
Demo
Event
OnLoadingStarted: Event when the loading of the image is started. The url returns the URL of the image.
[OnLoadingStarted]
OnLoadingFailed: Event when the image is failed to load. The url returns the URL of the image.
[OnLoadingFailed]
OnLoadingComplete: Event when the image is loaded. The url returns the URL of the image.
[OnLoadingComple…
1 Like
vknow360
(Sunny Gupta)
December 8, 2025, 11:51am
14
Pm me the aia as well as apk.
Load image error how setup load image blocks