Android app calls onCreate() when coming from background
问题 I created an Android TV app, on the onCreate() the app handles a lot of data which take it few seconds to load up. When I press the home button and the app goes to background, from my experince the app should come up in the same state as it went to background. for some reason the helps get destroyed and onCreate called again which takes a bit of time to load. the following logcat apears when the app goes to the background: onDestroy and onRestart both of them aren't called... EDIT: After