我需要在我的 android 应用程序中实现一个组件,该组件显示如下图所示的数据:

我怎么能做到这一点?此表格组件的行为(滚动和其他)必须为ListView. 现在我有一个两级ListViewwhere"List 1 label"和"List 2 label"are 父节点。我想把它们放在左边。也许我必须TableLayout在右栏中使用 where a ListView?
我需要在我的 android 应用程序中实现一个组件,该组件显示如下图所示的数据:

我怎么能做到这一点?此表格组件的行为(滚动和其他)必须为ListView. 现在我有一个两级ListViewwhere"List 1 label"和"List 2 label"are 父节点。我想把它们放在左边。也许我必须TableLayout在右栏中使用 where a ListView?