A simple android application to showcase the GridView. You can load static images directly from your drawable folder as below:
Or you can use Picasso library to load the images from a remote server. The images will be loaded asynchronously:
Libraries: Picasso
Credits: Raywenderlich