SyntaxFix
Write A Post
Hire A Developer
Questions
I think you want to add android:configChanges="orientation|keyboardHidden" to your activity? Otherwise the activity is restarted on config-change. The onConfigurationChanged would not be called then, only the onCreate
android:configChanges="orientation|keyboardHidden"
onConfigurationChanged
onCreate