https://docs.kodular.io/components/screen/#on-app-stop
As I have shown in my last post (video), these statements are not correct:
(though it does not always mean the activity is being destroyed)
Yes, but at the end there is no way to come back from Screen.OnPause
to Screen.OnResume
.
So if Screen.OnPause
is triggered, in any case Screen.OnStop
is triggered as well.