library

  1. 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...
  2. 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...
  3. 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?
  4. 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...
  5. 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...
  6. 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...
  7. 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
  8. 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...
  9. 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 ?
  10. 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...
  11. 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
  12. 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...
  13. 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...
  14. 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.)
  15. 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
  16. 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...
  17. 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
  18. 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...
  19. J

    B4J Library jCrystalReports Library

    Hi all. I would like to share this jCrystalReports Library. (For now it supports MS SQL JTDS, MS SQL SQLJDBC, MySQL, Oracle and SQLite) I think I'm wrong, the java code in this library doesn't restrict to any jdbc connection and you can configure any jdbc in crystal reports as long is in the...
  20. Marcus Araujo

    Android Example Solving "Font asset not found" from library

    I developed a class (compiled in library) that makes use of Typeface.MATERIALICONS, but when I tried using it there was this error: java.lang.RuntimeException: Font asset not found b4x_materialicons.ttf I could not find a thread summarizing this problem in this forum for a workout, but the...
Top