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?

    1 answer 1

    1. Place an ImageView on the layout of the GridView
    2. Connect one of the libraries to display images by links (UIL, Picasso, etc)
    3. In the GridView adapter, in the element drawing method using the library from item 2, display the image.
    • Thank you, but I have a little knowledge you can do a minimal example of how to do it? - user208111
    • one
      @ user208111, I can not - I never had a GridView. But, if you follow the steps for all the actions (there are many manuals in the network), then everything will work for you. - Yuriy SPb