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
Add this line in manifest : android:configChanges="orientation|screenSize"
android:configChanges="orientation|screenSize"