Processing Forum
you need to tell the platform that your activity can handle orientation changes so that there's no need to restart it.
To do this, addandroid:configChanges="keyboardHidden|orientation"
to activity declaration inAndroidManifest.xml
. More info here.