libraries

  1. J

    Android Question Suggested tutorial(s) for B4A newbie?

    Hello, I am a B4A newbie, though I have much experience writing C code for embedded systems (multi-threaded, real-time software for machine and network control and monitoring, under various RT OSes (VxWorks, embedded Linux, VRTX, self-rolled schedulers, etc, but no GUIs) and VB6 programs under...
  2. figorra

    Android Question Barcode reader CamEx

    Hi to all, When I try to read a EAN 128 CC code, the program do this.... I use only 128 and all formats, but the result is the same. And..... when I use all formats.... the process is sooooo slower..... the message found pass after you close the app. Killing the process too.
  3. alimanam3386

    B4i Library iAmir_Glide

    Experience Glide in IOS for the first time with iAmir_Glide :) I am pleased to publish my first library for b4i. Glide is an image loading and caching library for Android but now for iOS focused on smooth scrolling. an advanced image downloader library. Support png,jpg,gif,... Control cache...
  4. Eodlys

    French Arduino vers B4A en USB

    Bonjour, je suis nouvelle et je débute sur le logiciel B4A. Pour un projet, nous devons recevoir des donnés envoyés de la carte Arduino au port micro-usb du téléphone Android. Nous devons ensuite afficher ces donnés dans un tableau. Le problème étant que je ne trouve aucun tutoriel que ce soit...
  5. Sandman

    Android Question Should we always obfuscate our own libraries?

    The documentation says one can obfuscate the libraries we make in B4A. Considering that best practice is to always obfuscate everything that we release, shouldn't we always obfuscate our own libraries? Or does an obfuscated library (for instance) make debugging more difficult somehow? Or...
  6. Mashiane

    B4J Question [SOLVED] How to add custom class templates in B4J library?

    Hi Please find question as per subject matter? Thanks
  7. Sandman

    Wish [B4X] Ensure ”sender” value is always returned in Libs to enable Resumable Subs

    This Wish springs from this topic: Not possible to use Wait For with OkHttpResponse.StreamFinish? https://www.b4x.com/android/forum/threads/not-possible-to-use-wait-for-with-okhttpresponse-streamfinish.97620/ It’s absolutely not the end of the world if I can’t always use Resumable Subs. That...
  8. Sgdva

    Android Question Second Drawer Action NavigationView Example

    Greetings! I have used this example under this thread and it's perfect! I just have one question, how could I do that the second drawer navigates to the tab as chosen? I have not figured how to call its life cycle
  9. I

    B4R Question Understanding Libraries & Folders

    Hi All So we do have the following library folders: C:\Program Files (x86)\Arduino\libraries C:\Users\iCAB\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.0\libraries C:\Users\iCAB\Documents\Arduino\libraries C:\Program Files (x86)\Anywhere Software\B4R\Libraries...
  10. J

    Android Question Where can we find the Net - v1.77 Library?

    Good morning Unfortunately, in the B4x documentation https://www.b4x.com/android/documentation.html looks like the Net - v1.77 Library is part of the default libraries. But because the B4A IDE Library Manager does not know anything about the Net - v1.77 Library, I guess we have to google for...
  11. MarkusR

    Android Question SDK_Target 26, what consequences for external libraries?

    hello, if me update to target sdk 26, will the librariers i got here also belong the sdk 26 then?
  12. J

    Wish Please think about using GitHub (or similar) for published Code

    Good afternoon it's great that you offer the Source Code for some Libraries like OkHttpUtils2 / iHttpUtils2 / HttpUtils2. This allows us to fix annoying and unexpected issues like the fact, that the Http Utils do not give back the Http status code and, even worse, the proposed workaround is to...
  13. Mac Pepe

    B4J Question jdbc_driver Folder

    Hi! I'm trying to use SQLite as local / remote DB. I have successfully downloaded sqlite-jdbc-3.21.0.jar from the proper server: https://bitbucket.org/xerial/sqlite-jdbc/downloads/ Now arises the question: Where should I put the .jar file in order to get use of it? I haven't found the...
  14. A

    Android Question app crashed (using class-contactsutils provides read write access to the stored contacts)

    Hi Erel, I tried to use the library you uploaded: https://www.b4x.com/android/forum/threads/class-contactsutils-provides-read-write-access-to-the-stored-contacts.30824/ this is my code(activity_create): If FirstTime Then Activity.LoadLayout("MAIN") cu.Initialize End If...
  15. A

    Android Question how to add library?

    Hi I am new to b4a, and sometimes I see libraries that I can download (for example https://www.b4x.com/android/forum/threads/get-contact-id-or-name-from-phone-number.24903/), but I dont know can i add it to the libraries... I tried to upload the .jar file to the project files manager, but it...
  16. aedwall

    Android Question Finding and downloading libraries

    What's the best way to find the libraries that are needed by b4a Bridge? Are they all in one place? It seems I have to search all over the place to find where the .zip files are located. There must be a better way. I know what libraries are required by this project, but it seems I have to do a...
Top