phoenix13

导航

 

1. Bundle savedInstanceState

  it is not persist. it does not share between activities, it is nolyfor one activity. it is saved for soft kill like:

  1.  orientation changes

  2. when the process is killed by android due to low memory

  hard kill like:

  1. finish()

  2. back bottom

  will destroy it.

posted on 2014-10-28 04:39  phoenix13  阅读(140)  评论(0)    收藏  举报