[F/OS] Image Loader - Extension for image loading and caching

It would be more amazing if it’s work with more components such as arrangements background image or button background image

1 Like

Update version 2

New blocks

  • LoadImageAsync: Requested by @OfficialDjJohn .
    This method loads the image Asynchronous in the image component. Parameters : imageComponent: The image component where the image will be displayed. url: The URL of the image you want to load.

async

  • LoadingImage: Requested by @Maayur .
    The image that will be displayed when is loading.

loading

  • ErrorImage: The image that will be displayed when in case of an error.

error

10 Likes

Yes, you can do it with this method:

async

2 Likes

No sorry, it’s not possible for now.

1 Like

great job …what js defferent image async and image loader?

1 Like

Asynchronous image loading is nothing but a loading process which happens in background so that it doesn’t block main UI thread and let user to play with other loaded data on the screen.

3 Likes

Thank You Very Much For This Extension It Helped Me A Lot In My Project

2 Likes

Hey @DevYB, I used your extension with dynamic arragement extension by @yusufcihan , but it’s not load image fast
Its also work with dynamic arrangement?

Show your blocks, please.

1 Like

:thinking:Can this extension be used with image listview or collintree listview ,if yes then how ?

This extension works only with image component.

1 Like

@DevYB Oo, means it not work with dynamic arrangement or listview.
If not then please can you make for listview as well

You can use it with dynamic image by using this extension: [FREE / Open Source] - Dynamic Components Extension (for every component)

My question is it’s work with listview? Or Not?.
And if I used that asynchronous block for that dynamic arrangement then its work?

How many times I have to say it?

2 Likes

Ok, Thanks, yes but nice extension :+1:
@DevYb

1 Like

Very Silly Question,
But what is difference between - Disk and Memory Chaching.

1 Like

If you disable those , the extension will not cache and it will take more time to load images, so I advice to don’t disable them.

No not that
I wanted to ask what is Disk and Memory respectively reffered to.

Disk: storage.
Memory: volatile memory (RAM).

2 Likes