Hello!
Assuming that we should not use starter service when implementing B4XPages in case we think cross platform, I will use the following Erel's answer to a previous post of mine and I will ask where to declare the GlobalContext (Maybe at MainPage or Main Activity?):
Starter service:
Thank you in advance!
Assuming that we should not use starter service when implementing B4XPages in case we think cross platform, I will use the following Erel's answer to a previous post of mine and I will ask where to declare the GlobalContext (Maybe at MainPage or Main Activity?):
Starter service:
B4X:
Sub Service_Create
Dim AppGlobals As clsGlobals
AppGlobals.Initialize
B4XPages.GlobalContext = AppGlobals
End Sub
Thank you in advance!