Im using a MainActivity with a few Fragments.
In the Activity I connect to a server.
I used: android:configChanges="orientation|screenSize"
in my Manifest.
So that the Activity keeps the connection on orientation change.
But now I cant use different layout for port/land (Fragments).
Is there a way to force the Fragments to reload on change without the Activity reloading?