Sapient
Company
Programming
Which of the following is true about 'Killable After property" of Activity Lifecycle's callback methods?
A. onDestroy is Killable
B. An activity is killable from the time onPause() returns to the time onResume() is called
C. onStop method is killable
D. onResume is not killable while onPause is killable
1) A, B and C
2) A, B and D
3) A, C and D
4) B, C and D
Read Solution (Total 1)
-
- onDestroy is Killable, onStop method is killable . SO A, C and D
- 7 years agoHelpfull: Yes(0) No(1)
Sapient Other Question