What do you need from an application to display images from a server, a GridView?
Where can I see an example of how to do this?
On the server there is a script that transmits the url to the image via json.
The application has a class that takes a json url and writes them into an array.
How to tell GridView, what would it display images on these links?