Android Question httputils2service

Angelo Messina

Active Member
Licensed User
Longtime User
hc.InitializeAcceptAll("hc")
TaskIdToJob.Initialize

After connecting to a server with a positive result,
the server returns the files with the errors and not those with success
 

aeric

Expert
Licensed User
Longtime User
It seems you are using code module. Why don’t you use okHttpUtils library?
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Use the code from the okhttputils2.b4xlib (it is a zip file)

Extract the service, edit it to your need and put it back to the zip.
 
Upvote 0
Top