B4i Question [Solved] Problem when compiling - Erel (first post)    Jun 20, 2022   (2 reactions) Of course. I missed it.
Don't tell anyone this secret: iHttpUtils2 = jOkHttpUtil2 = OkHttpUtils. It is the same file with a different name. B4i Tutorial B4i Change Log (versions history) - Erel    Dec 04, 2024   (1 reaction) Resumable subs - Wait For / Sleep: https://www.b4x.-subs-sleep-wait-for.78601/#post-498072 SQL with Wait For OkHttpUtils2 with Wait For https://www.b4x.-gif.55445/ Complete code: Sub btn_Click Dim b As Button = Sender For i = 10 To 0 Step - 1 b.Text = i Sleep(100) Next b.Text = "Takeoff!" End S B4i Question How to send Text to Websocket - Erel (first post)    Feb 21, 2023   (1 reaction) Of course. It is named iHttpUtils2
https://www.b4x./?query=OkHttpUtils2+b4i
Please start a new thread for any other question. Wish No J.Out.IsInitialized - Erel (first post)    Feb 03, 2021   (1 reaction) Open OkHttpUtils2.b4xlib (zip file) and see the code inside. B4i Question B4i and OkHttpUtils2 with Wait For - Johan Hormaza (first post)    Aug 20, 2022   (3 reactions) Sub btnSend_Click
Wait For (DownloadQuote) Complete (Success As Boolean)
If Success Then
Log("Over")
End If
End Sub
Sub DownloadQuote As ResumableSub
Dim j As HttpJob
j.Initialize("", Me) 'name is empty as it is no longer needed
j.Download("http://quotesondesign.com/ B4i Question HttpPostMultipart works in B4A doesn't post in B4i - doncx (first post)    Jul 27, 2023 Thank you for your replies. Both make sense and are valuable. I have been searching for full documentation of the OKHttpUtils2 library and have been unable to find a good learning resource. I've been working from forum problems/examples. Where exactly can I find comprehensive description of the lib B4i Question Problem uploading App to Apple Store - aeric (first post)    Feb 12, 2025 This line is wrong.
It should be:
Wait For (Jobe) JobDone(Jobe As HttpJob)
I don't think you need OkHttpUtils2. Just use iHttpUtils2. B4i Question Compile error ld: library 'OkHttpUtils2' not found - aeric (first post)    Oct 13, 2024 I never use xResizeAndCrop. Maybe you need to check if the dependencies contains OkHttpUtils2 inside manifest or xml. B4i Question Cloud services for b4i - Erel (first post)    Feb 14, 2017 iHttpUtils2 is identical to B4A HttpUtils2 (or OkHttpUtils2). B4i Library [class] HttpUtils2 - Erel    Aug 09, 2017   (4 reactions) Latest version is available here: https://www.b4x.com/android/forum/threads/b4x-okhttputils2-ihttputils2-httputils2-source-code.82632/
B4i implementation of HttpUtils2: http://www.b4x.-web-services-are-now-even-simpler.18992/#content
http://www.b4x.com/basic4android/images/SS-2014-11-06_16.36.36.p Page: 1   2   3   4   5   6   7   Powered by ColBERT |