I want to have different layout files for portrait and landscape orientation, so i created new folder layout-land, placed the landscape layout to this, portrait layout to normal layout folder. layouts are changing properly as per the orientation change but it is calling oncreate method of activity everytime i change the screen orientation.My question is
Without reloading the activity, need to manipulate only layout so that all the views modified in portrait should retain in landscape with changes as per the layout only file.
Please help me to achieve this.
Thanks