B4A Tutorial Android shake event with PhoneSensors - Erel (first post)    Jul 28, 2013 See PhoneSensors.Initalize2:
http://www.b4x.com/search?query=PhoneSensors.Initalize2... 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... Wish Constants of PhoneSensors - LucaMs    Jul 18, 2025   (2 reactions) AT LEAST one constant is missing from the PhoneSensors library: TYPE_STEP_COUNTER (int 19).
165449
This created a problem for me; I developed an app very differently than I intended, and the app.../reference/android/hardware/Sensor#TYPE_STEP_COUNTER)... 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... B4i Question [SOLVED] Equivalent of B4A Phone.PhoneSensors(TYPE_LIGHT) - JackKirk    Jan 9, 2016 .PhoneSensors(TYPE_LIGHT).
This capability doesn't seem to exist - your suggestions are eagerly... recommended.
In B4I I can see I can use the iBarcode library for barcode scanning and iPhone.Phone... 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... B4A Tutorial Orientation and accelerometer - Erel    Apr 28, 2020   (13 reactions)   tags: sensors The attached program displays the values of the different sensors: http://www.b4x.com/basic4android/images/sensors.png It creates a PhoneSensors object for each type of sensor. As you can see in the attached code, two Maps are used to hold the phone sensors and the other required data. This way there is no need to write any duplicate code. A better method for finding the orientation values: https://www.b4x.com/android/forum/threads/orientation-and-accelerometer.6647/page-6#post-476271... B4A Question [RESOLVED] PhoneSensors, ps.Initialize2, SensorDelay value - Jmu5667    Dec 3, 2020 Hello
The help for the sensor delay value indicates a value of 1-3, the google docs SensorManager | Android Developers indicate 0-3, 0 is the fastest. This makes a huge difference when reading sensor data.
Regards
John.... Bug? Duplicate calls to Sensor_SensorChanged using PhoneSensors in service - daemon    Aug 25, 2014 I observe duplicate calls to Sensor_SensorChanged when PhoneSensor is used in a service and StartListening() / StopListening() are called multiple times.
It looks like StopListening() doesn't actually stop listening to sensor events and every call to StartListening() adds another callback... Page: 1   2   3   4   5   6   7   |