I am doing app that will load URLs that user added. App will load URLs from database and show them images but when i put variable in image source it shows nothing and when Itry to put url directly like this Source = "/memory/....". It shows it. It should look like this:
Code looks like this:
How to load these images from URL variable?


ImageSource.FromUri()to load from a url