保存状态 之 fragment

通过Activity的onRetainNonConfigurationInstance()方法来保存一些状态信息。现在有了Fragment之后,可以更加方便的保存状态。

通过setRetainInstance()方法来确定是否让fragment保存状态。注意设置保存状态之后fragment的生命周期会有些变化。


  
public void setRetainInstance (boolean retain)
Since: API Level 11
Control whether a fragment instance is retained across Activity re-creation (such as froma configuration change). This can only be used with fragments not in the back stack. Ifset, the fragment lifecycle will be slightly different when an activity is recreated:
    onDestroy() will not be called (but onDetach() still will be, because the fragment isbeing detached from its current activity).
    onCreate(Bundle) will not be called since the fragment is not being re-created.
    onAttach(Activity) and onActivityCreated(Bundle) will still be called. 

转载于:https://my.oschina.net/u/199733/blog/63445

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值