I'm trying to create a application with the possibility of changing the screen orientation. On screen orientation change, I want my data to be saved. I created layouts with the same name but a different orientation. The portrait layout is a RelativeLayout. The landscape one has a ScrollView layout that contain the RelativeLayout otherwise the content is exactly the same.I'm trying to create a application with the pos