Call order th> | Method name th> | Role th> tr> |
---|---|---|
1 td> | onCreate td> | Perform initial processing before the screen is visualized td> tr> |
2 td> | onStart td> | Perform the processing just before the screen is visualized td> tr> |
3 td> | onResume td> | Process the screen visualization state td> tr> |
4 td> | onPause td> | Perform processing when the screen transitions to another screen td> tr> |
5 td> | onStop td> | Perform processing when the screen disappears td> tr> |
6 td> | onDestroy td> | Perform the process just before the screen is destroyed td> tr> |