I dynamically add different View elements in the code to the layout.xml specified in the LinearLayout .
When you rotate the screen, dynamic views are killed leaving my LinearLayout empty. Is it possible to somehow load the last state of LinearLayout before turning?
android:configChanges="orientation|screenSizeinmanifestand nothing is lost when turning - iFr0z