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

Will it cache the image and load next time when needed?

2 Likes

Yes, this method is the same as LoadImage, the only difference is that with this method the image will be displayed in an Arrangement.

1 Like

nice job done

1 Like

Hello @DevYB
Can you fix it because when used scale to fit sometime the image look wierd.
[FREE] Image Loader - Extension for image loading and caching

1 Like

I’ll look into it when I’m free.

1 Like

Don’t set width to fill parent.

Set image height width to automatic (-1) and scale picture fit to true.

When u set width to fill parent most of the images looks good but some will be stretched.

1 Like

I did this with Component To Image extension. Converted image picture to image and saved it to Gallery without downloading it.

Also it saves image in high quality.

3 Likes

I already implemented a method that can do this, I’ll release the update soon.

5 Likes

Awesome!

i was planning to release my app update today, can u tell me when u r going to release your extension update? so that i can decide further…

Today I believe.

3 Likes

Update Version 5

New Methods

For more information about those methods read the first post above.

Enjoy! :slight_smile:

10 Likes

Many many thanks to you! Nice work.

3 Likes

Wow thank you very much :heart_eyes:

1 Like

I have one question, can be use this extension to show image in screen background image.

1 Like

yes use this block

3 Likes

i have a Little Doubt,

i watched a video on YouTube showing on First Run the App Loads images from Airtable then for the Second Run he stored the images in Device Storage using Component To Image Extension.
Using Taifun Tools Extension he checks whether the images are in Storage or not.
if it is then he use from Storage.
Else he calls Data from Airtable.

So, my Question is whether this Extension will work faster or that Video method.

My Vote is to this Extension.
But if @DevYB you can Clarify then it would be great.

One more Question,
if i have 10 image URL in Airtable and used this Extension to Load and Cache them
and if i added one more URL (11th) later, will the whole 11 images will be Loaded and Cached again or Only the 11th One.

1 Like

I don’t know about this video tutorial and I don’t know if my extension more faster, but I can just tell that the easy way is to use the extension.

No, only the new URL will be load and cached.

2 Likes

Means i Need to Test it.
Thats a Long Process. :disappointed:

Yes Very True. :cowboy_hat_face:

Thats Great. :heart_eyes:

ThankYou.

1 Like

I don’t think that is more faster, but you can test it and maybe post here the results.

No problem :slight_smile:

how can I call from cache?