I\'m developing on an android tablet application and I have to manage application orientation. I got a problem that every time when I rotate the device onCreate() will be ca
If you are targeting an API level > 13 you have to add the screenSize flag as reported in the doc:
API level > 13
screenSize
android:configChanges="keyboardHidden|orientation|screenSize"