Описание тега android-gridview
GridView is a subclass of AdapterView that displays items in a two-dimensional, scrollable grid.
GridView
is a subclass of AdapterView
that displays items in a two-dimensional, scrollable grid. The grid items are automatically inserted to the layout using a ListAdapter
. The cell-data binding is made through an Adapter
.
Reference
- Android Developer Reference
- API Guides for GridView
- Design Guide