B4A Tutorial Download huge files with HttpUtils2 - Erel    Jul 25, 2021   (18 reactions)   tags: download, erel, download with progress Better to use: https://www.b4x.com/android/forum/threads/simple-progress-http-download.127214/#post-796463 The attached project includes a slightly modified version of HttpUtils2 and a new service... are required: OkHttp StringUtils Phone (required in order to acquire a partial lock during the download) RandomAccessFile As this is a modified version of OkHttpUtils2 you should not reference OkHttpUtils2... size. http://www.b4x.com/basic4android/images/SS-2013-06-13_17.34.35.png It is very simple to use... B4A Tutorial HttpUtils2 - Web services are now even simpler - Erel    Feb 28, 2016   (18 reactions)   tags: b4j, Http, Erel, b4a HttpUtils2 was replaced with OkHttpUtils2: https://www.b4x.com/android/forum/threads/okhttp-replaces-the-http-library.54723/ Both libraries are included in the IDE. HttpUtils2 is a small framework that helps with communicating with web services (Http servers). HttpUtils2 is an improved version of HttpUtils. The advantages of HttpUtils2 over HttpUtils are: Any number of jobs can run...) HttpUtils2 requires Basic4android v2.00 or above. It is made of two code modules... B4A Question HttpUtils2Service starts at a random time depending on devices - vecino    Aug 27, 2023 this: StartReceiver(HttpUtils2Service) Depending on the device it may start instantly, or I may start in... the meantime nothing that uses "http" works. Only when "HttpUtils2Service" is already started then any http query works fine. Tests have been done on many devices, and the problem... "HttpUtils2Service" right away, as I explained before. If you try to do, for example, something like... "HttpUtils2Service"? Here a log of a device: *** mainpage: B4XPage_Created TempFolder= *** mainpage... B4J Tutorial Pocketbase CRUD REST API & SSE with PostMan and then HttpUtils - Mashiane    Jan 15, 2024   (9 reactions) REST-ish API.
It runs on Linux, Windows and Mac, You can get it here, https://pocketbase.io/
We will look at each offering using HTTPUtils, thus covering the REST API both with postman &... B4i Library [class] HttpUtils2 - Erel    Aug 9, 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.com/android/forum/threads/httputils2-web-services-are-now-even-simpler.18992/#content http://www.b4x.com/basic4android/images/SS-2014-11-06_16.36.36.png V2.10 is attached. See post #9 for more information. Note that it requires B4i v2+. You can delete HttpJob.PostMultipart if you need to work with previous... B4A Tutorial Download list of images with HttpUtils2 and CustomListView - Erel    Dec 3, 2020   (6 reactions) Old and irrelevant tutorial. Many better examples, including this one: https://www.b4x.com/android/forum/threads/b4x-bitmapsasync.119589/ This example demonstrates an efficient way to download a list of images and show them in a CustomListView. http://www.b4x.com/basic4android/images/SS-2013-02-06_14.49.10.png The first step is to download the "main" html page: Lists of Images on Popular Topics (Prints and Photographs Reading Room, Library of Congress) The image links are then... B4A Class Dropbox API V2. All HTTP! All using httputils2 - DonManfred    Aug 20, 2017   (21 reactions) are missing totally as yet: TODO - Restore TODO: - Dependencies: - httputils2 (okHTTP) - JSON... is about the HTTP version of the new Dropbox V2 api. See the documentation here: https://www.dropbox.com/developers-preview/documentation/http#documentation The attached B4A Library is using this new HTTP Api The Library is available as Library (jar + xml). Please download... you dont need this one. DropboxHttpAPI Author: DonManfred <[email protected]> Version: 0.93... B4A Tutorial HttpUtils - Android web services are now simple! - Erel    Mar 14, 2018   (1 reaction) projects. You shouldn't use HttpUtils (v1)! HttpUtils is made of a code module and a service module... of using HttpUtils are: Much simpler than working with HttpClient directly. Handles parallel calls... affected by the activity life cycle. Using HttpUtils A simple example of downloading a page and... End Sub Sub Activity_Create (FirstTime As Boolean) HttpUtils.CallbackActivity = "Main" 'Current activity name. HttpUtils.CallbackJobDoneSub = "JobDone" HttpUtils.Download... B4J Question Using HttpUtils2 behind a proxy - jmon    Aug 18, 2014 Hi, when using HttpUtils2 I get an error when calling PostString: Error: job1 : java.net.UnknownHostException: www.xxxxxxx.netau.net My website is not down, the files are there. I have managed to ping correctly from another computer. I have read on the forum that the reason of this error is that I have no internet connection. I guess in my case is because I am behind a proxy. Is there a way to specify my proxy address with HttpUtils2? Thanks for your help. Jmon.... B4A Tutorial For beginners: How to communicate with a server using httputils2 (Part 1: php) - KMatle    Sep 4, 2018   (28 reactions)   tags: Code, comms servers php, KMATLE to communicate with servers: http://www.b4x.com/android/forum/threads/httputils2-web-services... one can be found here: https://www.b4x.com/android/forum/threads/updated-mysql-php-example.96790/#post... you communicated with a server. With b4a & httputils2 it's exact that simple, too. Let's see what...", Me) job2.PostString("http://www.b4x.com/print.php", "first key=first value..., Google does. And yes, it IS the same thing. And now click on this url: http://www.b4x.com/print.php... Page: 1   2   3   4   5   6   7   |