首页 > 代码库 > 求android老手指导。。
求android老手指导。。
============问题描述============
我在一个Acitivity里面写了多个Fragment.。有好几层的fragment在跳转,但是我一按手机上的回退键就把当前的Activity关掉了,也就是fragment全部都被关掉了。我想实现当按回退的时候返回到上一个fragment。。请问能否实现?该如何实现?
============解决方案1============
Before you call commit(), however, you might want to call addToBackStack(), in order to add the transaction to a back stack of fragment transactions. This back stack is managed by the activity and allows the user to return to the previous fragment state, by pressing the Back button.
求android老手指导。。
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。