And then you can use it like: ``` imageView.image ...
# android
p
And then you can use it like:
Copy code
imageView.image = LoadedImage("<http://path.to/image.jpg>") {
  fallback = R.drawable.fallback
}
👍 1