Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
シャットダウン中の Android アプリの状態を保存する自然な場所はありますか? 現時点では、メインの活動のためにそれを行ってから、同じ活動のためにonDestroy()再読み込みしています. onCreate()それは適切な場所ですか?
onDestroy()
onCreate()