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 data was loaded. that data is loaded in app_resize. i have a boolean in app resize event that checks if it is true. if yes that means that the app was already resized and there is no need to resize some views again. i use the designer for most views but like clv and other views i create them in real time and need to get the width height of the screen to be able to build the items.
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 data was loaded. that data is loaded in app_resize. i have a boolean in app resize event that checks if it is true. if yes that means that the app was already resized and there is no need to resize some views again. i use the designer for most views but like clv and other views i create them in real time and need to get the width height of the screen to be able to build the items.