on Create
Called when the activity is starting.
Parameters
savedInstanceState
If the activity is being re-initialized after previously being shut down then this Bundle contains the data it most recently supplied in onSaveInstanceState(Bundle)
. Note: Otherwise it is null
. This value may be null
.