library

  1. Chianca

    B4J Question Best way to create wrappers for B4J

    Hello Friends! I'm starting a new project on B4J, that will run on Windows and Linux desktops. The app needs to use a 3rd party external library (.DLL and .SO). What is the best way for writing this app? Create a wrapper of DLL and .SO and use it depending on target OS? There is any tutorial...
  2. Peter Simpson

    B4A Library Honeywell N660x Android powered 1D/2D laser barcode scanner library

    Hello All, Here is a library that I wrapped for generic Android 1D/2D laser barcode scanners. You don't need a library to use a generic Android 1D/2D hardware laser barcode scanners. To receive barcode data you can use an Intent via a Receiver Module without the need for a library, but there...
  3. mohsen programmer

    Android Question Android/data folder permission

    Accessing and copying files to the Android data folder is limited in Androids above 10, especially 13 and 14, but file managers such as Z Archiver can access the Android/data folder by obtaining a permission. I also want to copy a folder in B4A that contains several other folders and all files...
  4. Spright

    Bounty: Update LibGDX Add-on for B4A

    Bounty: Update LibGDX Add-on for B4A to make it compatible with up to Android API 33 and higher Description: Update the LibGDX add-on for B4A to fix compatibility issues with newer Android versions (confirmed working until API-28). Solve intermittent crashes during pause using the recent...
  5. carlos7000

    Android Question Is it possible to include a library inside another?

    If I create a library that depends on others, is it possible to include other libraries on which my library depends?
  6. yo3ggx

    B4J Question MacSigner with native libraries

    I have an application that use two native libraries: jssc.dylib and libopus.dylib. The application is running as expected when linked with MacSigner and the native files for the x86-64 architecture are copied in the temp/build/lib folder. When I package the application with MacSigner and I'm...
  7. carlos7000

    Wish Improved Project Structure for Enhanced Portability

    I would like to suggest the creation of two folders within the project structure: one called "Libraries" and another called "Additional Files". In the "Libraries" folder, B4A should automatically copy each library used in the project, while the "Additional Files" folder should contain all the...
  8. yo3ggx

    B4J Question Native library

    Hello. I've build a B4J library using Eclipse. Some native libraries are used inside the library jar file. In a test application (directly in Eclipse), everything is working as expected. I added the library jar file in the External libraries folder in B4J (including the library containing the...
  9. T201016

    B4J Tutorial [MakeB4XLib] An application for creating a .b4xlib type library.

    Hello, Seminar on the MakeB4XLib application version 1.7, which is a tool for creating libraries of the "B4X Library (.b4xlib)" type. In this seminar I will use an example directory structure, namely: B4A platform structure: Explanation: Libraries - is the configuration path for additional...
  10. N

    Java Question Accelerated Surface library

    Can tou please upload Acceleratedsurface library? I try to extract the jar using Simple Library Compiler but I have problem with the jar.
  11. L

    Android Question how can i implement a library correctly

    hi, it was sent to me by a company that produces "UsbToIrda Device", its own library to be able to use this device. the problem is that i have no idea how to implement it given the files i have and the latter are -AndroidManifest.xml -evausblib-release.aar -sample.java -usb_device_filter.xml...
  12. Brian Michael

    B4A Library [B4A] [XUI] BMPopUp v1.1

    [UPDATED V1.1] Hello everyone, it is a pleasure for me to show you my first library for B4A. BMPopUp is a library that will allow you to create PopUp messages in your applications. You can change the look as you like. Thanks in advance for visiting I hope you like it. Normal PopUp...
  13. A

    iOS Code Snippet PFDateTimePicker Scroll View iOS Library

    As Apple Store is not accepting Calendar Type DateTime Picker, So my first step towards ScrollView DateTime picker for iOS. PFDateTimePicker Author: Asad Version: 0.01 B4i.DependsOn=iXUI, iDateUtils, iCustomDialog PFDateTimePicker Events: SelectedDateChanged (Date As Long) Functions...
  14. Dhanen

    Android Question CreditsRoll Library in newer versions of Android Studio?

    Hi all, Hope this question is well posted here. I am new and I am not sure, please if doesn't, tell me where I should move it. And sorry if my english is not as good, but it's not my first language (even not my second one). I have been searching and asking here and there during some months...
  15. A

    Share My Creation Books library1.0

    Hi All, i would like to share my humble contribution to this community , hope you like it it is an online books library where you can search and download books for any subject here is the UI snapshot: you can download and try it from here bookslibrary v1.0 please share your thoughts and...
  16. F

    Java Question Call Java Class from library by name without variable definition

    Hello every one, Is it possible to use java class from library directly? In file library we can call methods directly for instance File.delete() But I can't call my class like that for example I have class names Utils public class Utils { public void test(){ // DO SOME OPERATION } } I...
  17. J

    B4J Question [B4X] jRDC2 - How to use multiple databases and add basic authentication and TLS

    Hello I tested out the functionalities of jRDC2 and I want to implement this in new software we're going to develop. But with the library I got from this tutorial, all connections to the jRDC2 webservice are plain text http (no TLS) and there's also no basic authentication implemented. How can...
  18. R

    B4R Question B4R for M5Stack?

    I am new on B4R, just found it today. Would like to program the M5Stack (ESP32) with B4R. I did a lot projects with Bascom, C, Arduino, etc. and AVR MCUs. So, my simple question is: Is M5Stack supported by B4R? Can it be used with same libraries as in Arduino? I have to use the display, UART...
  19. MegatenFreak

    B4J Question Putting parts of a form-rich app into an external library

    Hi. I'm looking for ways to clean my huge code and boost IDE performance, so I'm putting everything I can into a compiled external library. I already know I can't do this for modules that view their own forms, as designer forms can't be part of compiled libraries, but my question is this: Can a...
  20. L

    Android Question Sunmi L2s RFID Tag Reader Help !!

    Hello everyone, is there anyone who can help me ? I need to read UHF RFID tags with a Sunmi L2s terminal running Android version 9. SUNMI provides an SDK with examples written with android studio. Unfortunately I don't understand anything in the examples. The library to use is...
Top