Closed cheewr85 closed 2 years ago
[4.2 Homework] Question 1
During the phone call, you should stop computing the positions of objects in the physics simulation
Question 2
onStop
Question 3
LifecycleObserver
Question 4
The activity is restrated after the device is rotated.
Bundle
null
[4.2 Homework] Question 1
During the phone call, you should stop computing the positions of objects in the physics simulation
Question 2
onStop
onStop
은 app이 호출되면 앱이 더 이상 화면에 보이지 않는 것이므로 그 시점에 중지를 시켜줘야함Question 3
LifecycleObserver
Question 4
The activity is restrated after the device is rotated.
Bundle
이null
이 아니라는 것은 이미 한 번 시작되고 초기화 된 상태인데 이때Bundle
에 데이터를 받는다는 것은 configuration change가 생겨서 받는 것인데 이 상황 중 하나가 rotate되는 상황임