如何动态创建TableView,如下面的android屏幕截图所示

时间:2016-05-13 10:19:02

标签: android android-layout android-fragments android-studio android-tablayout

我必须在android中动态创建表格布局。第一个标题为一行,第二个为两列,表格布局为另一行。

http://imgur.com/wnuY8aa

1 个答案:

答案 0 :(得分:2)

确定。所以你主要关注用gridview显示标题。 根据您的要求显示的最简单方法是使用Recyclerview和GridLayoutManager。

var optionalPicturePath: String? = map["doc.type"]
if optionalPicturePath != nil {
  picturePath = optionalPicturePath
}

您将获得以下输出。

enter image description here

我希望你能。