我创建了SQLite数据库应用程序,其中包含字段id
,Name
,Con
。我想以表格格式显示值。我用arraylist来保持价值。它仅以行格式显示值。请帮帮我,我如何以表格格式显示价值?
答案 0 :(得分:2)
使用BaseAdapter或ArrayAdapter在Listview中绑定ArrayList,并且看起来像Table格式..制作自定义XML ..并通过Inflate创建视图..
答案 1 :(得分:1)
答案 2 :(得分:0)
Try using table layouts with textview in a tablerow tag..
like..
<TableLayout>
<TableRow>
<TextView/>
<TextView/>
<TableRow>
<TableLayout>