I would like to render a logo from an image url. D...
# glance
r
I would like to render a logo from an image url. Does Glance provide any functionality or any composable for doing the same ?
k
There is no Glance API yet, but have a look at this thread to see how to do it: https://kotlinlang.slack.com/archives/C032SRZRD7Z/p1665731753417489?thread_ts=1665731753.417489&cid=C032SRZRD7Z
The Compose folk recommend using a library like coil for handling images, here is a Glance compatible example using coil.
r
Yes, I tried and its working thanks @Summers Pittman