B4A Library Audio library v1.5 - New AudioStreamer object - Erel    Nov 10, 2023   (11 reactions) This version includes a new AudioStreamer type. Note that this is a beta version (for this type only).
The purpose of AudioStreamer is to make it simple to stream audio from the microphone and to... B4A Tutorial Walkie Talkie - Audio streaming over Wifi or Bluetooth - Erel    Jun 30, 2013   (21 reactions)   tags: Walkie Talkie, B4A handles the connection. Streaming the audio is done with AudioStreamer object which was introduced in Audio library v1.5. Note that if you are only interested in audio recording then you should follow..., either over Bluetooth or over the local network, you can press on the activity and talk. The audio... duplex solution, which means that audio will not be received while you send audio. This is to avoid... the audio and sending it is quite simple: Sub AudioStream_RecordBuffer (Data() As Byte) If... B4A Question Audio 1.5 library - Erel (first post)    Sep 28, 2013   (1 reaction) It will be updated when v3.0 is released.... Other [new feature] b4xlib - a new type of library - Erel    Nov 2, 2020   (69 reactions)   tags: b4xlib;libraries, b4x library, Erel with the relatively new XUI library. Standard libraries will never be cross platform as they are compiled... compiled. Starting with B4A (8.80), B4i (v5.50), B4J (v7.00) and B4R (v3.50), a new type of libraries is available - b4x libraries. A b4x library is a simple zip file with: - Code modules. All types... manifest file with the following fields: Version, DependsOn (list of required libraries), Supported... and code modules can also be platform specific. Creating a b4x library is very simple. You just need... B4J Library XLUtils / jPOI 5 - Read and write MS Excel workbooks - Erel    Aug 4, 2024   (40 reactions) ) that adds more features and utilities. jPOI is not a new library, however a new version is included here based on POI 5.0.0. The updated library is not 100% backward compatible with the previous version... libraries as well. A few concepts that you need to understand: - 0 based / 1 based indices - jPOI works....b4x.com/android/forum/threads/xlutils-hyperlinks-and-outlining-grouping.130413/ - XLUtils v1.02 + jPOI 5...: - Download POI dependencies and put them in the additional libraries folder: www.b4x.com/b4j/files... Share My Creation [Project Template] Web API Server v1 - aeric    Jan 16, 2025   (67 reactions) Template: Web API Server (1.16).b4xtemplate Depends on following libraries: ByteConverter JavaObject... Libraries folder. Open B4A (B4J or B4i) and create a new project with "Web API Client (1.05... #Path for documentation - Web API Client - v1.0.5 (compatible with Web API Server v1.16) 03/10... Updates Web API Server v2 is available Version: 1.16 Description: Create Web API Server.... How to use: Copy the "Web API Server (1.16).b4xtemplate" file into B4J Additional... B4A Library [B4X] XUI Views - Cross platform views and dialogs - Erel    Nov 26, 2025   (85 reactions)   tags: B4X XUI Views Dialogs, xui, XUI Views the progress bar as a visual timer. For example to show 5 seconds progress: AnotherProgressBar1.ValueChangePerSecond = 100 / 5 AnotherProgressBar1.SetValueNoAnimation(0) 'set the value immediately. AnotherProgressBar1.Value = 100 'animate to 100. It will take 5 seconds. V1.67 - Tag field added....gif V1.10 - New B4XInputTemplate - See post #2. XUI Views is an internal library. Notes...311915599 XUI Views is a b4x library (https://www.b4x.com/android/forum/threads/100383/#content... B4A Library [B4X] BCTextEngine / BBCodeView - Text engine + BBCode parser + Rich Text View - Erel    Mar 22, 2026   (74 reactions)   tags: Label BBCode, text style, RTF component, B4X, ritchtext, rich text on jBitmapCreator v4.71+ which is available in B4J v7.50 and B4i v5.80. B4A library: https://www.b4x.com... BBCodeView/BBLabel.RTL = True. This version requires B4A 11.0+, B4i 7.5+ or B4J 9.1+ - v1.88... for the scroll bar. Else Padding.Initialize(5dip, 5dip, 5dip, 5dip) End If 1.01 - Fixes... platform library with several features: - Text drawing engine. - Text layout engine. - BBCode.../basic4android/images/F0DYcnZwgV.gif The library and the code inside can be used for all kinds of things... B4A Question Cannot get AudioStream to Initialize - Alexander Stolte (first post)    Apr 8, 2025 there is an example project in the official libraries thread: https://www.b4x.com/android/forum/threads/audio-library-v1-5-new-audiostreamer-object.30550/#content... B4A Library GSheet Library (integrate google sheets into your B4X apps easily) - fernando1987    Mar 25, 2026   (17 reactions) -a_a4afTQ3L5hXJIOttCVaJNngO3113E-qqFOjbk" Activity.LoadLayout("sheets1") End Sub 'Connect Sub...Gsheet Author: Fernando Arevalo Version: 1.0 Functions: Process_Globals As String... Author: Fernando Arevalo Version: 1.0 Functions: Process_Globals As String B4A, B4I Initialize... of titles, sheetsname: name of the sheet where the titles will be inserted create_spreadsheets(title1... of this variable NOTE: This library is not free, because, it took a lot of time and gray hair to create all... Page: 1   2   3   4   5   6   7   |