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... B4J Library jServer v4.0 - Based on Jetty 11 - Erel    Jul 22, 2025   (17 reactions) Starting from B4J v9.80 this library is included as an internal library. Old library: https://www.b4x.com/android/forum/threads/141323/#content This is a new version of jServer. It is based on Jetty 11.0.9. Previous versions were based on an early version of Jetty 9. There were many improvements in... with org.eclipse.jetty.http2.hpack.HpackFieldPreEncoder, org.eclipse.jetty.http.Http1FieldPreEncoder;... suggested by @alwaysbusy: https://www.b4x.com/android/forum/threads/jserver-v4-0-based-on-jetty-11.140437... 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... Other jServer v2.05 - Erel    Mar 1, 2021   (5 reactions) This update adds a new method: Server.SetStaticFilesOptions. This method accepts a Map with configuration parameters that affect the way the server serves static files. For example: srvr.SetStaticFilesOptions(CreateMap("cacheControl": "max-age=3600")) The list of parameters is available here: http://download.eclipse.org/jetty/9.4.2.v20170220/apidocs/org/eclipse/jetty/servlet/DefaultServlet.html... B4J Library [Web][ABMaterial] Framework for WebApps - Erel (first post)    Feb 7, 2017 See the third search results: https://www.b4x.com/android/forum/pages/results/?query=jserver+2.75... 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 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... Page: 1   2   3   4   5   6   7   |