What is the easiest way to render an image from a url on glance? retrieving the url from backend on the worker -> downloading it and storing in the device -> send the uri to the state and render it?
I'm using Glide (or structured concurrency with coroutines) and caching the image URI for each item when converting my API model to the widget model (storing the cached image URI in the widget model)
b
bbade_
10/14/2022, 8:43 PM
Also fwiw, we are considering more support around loading images from urls in the future.