ListFragment 和菜单选项
我已向 ListFragment 添加了一个选项菜单,当用户单击它时,我需要显示一个新的 ListFragment。这有什么问题吗?我对启动片段的正确方法有点困惑..
I have added an options menu to a ListFragment, and I need to show a new ListFragment when users click on it. Is there something wrong with this? I am a bit confused on the correct way to start fragment..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将事务与 FragmentManager 一起使用。
Use a Transaction with the FragmentManager.