generator

  1. Lucas Siqueira

    B4A Library [B4X] barcodeGenerator - Cross platform Barcode code generator

    codeBarGenerator is a class that generates barcodes. It is written in B4X and is compatible with B4A, B4i and B4J. At the moment the class only generates barcode in EAN13, UPC-A and CODE128-B format, you can modify the class and improve it even more. Versions V1.02 - barcode in CODE128-B...
  2. S

    B4A Class [B4X] PDF Generator - B4X Cross Platform - Class 100% B4X Code

    Hi, This class cPDF.bas (version 0.6 - 2024-01-03) generate PDF File with limited fonctionnalities (but enough for me) Add pages with different paper size (use constants or custom size) PDF standards font (Courier, Helvetica, Times, Symbol and Zapfdingbats), style (Normal, Bold, Italic...
  3. S

    Share My Creation Class Generator

    Hello, This a small class generator. The class use this concept, thanks to @Emme Developer. Enter the Class Name Enter the fields list (Name, Type and Default Value). Click on the 'Copy' button In your Project, add a Standard Class module with the same class name Select All Paste the...
  4. Jhonn

    Share My Creation B4X Template Code Generator 1.00

    I have created this code generator, using a code template to use the same name as the views in the layout. The B4X Dialog Custom template (B4XPreferenceDialog) generates the necessary class to create the dialog using the names of the designer views. The Layout as class template creates a class...
  5. Alexander Stolte

    Android Tutorial [B4X] B4X Online Tools - JSON Parser/QR Generator/Regex Parser

    Full list of B4J Server Examples: https://b4x.com:51041 If there are other online tools that simplify programming with B4X, then I expand the thread.
  6. LucaMs

    B4J Code Snippet [Tool] Property generator (not only for B4J, of course)

    UPDATED. Read from Erel's post (#3) https://www.b4x.com/android/forum/threads/automatic-property-creation.126733/post-792672
  7. Mashiane

    Other EasyCSS: https://enjoycss.com

    Hi Well, I wish I could have found this a very long long long time ago. If you are a web / app developer, you will surely enjoy this. Create and export your CSS with ease. Wow. Ta!
  8. Mashiane

    B4J Code Snippet Creating a Random Dummy Data Generator

    Ola So I am am working on my Mock app, after getting some of my list running as per discussion here, I managed to have some consensus of some doable things.. What happens is that a data structure is first defined, this will contain the field names and the dummy data types. Somewhere there...
  9. 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...
Top