I’m trying to create the following screen in my android app:

Except I may need to list up to 9 or more teams. I’ve been looking at GridView, but I can’t find anything in the GridView docs or ListAdapter docs to show that I can do that. Is this possible or am I looking in the wrong place?
It is possible with
GridView,View,BaseAdapterandLayoutInflater. You can inflate the views of the cell (each cell is theViewhere). For example:main.xml:player.xml:ImageAdapter.javaGridViewActivity.java