Can this code set some other module as the CallBack Utility
I'll need to make calls to this web service frequently in the operation of this app, for example once in the login. and many times later on, to get and update the data it manipulates.
I want to implement a "Special" module that does the web service access and xmlSax parsing ..
how do I structure this ?
The Example shows me the setup of callback module and the jobDoneSub & URlDoneSub in the Activity_Create()
Can I call the HttpUtils.PostString() from my "special" module in a regular sub ?
It doesnt have to be in the Activity create does it ??
Please excuse minor syntax stuff I only worried about the REAL Overall Structure I amy have missed syntax stuff its late in the day
Thank you
B4X:
HttpUtils.CallbackActivity = "Main"
I'll need to make calls to this web service frequently in the operation of this app, for example once in the login. and many times later on, to get and update the data it manipulates.
I want to implement a "Special" module that does the web service access and xmlSax parsing ..
how do I structure this ?
The Example shows me the setup of callback module and the jobDoneSub & URlDoneSub in the Activity_Create()
Can I call the HttpUtils.PostString() from my "special" module in a regular sub ?
It doesnt have to be in the Activity create does it ??
Please excuse minor syntax stuff I only worried about the REAL Overall Structure I amy have missed syntax stuff its late in the day
Thank you