Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在内部构建一个带有 listview 和 textview 的片段,所以我不需要添加 listfragment 和 DetailFragment。只有一个片段。因为我的活动中只有一个片段的空间。
感谢您的回答
您无需使用 List-Activity/Fragment 即可显示列表视图。它只是让您使用 getList(); 之类的函数更容易一些。
您可以制作任何普通的 Activity/Fragment,给您的 ListView 一个 ID,然后使用 findViewById() 获取它;就像您对任何其他视图所做的那样。