B4A Question 2D Array in B4A - makeed0    Aug 3, 2024 how to fill a 2D array(1 to 3,1 to 3) without loops... 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... 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... following a path - Angry birds example - Space Shooter - Tetris - X2 Source Code Video tutorial... commercial purposes. Download link: https://github.com/AnywhereSoftware/X2/archive/refs/heads/main... B4A Library 1D and 2D Barcode Scanner with ZXING - another Barcode Scanner that is 100% embedded in B4A - Johan Schoeman    Oct 6, 2024   (34 reactions)   tags: Core, BC, Zxing, barcode the following:
1. B4A project demonstrating the Barcode Scanner
2. B4A library files - copy them to your additional library folder
3. You also need android-support.v4.jar and core-3.2.1.jar to be in your... B4J Code Snippet [B4X][XUI] Fill and Fit images without distortion - Erel    Jan 26, 2021   (22 reactions)   tags: image, image show aspect ratio, IMAGEVIEW is different than the container aspect ratio. Fill (without distortion) = Crops the image to make...: https://www.b4x.com/basic4android/images/SS-2017-11-28_12.08.59.png Example of fill: https://www... * scale, True)) End Sub Sub FillImageToView(bmp As B4XBitmap, ImageView As B4XView) Dim bmpRatio... = bmp.Crop(0, bmp.Height / 2 - NewHeight / 2, bmp.Width, NewHeight) Else if viewRatio < bmpRatio Then Dim NewWidth As Int = bmp.Height * viewRatio bmp = bmp.Crop(bmp.Width / 2... 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....b4x.com/android/forum/threads/97029/#content - Touchy - https://www.b4x.com/android/forum/threads/xui2d.../threads/very-very-very-simple-xui2d-test-project.96793/post-611080 - Tank Attack - https://www.b4x.com/android/forum/threads/xui2d-tank-example.96567/#content - Collisions - https://www.b4x.com/android/forum/threads/97144/#content - LargeBackground - https://www.b4x.com/android/forum/threads/xui2d-large... B4A Library ZXingLib by icefairy333 - modified by Johan Schoeman (Scan QR Codes and other 1D/2D Barcodes) - Johan Schoeman    Nov 24, 2021   (36 reactions)   tags: Buildin, ZXingLib, Erel, Barcode 31000 See the attached project (with library files in the /files folder of the project). This is based on the original work of @icefairy333. I have modified @icefairy333's library so that it can do the following: 1. Set the color of the border of the framing rectangle from B4A code 2. Set the color of the laser from B4A code 3. Set the color of the mask around the framing rectangle from... duration is 15 seconds (should you not specify any timeout duration). Also posting src_2.zip... 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.... Not just XUI2D.... B4A Library Android Honeywell N6602/N6603/N5703 1D, 2D/QR barcode scan engines - Peter Simpson    Oct 29, 2024   (12 reactions) UPDATED:
Version 1.20 now covers the Honeywell N6602, N6603 and also the N5703 1D/2D barcode scan engines.
Hello All,
Here is a library that I wrapped for Android 1D/2D barcode scanners that uses... Share My Creation 2D Solar System (Source included) - ilan    Sep 30, 2025   (33 reactions) ://sagitalcoding.com/ https://github.com/ilan1204/2d_Solar_System 123022... B4A Library Android Zebra SE4710 1D, 2D/QR barcode scan engine - Peter Simpson    Dec 24, 2024   (10 reactions) Hello All,
This is a simple library I wrapped for Android 1D/2D barcode scanners that uses... you don't need a library to use a Android 1D/2D hardware scan engine. To receive barcode data... Page: 1   2   3   4   5   6   7   |