Baseflow / Baseflow/PhotoView

Show images from URL

Open
#812 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
18.8k
Forks
3.9k
PR merge metrics
No merged PRs in 30d

Description

## 🚀 Feature Requests

Fetch Image from an URL present in the form of String

### Contextualize the feature
Images are stored as `URL`s in Cloud Databases. Need of a method to fetch image from that `URL` and then display.

### Describe the feature
Currently to set an Image, the following method is invoked:
```
imageView.setImageResource(R.drawable.image_id)
```
The method only accepts a parameter of type `resource id`. But if a string is provided instead, it would give compilation errors. Please add a feature to fetch image from cloud database, given in form of `URL`. A `URL` is of type `String`.

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.