library

  1. 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...
  2. 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.
  3. 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...
  4. Brian Michael

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

    [UPDATED V1.2] 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. Z

    Bug? Connect to server with protocole UDP

    Hello, when I call my server with my library, it works only in Debug mode but crashes in Release mode. And i added permission in manifest: AddPermission(android.permission.INTERNET) The problem is on all my phones, they are with the following android version: 8.0, 9.0 and 11.0. It’s a huawei...
  14. H

    Android Question What is the latest recommended way of writing a library?

    Hola, Need some direction... I wish to use certain java database drivers(jar) that are not available in b4x. My search showed certain options including javaobject. But I wish to produce a library callable in b4x. There is wrapping the java jar library by coding with java thru eclipse IDE...
  15. A

    Android Question Convert a Class to a Library

    Hi all, I wrote a class and want to convert it to a library and use methods and processes that exist in. is there any way? i saw the tutorial of compiling project as a library an did it. but when i want to declare a variable of it , the IDE doesnt show anything.
  16. avalle

    B4J Question Chilkat bundle for Linux server

    I'm interested in using the wrapper for the Chilkat libraries in a B4J server application running on Linux in a public cloud. I'm assuming that the work @DonManfred published at https://www.b4x.com/android/forum/threads/chilkat-bundle.125869/ is packaged for use on Windows. Forgive my...
  17. cjpryor

    B4J Question Library Error when deployed but not in B4J Development Environment

    I wrote an enhancement to my reporting using DynamicJasper. I built a limited java wrapper specific to my purposes and deployed it to B4J as a library using the B4J_LibraryCompiler.exe. I have done this before with Jasper Reports which has been successfully deployed to Windows, Mac, and Linux...
  18. Ibrahim Saleh

    Flutterwave Android SDK Wrapper

    Hello there, I want to use this SDK on my app but could find it on B4X lib. I'm not so good with java and library wrappers, so someone can help it would be much appreciated. https://github.com/Flutterwave/rave-android
  19. epiCode

    B4A Library [B4A] FlowMenu - Sleek Animated Menu

    FlowMenu Gives a sleek modern animated look to your Menu/Tab. Can be used as Menu / Tabs / Pager / Cards or Simple Info Display. Swipe up, down, left, right to expand or move back and forth between info panels. All panels are exposed and can support any custom layout, custom color or...
  20. epiCode

    B4A Library xCLV with Navigation Buttons

    Hi Everyone, I'm sharing a modified xCLV to display navigation button to scroll up or down to bottom. It is based on v1.72 shared by @Erel here -> Original Lib Thread Please note that it is not recommended by Erel to use .bas for xCLV, since other libs depend on it, so I'm sharing a jar...
Top