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

The extension doesn’t create any data in this directory.

Can you take a screenshot to those files?

i am also intrested to know that, is it possible to save catched image in gallery?

i want to save loaded image in gallery, without downloading it, download causes extra bandwidth usage…

Its actually Android/data/com.devname.appname/cache/

Screenshot :-

3 Likes

Can anyone else confirm this please?

Because i didn’t found anything in this directory.

I think you need to grant WRITE_EXTERNAL_STORAGE permission.

1 Like

I am also able to get catched files in catche folder under data/app folder

i have used load image async block with dynamic components extension

Also

2 Likes

I think it creates directory and show cached files in the storage when used load image async block…:thinking::thinking:

Really help full, thank you dev

1 Like

Yes, you were right. This happens only if we grant WRITE_EXTERNAL_STORAGE.
Anyway, I’ll look into it and see how we can get images by url.

Thanks for pointing this out to me.

3 Likes

Thank you so much :heart:

1 Like

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