2

将 ListView 放在 Android 中的其他片段旁边的范例是什么?

现在我们有了宽屏平板电脑,我想更新我的代码以在 ListView 旁边添加一个片段。

概括地说,你是怎么做到的?

4

2 回答 2

2

第 1 步:可能使用 aListFragment作为列表,尽管我认为这不是严格要求的。

第 2 步:在布局中为要添加的片段留出空间。

步骤#3:使用FragmentManagerand aFragmentTransaction添加片段。

于 2011-04-03T11:51:44.167 回答
0

您可以使用 android 文档作为方法:http: //developer.android.com/guide/topics/fundamentals/fragments.html

于 2011-09-26T11:39:53.250 回答