What is the correct way to call a Http2 from my main activity
Cart before the horse again
Could SOMEONE PLEASE kindly show me with this attached project...
Or a few articulate sentences if that works too
the correct way to call a Http2 from my main activity.
I'm trying to put the Http2 Util in a class and fire up a service that houses this class... As I recall I have to make the job done and all that fun stuff like initializing the Http jobs with the service.. so even if I completely remove the "class" portion ( or code module ) I can just use the service to handle all my calls to the web service...
I'm having a problem presently because I need these web service calls to complete in order Example I need the results from Alpha before I can structure the web service call "Beta" and so on.. this creates an ugly loop back into my Activity_Create.... where I maintain Boolean flags to prevent progress too deep in to the sub until various flags have been cleared or set... :sign0085:
:sign0163:
Cart before the horse again
Could SOMEONE PLEASE kindly show me with this attached project...
Or a few articulate sentences if that works too
the correct way to call a Http2 from my main activity.
I'm trying to put the Http2 Util in a class and fire up a service that houses this class... As I recall I have to make the job done and all that fun stuff like initializing the Http jobs with the service.. so even if I completely remove the "class" portion ( or code module ) I can just use the service to handle all my calls to the web service...
I'm having a problem presently because I need these web service calls to complete in order Example I need the results from Alpha before I can structure the web service call "Beta" and so on.. this creates an ugly loop back into my Activity_Create.... where I maintain Boolean flags to prevent progress too deep in to the sub until various flags have been cleared or set... :sign0085:
Attachments
Last edited: