In https://www.b4x.com/android/forum/threads/equivalent-of-activity-resume-pause.80616/#post-510713
Erel suggests to use the Page_Appear and Page_Disappear events to replace Activity Pause.
So I put this in my project:
Problem is, they don't seem to ever fire.
The original post is 3 years old. Perhaps the system has changed since then.
Is there still no possibility to detect when the app pauses ?
Erel suggests to use the Page_Appear and Page_Disappear events to replace Activity Pause.
So I put this in my project:
B4X:
Sub Page_Appear
Log("Hello")
End Sub
Sub Page_Disappear
Log("Bye")
End Sub
Problem is, they don't seem to ever fire.
The original post is 3 years old. Perhaps the system has changed since then.
Is there still no possibility to detect when the app pauses ?