Suppose I got an API result like val apiResult = ...
# compose
m
Suppose I got an API result like val apiResult = String? A nullable Image url. Now how can I display the image with coil in composeable. I add apiResult as a perimeter in Image painter value but this display nothing.
y
This just works for me. data is Any? - if it's a non null string it loads, if it's null it falls back to
fallback