Android Question OkHttp versus HTTP

ciginfo

Well-Known Member
Licensed User
Longtime User
Hello,
After 2 or 3 years of programming stop I gradually restart this activity with B4A version 8.0. I was using the HTTP library with Httputil and HttputilService. I understand that HTTP was replaced by OkHttp but the problem is that I cannot replace it with OKHttp in my code.
I am attaching the code of a small application that I had programmed, someone could modify it by example using OKHttp to see exactly how I should do it.
Thank you so much.
 

Attachments

  • JoinMe.zip
    174.7 KB · Views: 146

DonManfred

Expert
Licensed User
Longtime User
using OKHttp to see exactly how I should do it
Search the forum about okhttputils. You´ll find PLENTY of Examples and tutorials.

Do not expect me to change your chaotic code.
 
Upvote 0
Top