When in the Activity lifecycle is onSaveInstanceState() called?
(Choose
1
A. onSaveInstanceState() is called before the onStop() method.
answer)
B. onSaveInstanceState() is called before the onResume() method.
C. onSaveInstanceState() is called before the onCreate() method.
D. onSaveInstanceState() is called before the onDestroy() method.
Ext 42