Hey guys, hope you're doing well.
I want to create an application to post some JSON data to an endpoint and get a field from the returned response. Whenever I click the button it takes back with the "Bad Request" error and says that two "title" and "script" fields are required. (I've already...
I have a few users seeing a rare error that I have never seen myself when testing my app, so I'm working my way through the source to figure out what's happening. And now I have to ask a control question to the forum:
In OkHttp, is it possible to enter ResponseError, and at the same time have...
I Follow Tutorial https://www.b4x.com/android/forum/threads/upload-image-to-server-postmultipart-and-php.82682/#post-525412
No error but no fileuploaded
here is my project
thanks for help,
solved
I HAVE
Dim webclient As OkHttpClient
Dim webrequest As OkHttpRequest
THEN
Sub webClient_ResponseSuccess (resp As OkHttpResponse, TaskId As Int)
xml = resp.GetString("UTF8")
RELATED TO THE OLD Http LIBRARY.
What is the equivalent instruction for OkHttp???
Many many thanks to solvers.
I'm using OkHttp library and running three jobs, Job1, job2 and job3. I have code i only want to run when all three jobs have completed successfully. Where do I put that? The only way I can think of doing it, is start a timer that keeps checking until all three are true. I Wonder if there's an...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.