hi i am using this code to save external files in my app: https://www.b4x.com/android/forum/threads/open-external-files-with-your-app.50525/ my question is when will Application_OpenUrl raised? after Application_Start? after Application_Resize? i just noticed that the app was started but no...
www.b4x.com
Which one is the correct version, and how is "Data as Object" used?
can we assume that, in a B4XPages project, MainPage will always be already initialized when Application_OpenUrl is called, so we can delegate and handle it there?