[FREE] Async Image Loader Extension - Simple asynchronous image loader with circular image

Here is a simple asynchronous image loader extension to load image asynchronously in a image or arrangement component from image path.

This is a simple and light weight extension since it does not uses any external library to load image.

Kodular inbuilt image loader does not works due to permission error in higher Android versions. This extension does not required any permission.

Blocks

image

Sample Blocks

V2. Added property to set image circular with border width and border color.


Download:

V.2 com.thekstudio.AsyncImage.aix (12.3 KB)

9 Likes

Please upload blocks from Kodular Creator.

Updated.

Does it really matters? If an extension works in AI2 then it will definitely works in Kodular being an AI2 distro. Anyway Kodular is being merged with AI2.

1 Like

Nice extension @The_K_Studio …
1 thing i want to know , what is the difference between your and this extension…

It is based on third party Library and requires READ, WRITE permission whereas my extension does not uses any external library and does not require permissions to load images.

Also, above extension only loads image from url and my extension load images from url as well as assets and local storage.

4 Likes

Updated v2

4 Likes

Good work keep it up …

1 Like

good one. it’s useful.

1 Like

Picasso can cache images also in addition to above features.

(Obviously it has more size)

1 Like

Yes as it uses Picasso library.

I am not using any library, I want to keep it simple and light weight. Use any of the above as per requirement.

1 Like

I understand that.
If someone wants to load images async only then your extension is good otherwise if caching is required then Glide or Picasso extension are the options.

1 Like

I tried “AsincImage”, as per the attached photo. I downloaded a .jpg file to Drive, took the link, put it in the “Image_ Utilities” subject but it doesn’t work. Can you give me some advice? Thanks

Is that Google Drive link accessible for Everyone?
Taifun

1 Like

Link should be set to sharable and you have to convert the link to downloadable link.

You can use below extension or site to convert the gdrive file link to downloadable link.

You are using image utilities component which is not working due to permission error on higher android versions.

Try the extension provided in 1st post.

1 Like

Thank you very much. Not
I knew I had to do the direct link. I just used Google’s Drive to make a file shareable by everyone and get the link (with “sharing” at the end) but, entered into Kodular it did NOT work. By making the direct link, with its suggestion, it works.
Thank you