B4A Tutorial [B4X] OkHttpUtils2 with Wait For - Erel    Apr 11, 2021   (56 reactions)   tags: image, wait, Download, Http MySql, Wait For, ws ("https://b4x-4c17.kxcdn.com/images3/code.png", ImageView2)
End Sub
The images... have a single sub that handles all requests results.
Simplest example:
Dim j As HttpJob
j... B4A Tutorial [B4X] OkHttpUtils2 / iHttpUtils2 and accept all option - Erel    Sep 5, 2024   (17 reactions) Note that OkHttpUtils2, jOkHttpUtils2 and iHttpUtils2 are actually the exact same b4x library.
jOkHttpUtils2_NONUI was required as a special version for non-ui B4J apps. It is no longer required and... B4A Library [B4X] Client certificates with OkHttpUtils2 SSLContext-Kickstart - Erel    Jul 26, 2021   (8 reactions) configuring OkHttpUtils2 to use an external keystore and include client certificates.
'Press Ctrl + B... As String, StorePassword As String)
Dim hc As OkHttpClient = HttpUtils2Service.hc
Dim... Share My Creation [B4X] B4X Pleroma - open source client for Mastodon / Pleroma social networks - Erel    Nov 4, 2020   (15 reactions) , BitmapCreator, MiniHtmlParser, OkHttpUtils2, OAuth, KeyValueStore, XUI Views, B4XPages, B4XDrawer.... B4X Pleroma is a client for these social networks. More information here: https://www.b4x.com/android.... Resources = images, videos and animated gifs. Google Play: https://play.google.com/store/apps/details?id=b4a.pleroma iOS app store: https://apps.apple.com/app/b4x-pleroma/id1538396871 Code: https... require an account. Best to create an account here: https://mas.to... B4i Question Compile error ld: library 'OkHttpUtils2' not found - tsteward    Oct 12, 2024 this error and can no longer compile.
ld: library 'OkHttpUtils2' not found
clang: error... B4i Question B4i and OkHttpUtils2 with Wait For - imbault    Aug 20, 2022 for the Job:
So I tried with a sample from
https://www.b4x.com/android/forum/threads/b4x-okhttputils2... Sub
Sub DownloadQuote
Dim j As HttpJob
j.Initialize("", Me) 'name is empty as it is no longer needed
j.Download("http://quotesondesign.com/wp-json/posts?filter=rand")
Wait For (j) JobDone(j As HttpJob)
If j.Success Then
'The result is a json... B4A Question [B4X] OkHttpUtils2 download time - luke2012    Sep 16, 2020 Hi all,
I implemented a B4X app that use OkHttpUtils2 framework (from @Erel) to download a json... this solution my questions are:
1) Are there any other alternative solutions ?
2) If this is the only... B4A Question [B4X] OkHttpUtils2 / iHttpUtils2 / HttpUtils2 source code ( REL.2.80 ) - MarcoRome    Mar 18, 2019 Hi Erel i see that in library we have 2.80 for B4A and 2.81 for B4i
But in "old" link ( https://www.b4x.com/android/forum/threads/b4x-okhttputils2-ihttputils2-httputils2-source-code.82632/#content )
i see only ultil 2.70 it is possible to have the new sources ??
Thank you
Marco... B4A Tutorial [B4X] Features that Erel recommends to avoid - Erel    Dec 6, 2023   (90 reactions) JobDone -> Wait For (j) JobDone:
OkHttpUtils2 with Wait For
Sub Smtp_MessageSent (and others) -> Wait For ...:
https://www.b4x.com/android/forum/threads/b4x-net-library-ftp-smtp-pop-with-wait-for... ExecQuery2 instead.
Downloading / making http requests with any other library or source other than OkHttpUtils2 (=iHttpUtils2) -> OkHttpUtils2
OkHttpUtils2 is very powerful and can be extended in many... B4J Library [B4X] jRDC2 - B4J implementation of RDC (Remote Database Connector) - Erel    Mar 13, 2024   (41 reactions)   tags: RDC, jRDC2, conectate a un servidor, Remote Connector, DB Remote, Myapp .
It depends on RandomAccessFile and OkHttpUtils2 libraries (or the matching libraries in B4J or....
- Extending jRDC2 to support B4R: https://www.b4x.com/android/forum/threads/rdc-based-on-mqtt.72416... database servers.
jRDC2 is the latest version. All new projects should use this version.
jRDC2... Page: 1   2   3   4   5   6   7   |