I'm displaying the current location address on the screen. I was told to add (android:configChanges="keyboardHidden|orientation") in manifest file to store the context(address).It works fine,but after adding this line, the screen orientation is not changing . If i remove this line, then the orientation works good but the address disappears on changing the orientation. If anyone knows how to solve this, then pls comment on it.
Thank you.