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
In the activity section of the manifest, add:
manifest
android:configChanges="keyboardHidden|orientation"