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 ❤