Hi, I was wondering if there is a Compose componen...
# compose-desktop
b
Hi, I was wondering if there is a Compose component like
Image
that can handle loading from network? Something that a library like Coil, Glide or Picasso provide. Eg. Coil: https://github.com/google/accompanist/tree/main/coil I am creating a Multiplatform Kotlin app(Android & Desktop, iOS in the works) and I wan’t to share the Compose UI code as a module that is imported in the Android and Desktop module. Everything else works fine but I would love to be able to load images in a platform independent way.
t
I've used it recently, and it works really good.
b
Outstanding, thanks! I have been searching for such a library for a couple of hours yesterday but with no luck. Only today I had the idea to ask here and I didn’t expect such a quick reply.
t
Don't thank me 😄 thank @Ali Albaali