bumptech / bumptech/glide

Image not shown

Open
#5,485 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.