I made a wallpaper app and I load images in it through airtable but it takes much time to load the images so how can I store these images in cache memory
Here You Go -
But is it work for dynamic card view and dynamic images ?
it works for any image.
Static or Dynamic.
Can you tell me where and which blocks I have to use ?
Just Replace Your Old image Loading Block With This -
And Never Check These Properties -
Old image loading block means dynamic image which I had used ?
no, dynamic image means it will be created as per request dynamically, without using many image components.
You Might Have Used This Block To Load All images From URL -
Replace This.
Make The Path Empty Like This.
And At Last Of Your Procedure Add This -
in url Your image URL’s which was Earlier in Path of Above Block.
Ok I will try this
DevYB image loader doesn’t work with kodular dynamic image…You need to use dynamic components extension instead…
Can you tell me how ?
You can see this guide 5 Different Listviews using Dynamic component Extension | Guide or this guide Dynamic Image view…
they both use DevYB with dynamic components extension…