https://www.b4x.com/android/forum/t...teract-between-activities-and-services.18691/
In iHttpUtils2\HttpJob.bas I see
where iHttpUtils2\HttpUtils2Service.bas is code module.
So in B4i I can apply CallSubDelayed to Code modules. Is it possible to do the same in B4A ?
CallSubDelayed makes it much simpler. It allows you to call a sub in a different service or activity.
In iHttpUtils2\HttpJob.bas I see
B4X:
CallSubDelayed2(HttpUtils2Service, "SubmitJob", Me)
So in B4i I can apply CallSubDelayed to Code modules. Is it possible to do the same in B4A ?