public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceS
First super.onCreate(savedInstanceState); calls the method in the superclass and saved InstanceState of the activity if any thing damage the activity so its saved in instanceState so when reload the activity it will be the same before.
super.onCreate(savedInstanceState);
superclass
InstanceState
instanceState