Make Simple GridView ArrayAdapter

GridView is used to display items in a two-dimensional, scrollable grid form. The grid items are automatically inserted to the layout using a Adapter. For example, displaying grid of icons. Item is represented by a single item view. This pattern is quite handy as it...