समाचार

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.
I constructed a GridView with an adapter that gets data from an array of maps, and its getView returns a LinearLayout after filling in the objects in it. The grid behaves like this: first, it ...