Games [XUI2D] Example Pack - Erel    Oct 2, 2022   (33 reactions)   tags: example games, XUI2D Games Updated thread based on X2 v2.0+: https://www.b4x.com/android/forum/threads/xui2d-x2-v2-0-2021... following a path - Angry birds example - Space Shooter - Tetris - X2 Source Code Video tutorial... is not 100% up to date. It was created before the X2 library was available. All the X2 modules are now packed as a single b4x lib. 300267245 The examples pack is a single zip with all the XUI2D examples... commercial purposes. Download link: https://github.com/AnywhereSoftware/X2/archive/refs/heads/main... B4A Tutorial [B4X] OkHttpUtils2 / iHttpUtils2 and accept all option - Erel    Jul 27, 2025   (17 reactions) Note that OkHttpUtils2, jOkHttpUtils2 and iHttpUtils2 are actually the exact same b4x library. Starting from v2.90 it is very simple to initialize the internal http client with the 'accept all' option. The accept all option means that certificates will not be validated. It is done by adding the following conditional symbol (Ctrl + B): HU2_ACCEPTALL There is another configurable conditional symbol: HU2_PUBLIC - makes the http client variable (hc) a public variable. This can be used in... Games [XUI2D] X2 v2.0 - 2021 - Erel    Jul 22, 2022   (24 reactions) 287253316 X2 is an open source, cross platform 2d game engine based on box2d physics engine and BitmapCreator as the rendering engine. X2 itself is a b4xlib library. The first versions of X2 lead the way to cross platform B4X projects. The new update goes the other way, and makes X2 work with B4XPages. This simplifies several things. There is also a new class named X2Multitouch which provides a cross platform method to handle touches, multitouches and keys (B4J). X2 works best with Tiled... Share My Creation [Project Template] Web API Server v2 - aeric    Jan 16, 2025   (31 reactions) Updates Web API Server v3 is available Version: 2.08 Description: Create Web API Server..., see Web API Server (v1.16) Template: Web API Server (2.08).b4xtemplate Depends on: WebApiUtils.../webapi-2-b4j https://github.com/pyhoon/WebApiUtils-B4J https://github.com/pyhoon/MiniORMUtils-B4X https... ProductsController produces /web/api/v2/products Endpoint name can be overridden by using #Name tag e.g /web/api/v2/product Custom version name using #Version tag e.g v2, live, demo, dev, staging... B4J Library [B4X] jRDC2 - B4J implementation of RDC (Remote Database Connector) - Erel    Mar 13, 2024   (42 reactions)   tags: RDC, jRDC2, conectate a un servidor, Remote Connector, DB Remote, Myapp database servers. jRDC2 is the latest version. All new projects should use this version. jRDC2... is compatible with B4A, B4J and B4i is responsible for sending the requests and handling the responses. jRDC2... to the additional libraries folder. 2. Add a reference to this jar with: #AdditionalJar: mysql... name of the server hosting jRDC2. It must end with /rdc. 2. Add DBRequestManager class to your project. It depends on RandomAccessFile and OkHttpUtils2 libraries (or the matching libraries in B4J or... Games [XUI2D] Cross platform tips - Erel    Dec 19, 2018   (17 reactions)   tags: b4x folder structure XUI2D allows us to develop games that run on B4A, B4J and B4i. This tutorial will explain... they will be updated automatically when we run the project. Tips - B4A and B4J XUI2D library is based on jBox2D. B4i iXUI2D is based on the C++ box2d. In most cases the behavior will be the same. However there are some edge cases. - Be careful with modifying returned B2Vec2 vectors unless the documentation says that the vector can be modified. When in doubt use B2Vec2.CreateCopy and modify the new... B4A Library [B4X] BLE 2 - Bluetooth Low Energy - Erel    Jan 4, 2023   (30 reactions)   tags: Bluetooth, Bluetooth Low Energy, BLE Notes - You can call Manager.Scan2 with AllowDuplicates set to True if you want to monitor the state... as keys (data types) and bytes arrays as values. - Call ReadData2 if you are only interested in a single... the fine location permission in the manifest editor. 2. Request this permission with RuntimePermissions. Otherwise scanning will fail with a message visible in the unfiltered logs. BLE2... B4A Question [Web][SithasoDaisy2]: Mashy Teaches TailwindCSS using b4x (with eBook) - Mashiane    Jun 5, 2023   (9 reactions) 10, being: 1. Scala.js 2. Haxe 3. Dart 4. Elm 5. Imba 6. Nim 7. ClojureScript 8. ReasonML 9... B4A Tutorial [B4X] OkHttpUtils2 with Wait For - Erel    Apr 11, 2021   (59 reactions)   tags: image, wait, Download, Http MySql, Wait For, ws .OpenOutput(File.DirInternal, "filename.dat", False) File.Copy2(j.GetInputStream, out...("https://b4x-4c17.kxcdn.com/images3/code.png", ImageView2) End Sub The images... B4A Class [class][B4X] Google OAuth2 - Erel    Mar 19, 2024   (44 reactions)   tags: wait, Google GoogleOAuth2 class is compatible with B4A, B4i and B4J (new). It is no longer possible to use WebView to implement Google's OAuth2 authentication. The solution is to open the default browser and.... GoogleOAuth2 class takes care of several tasks: 1. Opening the browser and getting the authorization code. 2. Getting and saving the access token and refresh token from the authorization code. 3...: https://developers.google.com/identity/protocols/OAuth2InstalledApp Setup 1. Go to Google developer... Page: 1   2   3   4   5   6   7   |