Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using local images #1

Closed
dentonsavage opened this issue Feb 24, 2018 · 4 comments
Closed

Using local images #1

dentonsavage opened this issue Feb 24, 2018 · 4 comments

Comments

@dentonsavage
Copy link

How can I use local images?

Code snippet:
new Photo
{
URL = "music.jpg",
Title = "Korben"
},

@stormlion227
Copy link
Owner

I'll add the feature in few days.

@soile1991
Copy link

You can let us load an image from stream or byte array to be able to load saved on device storage / cache.

@dentonsavage
Copy link
Author

I updated the code as follows and it works.

Code snippet:
new Photo
{
URL = "file:///user/images/music.jpg",
Title = "Korben"
},

and that works.


How can I use local images?

Code snippet:
new Photo
{
URL = "music.jpg",
Title = "Korben"
},

@armaganX
Copy link

thank you @dentonsavage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants