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

Ahh…got it. It’s a nice idea btw, maybe @DevYB can make a update for that if possible :upside_down_face:

2 Likes

If after the image is entered into the cache the next call, if the image exists true, there will be another call to the firbase server

The extension does everything itself, you don’t need to verify if the image is cached.
You just need to call load Image/load Image Async, if the image is cached, the extension will load the image from the cache, if not, the extension will load and store the image in the cache.

I hope you meant this because I didn’t understand your question clearly.

1 Like

So my block Dont need to check if in the chace

Because the extension will do everything itself.

2 Likes

In my case i use image extension move x move y by duration while in moving on change photo and its little lag like jump after foto change…how is it become not moving like jumping

how to link asyncronos image to web html in img src ??

Hello DevYB

I am using your image loader Extension in my application and it was amazing. But I am getting a small problem, if I use the normal image component to load the image the image size doesn’t change and if I use the image loader to load the image the image size gets change.

I tried everything but I don’t know how to fix this problem can you please help me to fix this problem I added the screenshots take a look

Bytheway thank you for making this great Extension.

I’m trying to use this amazing extension in my application in which images load from urls (urls stored in Google spreadsheet call with Web component).
I need your suggestion that which method is more preferable (1) simple image load OR (2) async image load…
And please also tell me that is their any loading speed difference in both or not?

This post was flagged by the community and is temporarily hidden.

@DevYB can you take a look at this? is this correct?

@nishilbalyaya123 should give more information, because this:

doesn’t explain anything…
Give us more information:

  • Android version.

  • Steps to reproduce the issue.

  • Showing Blocks.

check this out

I have used extension on android v6,v8 but everything worked perfectly

it crashes only first (clear data or first install or uninstall and install) after that it wont crash
only first time it crashes , if you make dynamic then everytime you change image it will crash for 1st time

sorry, this is not the correct way to talk about other people’s work…
be respectful! always!
I already said something here how you should report an issue correctly

Taifun

7 Likes

Mine is giving this error, when I use dynamic components of the kodular itself.

See here:

I’m sorry, I passed too quickly and I couldn’t notice. Thank you!

1 Like

can you also give us feature like crop to fit? I’m trying to load rectangle image and fit into like square. the load glide extension have these features