Sure, I’ll try to do that.
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
I am use this block for load image
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.
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.
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.
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.
Can we load images from airtable in horizontal scroll arrangement ?
Yes anywhere in any image component.
Nice
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.
hey ! i want to ask something about your extension.
can please you open your PM.
I need the block please add this .
Get cache image path…
please add the block
You are really really lit thanks for making this awesome extension . Best image loader extension
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
View Flipper component
can i use multiple ( 3 images) images loading by this .aix in View Flipper component .Need some help