I am using two different layouts for landscape and portrait mode. In landscape mode, I used scroll view.
I searched and found this solution
android:configChanges="orientation|screenSize|keyboardHidden"
But using this my scroll view is not working. How to retain data if the data is in spinners.