hi, the last 2 lines of this post from 2018 are :
if yes - is there a way to make other service(s) to behave the same ?
if not - what's the best way (not including b4xPages) to keep an app alive even when activities are all in the back for hours and all services not used for hours ?
thank you
i'd like to know if it still valid.Update: Starting from B4A v8.3 the starter service will never be killed unless the whole process is killed. This means that you can always assume in your code that the starter service is running.
It is done internally by changing the starter service context to the application context.
if yes - is there a way to make other service(s) to behave the same ?
if not - what's the best way (not including b4xPages) to keep an app alive even when activities are all in the back for hours and all services not used for hours ?
thank you