Not long ago, every time an Android application was developed, you had to worry about the data that was on the screen when you rotate the phone (change the orientation). As explained in this post you had to re-create activity.
Recently, when programming, I've noticed that when you rotate your cell phone (both on the AVD and on the real cell phone) the data is no longer destroyed. Anyone know if something has changed? Is it no longer necessary to manually restore the Activity?