Image not shown
Open
- Dominant language
- Java
- Stars
- 35k
- Forks
- 6.2k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 8
Description
I use Glide in Compose to show an image from the internet. The setup is pretty simple:
```
GlideImage(
model = recipe.imageUrl,
contentDescription = recipe.title,
)
```
the model is like this:
"image_url": "http://forkify-api.herokuapp.com/images/best_pizza_dough_recipe1b20.jpg",
Contributor guide
Assessment
This issue has not been assessed yet.