*Lifecycle [#root]


**本拠地 [#home]
-[[Component Lifecycles - Application Fundamentals | Android Developers:http://developer.android.com/guide/topics/fundamentals.html#lcycles]]
--[[コンポーネントのライフサイクル - 開発の基礎 | Android Developers:http://developer.android.com/intl/ja/guide/topics/fundamentals.html#lcycles]]

-[[Handling Runtime Changes | Android Developers:http://developer.android.com/guide/topics/resources/runtime-changes.html]]
--[[3.3 実行時の変化への対処 - ソフトウェア技術ドキュメントを勝手に翻訳:http://www.techdoctranslator.com/android/guide/resources/runtime-changes]]

-[[Android Developers Blog: Faster screen orientation change:http://android-developers.blogspot.com/2009/02/faster-screen-orientation-change.html]]
--[[6. より速い画面オリエンテーションの変更 - ソフトウェア技術ドキュメントを勝手に翻訳:http://www.techdoctranslator.com/resources/articles/articles-index/faster-screen-orientation-change]]
--[[Faster screen orientation change(日本語概要) - Android Zaurusの日記:http://d.hatena.ne.jp/androidzaurus/20090220/1235094285]]


**あとでまとめる [#a0e291fe]

-[[finish()ではプロセスは終わらない - adsaria mood:http://d.hatena.ne.jp/adsaria/20110428/1303966837]]~
これは経験有。finish()如きではApplication classは生き残り続けるのでstatic領域は初期化されない。これを利用する手もあるんだが不具合が生じる場合が多い。static怖いお。
-[[画面回転時にonDestroyさせない方法 « Tech Booster:http://techbooster.jpn.org/andriod/hacks/4916/]]~
テクニックとしては興味深い。が、実際にこの実装をしたらやっぱり厳しい状況になると思う。





// EOF