1
A little while ago, every time an Android app was developed, you had to worry about the data that was on the screen when you rotated your phone (change the orientation). As explained in that post it was necessary to recreate the Activity.
Recently, when programming, I have noticed that when turning the cell phone (both in AVD and real cell) the data is no longer destroyed. Can anyone tell if anything has changed? No need to manually restore Activity?