B4A Tutorial Starter Service - Consistent & Single Entry Point - Erel    Sep 20, 2018   (25 reactions)   tags: Boot One of the challenges that developers of any non-small Android app need to deal with, is the multiple possible entry points. During development in almost all cases the application will start from the Main activity. Many programs start with code similar to: Sub Activity_Create (FirstTime... feature named Starter service that provides a single and consistent entry point. If the Starter... an existing project and it will be the program entry point. This is an optional feature. You can remove... Share My Creation [B4X] Video Conference, Audio, Text Chat app - meet@point - Source Code only 20€ - Magma    Nov 30, 2024   (30 reactions) B4A)... meet@point
Is an example - how to create a Video Conference Application... is using MQTT...... it is meet@point !
It is very simple and easy to learn how will do it... easy steps... and you will create... B4A Question Phone Sensor Orientation x starting point - Scantech    Jun 23, 2019 Is Phone Sensor Orientation Type X value ranges from 0 to 360? x seems a bit off. Do we have to calibrate it to have it set at x = 0 when phone is portrait mode?... B4J Question How to do division of two Ints as integer division instead of floating point division? - emexes    Jan 6, 2024 Dim Temp As Int = NewX * 2 + 1 Dim Temp1 As Int = Temp * SrcWidth Dim Temp2 As Int = (NewWidth * 2) Temp = Temp1 / Temp2 decompiles to: int var23 = var21 * 2 + 1; int var24 = var23 * var17; int var25 = var1 * 2; int var10000 = (int)((double)var24 / (double)var25); Is there any way to get the castings out of the division line, without using inline Java?... B4A Question [SOLVED] v6.00 how to point to Google Play Services Fused Location ? - lemonisdead    Jun 9, 2016 Hello, I don't manage to make it work. I have added the Manifest entry but where to point to the AdditionalRes ? I have added this to the project to replace the previous #29 version #AdditionalRes: C:\AndroidSDK\extras\google\m2repository\com\google\android\gms\play-services, com.google.gms I have tried to copy everything in the Project's folder too invalid resource directory name: c:\androidsdk\extras\google\m2repository\com\google\android\gms\play-services 3.1.36 invalid resource... Share My Creation Point Of Sales (POS) - aeric    Sep 11, 2025   (41 reactions) This is a Point of Sales (POS) system under development.
The basic functions such as Discount, Price override, Barcode scan, Item Void, Hold/Call Bill and Reprint Receipt are available. It also has... B4J Code Snippet [B4X] Fitting a smooth curved line to a sequence of points - William Lancee    Sep 27, 2022   (8 reactions) . The first is where you want a line drawing based on some image. Sample points on the outline... is a moment of time in the animation. 134118 Algorithm: Imagine three points. They form a corner. Cut the tip off the corner. You now have four points, and a smoother connection between the end points. Cutting close to the tip of the corner makes it less round. Cutting close to the midpoint... curve is fed back into the smoothing process. Each iteration increases the number of points. For 3... B4R Library rDebug.b4xlib - Debug arduino code adding break points in all microprocessors' code (even the older ones) - hatzisn    Jan 12, 2023   (5 reactions) for Break Point and you can pass as an argument the variable you want to see its value or the string... B4J Tutorial Trace of a point on a rolling wheel - Johan Schoeman    Jan 25, 2025   (4 reactions) 161125... B4J Tutorial [B4X] Measure Line Lengths and Intersection Angles - Draggable Points - William Lancee    Oct 9, 2024   (22 reactions) be the foundation of robotic movements - if line length constraints are applied when dragging points (not done... add a point - more than one point will result in a line with its length in units (center of line) 2. The X and Y of the point will be shown in blue - X is units from left of the grid, and Y is units...) will be shown in red below the intersection 4. Drag any point to see the changing numbers 5. The "X... significant movement removes a point from the trail - confirmation asked - redo not implemented Note... Page: 1   2   3   4   5   6   7   |