library

  1. IoSonoPiero

    B4J Question [SOLVED] How to enable Jaybird library

    Hello people, I'm trying to figure out how to add jaybird library to a test project I'm doing because I want to connect to a Firebird database. So, from Firebird JDBC Driver page I've downloaded "Jaybird-3.0.6-JDK_1.8.zip" file and I've decompressed it. I copied "jaybird-3.0.6.jar" file into a...
  2. Chris Tyrie

    Wish VEML6075 Library wrap

    I give up. I can't wrap libraries. The data I get is nonsensical. Can someone wrap either... https://github.com/adafruit/Adafruit_VEML6075 http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VEML6075_Arduino_Library-1.0.4.zip There's an under the table bribe to your paypal...
  3. R

    Android Question Problem with Droppy library with labels

    Posted this is a different thread: https://www.b4x.com/android/forum/threads/droppy-library.108691/ but the problem in that thread (lost button click event) has been solved, but got a different problem now and that is that if I use labels for the menu items (which seems to be needed to specify...
  4. A

    Android Question Activity recognition stops working when closing the app

    Hi there! I tried to build a sample app that notifies (using nb6) when the current user physical activity changes (using physical-activity-recognition-detection library). It worked, but after closing the app with the user's 'task manager' (where you 'swipe' apps to stop them), I stopped...
  5. Jordi Morente

    Android Question HP Printers Library (Android Studio)

    Hello, I have the JetAdvantage LinkLib.aar library to access HP printer services. How can I do to use it in B4A?
  6. Melek

    Android Question Connect Mysql Library

    https://www.b4x.com/android/forum/threads/jdbcsql-directly-connect-to-remote-databases.84016/ Hello, I was following what Erel published, but I do not know how to do it with Shared Web Hosting, for example with Hostinger. I have the Mysql database there, and I activate Remote Mysql for that...
  7. ALBRECHT

    Android Question Starting with MSSQL with jtds-1.3.1

    Hello, Im with B4X 9.30, working dev : Win10 I Want to connect with : External MSSQL DB Shared hosting : on Windows serv. 2012 Sorry im a newbie with MSSQL connecting script, but with that .jar : jtds-1.3.1.jar downloaded on : ttps://sourceforge.net/projects/jtds/files/jtds/1.3.1/ I dont...
  8. Giorgos_xou

    B4J Question Any Library Wrapper ?

    Hello people, I am trying to use an Additional-external library with B4J and the only ways i found out that i can, is either by using "#AdditionalJar: jocl-2.0.1.jar" or as i understund by this post, by making a wrapper from the source code using the "B4J_SimpleLibraryCompiler.exe". I was...
  9. A

    Android Question MQTT library for B4A

    Hello, I am now trying the chat MQTT example by Erel, but it shows (on B4A) that a library of MQTT and MQTT broker is missing. I didn't find any MQTT library for B4A... Does anybody know how to download the MQTT library for B4A? Thanks in advance
  10. Jeffrey Cameron

    Android Example Fan Menu

    After all the work I went through to make the simple pie graph, I noticed I had 90% of the code to make a "Fan Menu" type library so I went ahead and created the following prototype: I don't have the time to create a full-fledged/featured library for this control, so I figured I would upload...
  11. M

    Android Question WSQ (fingerprint) library ?

    Hi all, Does anyone know of a reasonably priced or free Android library that will allow me to convert regular images (eg. jpg, png, bmp) into the WSQ (fingerprinting) format ?
  12. Marco Nissen

    Beta PDFium - Pdfview2

    Regarding the new PDF library wrapper by @DonManfred Hi, I still get the ontap issue - if I tap the pdf, I get the error below with the sample code (no change) java.lang.Exception: Sub pdfium_ontap was not found. at anywheresoftware.b4a.BA.raiseEvent2(BA.java:202) at...
  13. Marco Nissen

    Wish New Wrapper: AndroidPDFViewer

    Hi can somebody work on a wrapper library for https://github.com/barteksc/AndroidPdfViewer ? That one is licensed as Apache 2.0, and provides scrolling, zooming, etc Thanks Marco
  14. alwaysbusy

    Share My Creation [Web][BANano] Web App library with Abstract Designer support

    Download the latest version here: https://www.b4x.com/android/forum/t...rogressive-web-app-library.99740/#post-627764 BANano is a FREE B4J library to create websites/webapps with (offline) Progressive Web App support. Unlike its big brother ABMaterial, BANano does not rely on any particular...
  15. wonder

    Android Tutorial How to fix the multiple native libraries problem

    Error: It might happen that, when combining multiple native (JNI) libraries, your Android app will crash with an UnsatisfiedLinkError. Why does this happen? Well long-story-short, your libraries differ from each other in terms of ABIs (target CPU architecture). For a detailed explanation...
  16. Dave O

    Android Question CharSequence vs. CSBuilder in parameters?

    If we want to include support for CharSequence in our classes and libraries, should we be changing external-facing String parameters (and any related internal ones) to CSBuilder? (If I understand correctly, we can't reference CharSequence directly.)
  17. wizard699

    Wish Libraries list

    Erel, it's possible, in a future version, to show in the Libraries list, version number also for library not selected? In this manner it's possibile to view immediatly older libraries installed. Thanks
  18. analizer3816

    Android Question exoplayer error-> invokedynamic requires --min-sdk-version >= 26

    Hello, I create b4a_exoplayer library from https://github.com/AnywhereSoftware/B4A_ExoPlayer with exoplayer 2.9.0's aar file, compile ok then I use this library in B4A 8.50 1.set min sdk = 16, target sdk = 28 2.set v28 android.jar in configure paths exoplayer release note...
  19. Cornelius Smit

    Android Question xCustomlistview Library and Button Click

    Good day I need help please I have a custom listview (library) and use a layout for my image and a button !! How do i capture the correct button click event Thank you in advance
  20. Yunus ÖZ

    Android Question Notification Builder Library - Changing text from service

    Hi i'm using to Notification Builder Library (thanks to @barx for this) and i added custom layout with 2 buttons,and use "setEnableClickEvent" to service i want to change button text when i click to it, could you tell me how can i do it, i read all of this...
Top