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... 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... 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 Po... 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... 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 you communicated with a server. With b4a & httputils2 it's exact that simple, too.
Let's see what... to communicate with servers:
http://www.b4x.com/android/forum/threads/httputils2-web-services... B4A Tutorial For beginners: How to communicate with a server using httputils2 (Part 2: MySql) - KMatle    Jun 4, 2018   (18 reactions) /android/forum/threads/for-beginners-how-to-communicate-with-a-server-using-httputils2-part-1-php.42442... B4A Tutorial For beginners: How to communicate with a server using httputils2 (Part 3: php, MySql & JSON) - KMatle    Jul 7, 2014   (18 reactions) Part 2 see here: http://www.b4x.com/android/forum/threads/for-beginners-how-to-communicate-with-a-server-using-httputils2-part-2-mysql.42456/
Well. Today we want to:
- make an app which calls... B4A Tutorial User registration using httputils2, php, MySql and mail - KMatle    Jul 10, 2014   (19 reactions)   tags: registration, Login &RegNr=547057
As we know there is no difference calling a php scrip by our app via httputils2 or... B4A Tutorial httputils2: Send a large array as a JSON string via Job.Download2 to a php script - KMatle    Dec 1, 2016   (17 reactions)   tags: B4A JSON *
$x++;
}
Dependencies: HTTPUTILS, JSON
Tags: Json, MySql, php, httputils... B4A Tutorial HttpUtils2/PHP: GET vs POST methods - KMatle    Mar 11, 2016   (19 reactions) take this tutorial to think about to secure your communication as good as you can.
With HttpUtils2... HttpUtils2
- where the difference is
- security
Some contents were taken from http://blog.teamtreehouse... Page: 1   2   |