Hi,
following setup:
A Main Activity starts a Service.
In the Main Activity a Sub is defined which is to be called from a Service Sub to update data collated by the service.
Question: Should the Main Activity Sub be called via CallSub or CallSubDelayed from the Service?
following setup:
A Main Activity starts a Service.
In the Main Activity a Sub is defined which is to be called from a Service Sub to update data collated by the service.
Question: Should the Main Activity Sub be called via CallSub or CallSubDelayed from the Service?