I have an app that retrieves data from json, including the URL of the image I want to display in my app.
How exactly do I create an image with that URL?
I've been searching the web and found some third-party libraries (Glide & Picasso) but I was hoping there was a way to do it without those libraries.