Does Android have a Table like Adapter for ListView

前端 未结 4 1656
南方客
南方客 2021-01-05 02:48

I\'m using a ListView to show a list of items. These items are in a table format with columns and rows. Is there a table like adapter to make sure all the columns and rows l

4条回答
  •  攒了一身酷
    2021-01-05 03:02

    There is GridView for that, but afaik it doesn't work with columns and rows. Luckily you seem to have been expecting some complexity :)

提交回复
热议问题