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

AsyncImage


Simple asynchronous image loader extension to load image asynchronously in an image or arrangement component with circular image. This is a simple and light weight extension since it does not uses any external library to load images.


See the extension documentation on AI2 Community:

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.

2 Likes

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

thanks it works perfectly, what I like is the image loading speed is very fast, faster than the other 2 extensions. and also automatically supports cache memory. I decided to use this extension. good speed

1 Like

v5.0 Updated:

  1. Added image cache feature
  2. Clear cache function to clear the cache memory
  3. Added placeholder image (showed until image loads) and error image (showed in case image load fails) (can be set from assets and local image)
  4. Extension re-built with FAST
4 Likes