library

  1. epiCode

    B4A Library LEDLabel 1.01

    This is my first attempt to create a library Please be kind :) This allows you to make a label with tiny indicator on left which can be turned on or off (with any choice of color) Usage instructions: - Download the ledlabel.jar & xml and put it in the B4X additional library folder - Add...
  2. Michael2150

    Java Question Wrapping Genius Scan SDK

    Hi so this is my first attempt at making a library for B4a, and a big attempt it is. I have a project that requires the Genius Scan SDK. So after a few days of research I've gone through most of the tutorials on the forum about how to make your own B4a library, and they are all great, but I...
  3. alirezahassan

    Android Question Show the online version in the Library tab

    Hi all What should I do if I want to show my online version of my libraries like these? Is it possible?
  4. alirezahassan

    B4A Library [B4A] - AH_TakeScreenShot - Take a screenshot (Library)

    Hi all, You can take a screenshot of the screen with a single line of code. in the next version you can take a screen shot with desired view. this zip file have a library and a sample. Currently version v1.0 (2021/05/23) Private Sub BTN_ScreenShot_Click Dim bitmap As Bitmap...
  5. B

    Android Question Use Httpjob to build your own B4A library

    Hi, I want to create a library using the standard class where a file should be downloaded, so I decide to use httpjob in my library, but I do not know how to initialize httpjob because by giving Me the target input in the class, the force program will close. Give. Please help. Thankful
  6. jdkellow

    Share My Creation Library Manager app for creating and maintaining .b4xlib libraries

    Hi All, I have created an app for managing multiple .b4xlib libraries. I found that keeping multiple libraries updated while they are being developed and tested was quite tricky. This app helps highlight what has been changed and I keep it running in the background while I work. I have been...
  7. alirezahassan

    B4A Library [B4A] - AH_ActivityScreenShot - Disable or enable screenshots (Library)

    Hi All. Today I am very happy to publish my first library For best IDE Which is called AH_ActivityScreenShot. You can Give or Deprivation of screenshot or videoshot access from the user in an instant. easy to use Currently version v1.0 (2021/05/23) Dim AH_ActivityScreenShot as...
  8. alirezahassan

    Java Question How to add jar file into my library

    hi all, I'm writing a library For the best IDE in the world (B4A):) And i want to use jar file into my eclipse project. I add like these pictures But when I output the library, the jar file is not added to my library output. And i should add my jar like this code #AdditionalJar What should I do...
  9. sfsameer

    Share My Creation B4XCode Material Kit

    Hello everyone :) *Starting off by thanking @Erel for making this possible for us ♥ We have started building an amazing Material Kit Library. Currently it contains 7 designs, but we are planning on reaching 400+ designs before the end of this year. Purchasing this library will give you ...
  10. Martin Larsen

    B4R Library BMP180 with ESP8266-01 support - Pressure and temperature

    This is a modified version of Erel's BMP180 library with support for ESP8266-01. The tiny ESP-01 board does support I2C but the SDA and SCL pins are different from the bigger boards' so the standard library does not work. You will not get a reading from the sensor. Instead, this library...
  11. Guenter Becker

    B4A Library CustomView RichTextEditor

    OUTDATED! New Version to, have look here: RTFeditor Version 2021 | B4X Programming Forum Hello to all forum Members, I hope all of you are well. Looking through the forum I find the library SMMRichEditor. Playing around with it I started a new project to use this lib to build a custom view...
  12. LordZenzo

    Share My Creation GiLoWordUtils

    https://www.b4x.com/android/forum/threads/lib-chargeable-gilowordsutils.127202/post-796340
  13. LordZenzo

    [LIBRARY][CHARGEABLE] GiLoWordsUtils

    Library [B4A, B4J} (plus 5 dictionaries provided, 5 languages: Italian, English, French, Spanish, Portuguese) which allows you to get words from a dictionary in various different ways (very useful for word games but not only): GetRandomWord WordExists FindAnagrams GetWordsFromLetters...
  14. LucaMs

    Android Code Snippet [B4X][Library] A solution to easily add your own code snippets?

    EDIT: Attached MySnippets.b4xlib and instructions about how you can add your own code snippets (see them after the line of asterisks in this post) Watch the animated gif in post #7 to see how to use this library...
  15. M

    Java Question Simple Library Compiler can't find AndroidX packages

    Hello, I'm trying to wrap a library, but when I try to compile it with Simple Library Compiler it says that it cant find the AndroidX packages that the library uses. However when I add let's say for example the androidx-core classes.jar to the libs folder it proceeds to the next package. The...
  16. M

    Java Question Wrap library as view instead of ActivityObject

    Hello, I managed to wrap a library but the only way i can currently use it is through the designer. Is there a way to wrap a library and display the UI with Activity.AddView(WrappedLibraryObject, left, top, width, height) i Followed this tutorial to wrap the library...
  17. S

    Android Question Error debug SQLCHIPER

    I have a B4A app where i using sqlchiper version 1.50 and try to run into emulator api28 but have this error: adb: failed to install SecureAccountManager_RAPID_DEBUG.apk: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113] I want to use new library of...
  18. Blueforcer

    B4J Question Compile "UI-App" to Non-UI App

    i develop non-UI libraries wich are loaded into a non-UI App. Now i want to make a UI scaffolding for the library to test it directly with a UI. My library class doesnt contains any jFX functions or the jFX library. So its not a real UI application. Only the Main file handles all the UI stuff...
  19. AmirMK82

    Java Question Python 3.8 in B4A

    Hi, Thanks for B4x team & libraries developers I have two questions with NinjaPython library: -How Can I import python libraries in it? -How to give the inputs to it? for example: x = input() Thanks in advance ?
  20. alis1200

    Java Question How to wrap Libs with java 8?

    Hi Is any way to wrap an android studio lib that syntaxed with java 8 to b4a lib? If it's impossible, say when java 8 syntax will be added to b4a? Thanx
Top