如何更改xml文件中的片段类名称标签?
我想通过其他片段类更改片段类..在 Listview 的单击事件上
I want to change the fragment class by other fragment class.. on click event of Listview
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您打开编辑器并输入一个新值。
您从 XML 文件中删除
并通过处理片段初始化和单击更改片段事务
。
仅用于在 Activity 生命周期内不会更改的片段。You open up your editor and type in a new value.
You remove the
<fragment>
from the XML file and handle your fragment initialization and on-click changes viaFragmentTransactions
.<fragment>
is only used for fragments that will not be changing during the lifetime of the activity.