Android View - What is automatically saved and restored in an Activity
I am a beginner with Android. In Android, some generic elements can be automatically saved/restored in onSaveInstanceState / onRestoreInstanceState . For example, an EditText saves/restores the Text property, a RatingBar saves/restores the Rating property... I see from some tests but I can't find anything about this in the documentation. How can I know what is saved/restored implicitly, without my intervention? For example, where I can find that the EditText.Text is automatically saved/restored? I specifically don't want test all properties. Edit from JRG answer : https://developer.android.com