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

Sure, I’ll try to do that.

1 Like

Can you please tell me why this extension store my image in my phone data folder. it is problem?? watch this.

I Set properties like this :point_down:t2: :point_down:t2:

iMAGE Load1

I am use this block for load image

Loadimage 2

And when I export my app and when image loading all image downloaded in Android/data/app package name/catch/

why why why please tell me

If it will not Cache the images,
Then how it will load the Images Faster next Time.

You can Check - DisableCacheOnDisk along with DisableCacheInMemory,
Then it will not save any cache in your Device.

But you will Loose faster Loading of Images.

2 Likes

no, I have a paid extension and it also loads image faster like this. but it does not download image in the data folder

Maybe you didn’t read good the first post, this extension was made for image caching, the files you see in the folder are image caches.

2 Likes

it is an image if I rename any file like this “-132887961.png” than this converted an image file.
so why you add those options.
iMAGE Load1

But for this my app size will increase my app size. i hsve a paid extension and it load image faster like your extension. but this extension is not store catch file in my phone storage data folder.

If you don’t want to see any cache in your folder, you have to check DesableCacheOnDisk not DesableCacheInMemory, in this way you will cache just in the memory.

You are free to use any extension you want.

2 Likes

Can we load images from airtable in horizontal scroll arrangement ?

Yes anywhere in any image component.

Nice​:smiling_face_with_three_hearts:
Can you add ‘get cached image by url’ block?

Update Version 6

Fixed ClearDiskCache bug.

@catselidis now it won’t show any error when trying to ClearDiskCache when there’s no cache.

6 Likes

hey ! i want to ask something about your extension.

can please you open your PM.

I need the block please add this .

IMG_20201021_121418

Get cache image path…

please add the block

2 Likes

You are really really lit :fire: thanks for making this awesome extension . Best image loader extension :fire:

please add gif image

It’s impossible because Universal image loader library doesn’t support gif.

ExtractCachedImage method it should work also for this.

Just create a list

item1: component
item2: url

to get the url of a component, with the help of a for each

1 Like

View Flipper component
can i use multiple ( 3 images) images loading by this .aix in View Flipper component .Need some help

1 Like