I created layout and layout-land folders, in Manifest i have
android:configChanges="keyboardHidden|orientation"
If i remove the android:configChanges
from the Manifest I can see the layout change from portrait to landscape...the problem is that the previous screens are destroyed when trying to go back.
I am assuming i could add some code in my Java to tell it when to change layouts. I have read a bunch of posts already but am confused where in the code it would happen.
I am trying to use some prepackaged code because I am new to Android. The link below is the Java code for the menu screen in particular i need to change layouts for. thanks so much!!