B4i Library iArchiver - Zip / Unzip - Erel    Feb 7, 2021   (6 reactions) This small library allows you to zip folders and unzip zip files.
It is based on this open source p... B4A Library [Lib] Archiver - Informatix    Oct 1, 2015   (36 reactions)   tags: Zip files and Gzip archives (including TarGz). It can compress/uncompress synchronously or asynchronously (one... it with encrypted files).
Its use is fairly simple. Examples:
Dim Arc As Archiver
Arc.Gzip(File... B4i Library [tool] OTA Deployer - Easily distribute your app to beta testers - Erel    Jun 11, 2025   (20 reactions)   tags: OTA Deployer This is a tool for developers who use the hosted builder. With this tool your beta testers can install your app over the air by clicking on a link. In order to distribute your app you need to follow these steps: 1. Add the beta tester device UDID to the provision file and download the updated file. 2. Compile your app in release mode, using the development certificate. 3. Download the archive with Tools - Build Server - Download Last Built. 4. Open archive.zip and extract the ipa file. 5. Run... B4A Library Archiver7z - Informatix    Jul 21, 2016   (7 reactions) This is a library for the 7z format that supports compression with the lzma2 method and decompression with deflate, copy, bzip2, lzma and lzma2 methods. It supports also decryption but not encryption,... B4A Library ProBundle - Informatix    Apr 9, 2020   (56 reactions)   tags: ZIP, Informatix, B4A ProBundle, library, libreria, notifications ProBundle contains all the following libraries:
- ArchiverPlusZip v1.13
Based on the Zip4j library, this library allows to add, extract, update and remove files from a zip archive.
It supports... B4A Library UsbSerial library 2.0 - supports more devices - agraham    Oct 25, 2024   (22 reactions) and Lesser General Public License are in the provided archive. The user has to give your application... />) Then copy device_filter.xml from the demo in the attached archive to: <your project... of the above steps. The demo in the archive incorporates both ways of obtaining permission. EDIT... B4i Library iPing - Send and receive ping (ICMP) packets - Erel    Jul 11, 2021   (9 reactions) This library wraps Apple's code: https://developer.apple.com/library/archive/samplecode/SimplePing/Introduction/Intro.html Usage example: Sub Class_Globals Private Root As B4XView Private xui As XUI Private Pinger As SimplePing End Sub Public Sub Initialize End Sub Private Sub B4XPage_Created (Root1 As B4XView) Root = Root1 Root.LoadLayout("MainPage") Pinger.Initialize("Pinger", "b4x.com") Pinger.Start Wait For Pinger_Start... B4A Library Jackcess library - uses MS Access database files - agraham    Dec 20, 2020   (5 reactions) For access to later Access databases you can try this https://www.b4x.com/android/forum/threads/b4a-ucanaccess-demo-works-under-b4j-see-notes.121546/#content The Jackcess library lets you read and update MS Access database files (mdb files). It supports Access versions 200 to 2010. The library wraps the Jackcess Java library - details and licensing information are in the archive and the xml documentation. Jackcess1.0.zip... B4R Library rSHT20 - rwblinn    Jun 26, 2025   (8 reactions) library 3.2.0. Files rSHT20-NNN.zip archive contains the library and sample project. Install From the zip archive, copy the content of the library folder, to the B4R additional libraries folder... B4J Library HMITiles - rwblinn    Jan 2, 2026   (17 reactions) . 169154 Files HMITiles-NNN.zip archive contains the library and sample projects. Install From the zip archive, copy the file HMITiles.b4xlib to the B4J additional libraries folder. Examples... Page: 1   2   3   4   5   6   |