Hi,
the question may sound a little bit confused...
When I start my app Activity_Resume will be executed as well even at the first time.
I have
before the toastmessage is shown the Application has already been exited...
What am I doing wrong?
Thanks Chris
the question may sound a little bit confused...
When I start my app Activity_Resume will be executed as well even at the first time.
I have
B4X:
Sub Activity_Create(FirstTime As Boolean)
'Do not forget to load the layout file created with the visual designer. For example:
Activity.LoadLayout("Layout1")
haupt
End Sub
sub haupt
...
toastmessage...
end haupt
Sub Activity_Resume
Msgbox("Anwendung beenden","")
ExitApplication
End Sub
What am I doing wrong?
Thanks Chris