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
Put the code below inside your tag in Manifest.xml:
Manifest.xml
android:configChanges="screenLayout|screenSize|orientation"