Hi,
Is it possible to call a sub in a service from an activity?
I want to set up some data in cumbersome structures and dont want to burden my main activity with it.
If not, should I just add a code module and call the helper functions there to set up global variables in the service.
Also, on pulling data from a service. The service cannot callsub a sub in a code module, but can callsub an activity module?
Thanks.
Is it possible to call a sub in a service from an activity?
I want to set up some data in cumbersome structures and dont want to burden my main activity with it.
If not, should I just add a code module and call the helper functions there to set up global variables in the service.
Also, on pulling data from a service. The service cannot callsub a sub in a code module, but can callsub an activity module?
Thanks.