In my Android application, when I rotate the device (slide out the keyboard) then my Activity is restarted (onCreate is called). Now, this is proba
Activity
onCreate
The onCreate method is still called even when you change the orientation of android. So moving all the heavy functionality to this method is not going to help you
orientation