I have an older App from B4A V4.3, prior to the V5.2 introduction of the Starter Service. My App makes use of several other Activities, but does not use any Services.
Would adding the Starter Service to my App offer any benefits?
As a general rule, any public process global variable with the exception of numbers and strings, should be declared in the Starter service and initialized in Service_Create. If your project includes such variables then it is better to move them.
I have only indicated the possibility of handling uncaught errors, rather than the main feature of the Starter module (global variables declared and initialized there) because the question was about old projects, of course.
I have only indicated the possibility of handling uncaught errors, rather than the main feature of the Starter module (global variables declared and initialized there) because the question was about old projects, of course.