Top "Onrestoreinstancestate" questions

when is onRestoreInstanceState called?

Sorry for my incomprehension, but I am new in the android development. I have an application with activity A and …

android android-lifecycle onsaveinstancestate onrestoreinstancestate
Fragments restore state on orientation changed

I have to implement "standart" fragments navigation in my app (please see link). The issue is when device is in …

android android-fragments screen-orientation android-fragmentactivity onrestoreinstancestate
How to simulate killing activity to conserve memory?

Android doc say: "When the system, rather than the user, shuts down an activity to conserve memory, ... " But how to …

android activity-lifecycle onrestoreinstancestate
How to use onSaveInstanceState and onRestoreInstanceState methods with fragments?

I have two Fragments. One of it has one EditText and one Button. The other one has only one ListView. …

java android listview android-fragments onrestoreinstancestate