Top "Android-configchanges" questions

Rotation of screen crashes android app

I am new to android development. I have developed one app, now the problem is that whenever I rotate screen, …

android android-configchanges
Android Layout land not working

I've been looking at issues in stackoverflow and I've tried everything I've seen but the layout-land not work. In my …

android layout onconfigurationchanged android-configchanges
Why does onLayout and onSizeChanged get called twice on an orientation change?

I've noticed that onLayout and onSizeChanged get called twice in immediate succession after an orientation change, either from landscape->…

android android-layout android-orientation android-configchanges
Fragment recreated every time after orientation change, unable to restore state

Update: It turns out that the problem is from elsewhere. Thanks @Luksprog for pointing out what I overlooked. The project …

android android-fragments android-configchanges
Getting "Fragment did not create a view" after addition of other Fragment without UI

I'm having a really weird problem. I have a common fragment that is added in almost every activity of my …

android android-fragments android-configchanges
after configuration change fragment from backstack is now sharing the FrameLayout?

Problems with app: When orientation changes the app is experiencing these problems: Both FragmentA and FragmentC now occupy the FrameLayout …

android android-fragments android-framelayout back-stack android-configchanges