tool

  1. W

    Share My Creation MakeBxL - create a layout file from text or from an SQLite table (B4X) (Tool) (Source included)

    I wanted a quick way to generate a layout file (add the views and their names and events) to then fine-tune it with the Designer - MakeBxL does that, either from - a list of names (for the views) that you add in its TextArea, or - from an SQLite database table Some additional options are...
  2. H

    [分享]B4X库XML翻译小工具

    这是我第一次接触B4X的时候写的一个小工具。 采用讯飞小牛翻译付费接口。价格是100万字符/48元。讯飞小牛翻译针对新用户提供了200万字符的免费试用量。 可以用它来翻译B4X库附带的XML文件。翻译后,在B4X IDE中编写代码时悬浮的说明就变成中文了,并且同时保留了原文以防止机翻不准确。 需要自己到讯飞小牛官网开通付费接口 。100万字符量应该够所有库的XML说明翻译了。 请将您自己的APIKey、APISecret、appid填写到 api授权.txt, 并保存。 讯飞小牛翻译网址:https://www.xfyun.cn/service/niutrans 链接...
  3. carlos7000

    Spanish ChatGPT comparando dos funciones similares

    Quiero mostrarles el primer abrebocas de esta fantástica herramienta que nos servirá de enorme ayuda en el desarrollo de nuestras aplicaciones en B4A Aquí un video del análisis que hizo ChatGPT de 2 funciones similares:
  4. ziz

    Android Question What is the best tool for this job?

    Hello you all What is the best tool or method for displaying employee data without modifying it? Note : that the data represents about thirty fields
  5. epiCode

    Share My Creation [Tools] Code Sort v1.0

    This is my first attempt at B4J Apps. I wanted to write a tool to help me with organizing/sorting functions for my b4a apps. It can help you: 1. Sort Subroutines in lexicographical order (when you have too many subs which are in your code in no order) 2. Or order of your choice ( keeping...
  6. 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...
  7. cobra666

    Android Tutorial Material Design Icons (Update B4A / B4J)

    Most of us know the material icons / fontawesome. https://www.b4x.com/android/forum/threads/b4x-materialicons-web-font-chooser.103985/#content That link is some what outdated. So made a new easy guide. 1. Download the latest version of Material Icons(6000+ Icons) from...
  8. W

    B4J Tutorial [Tool] Integrated B4JPackager11 helper: PrepInstallerScript (with source code)

    I was making the switch from Java 8 to Java 11 and wanted to use the 'Integrated B4JPackager11' as explained by @Erel in https://www.b4x.com/android/forum/threads/integrated-b4jpackager11-the-simple-way-to-distribute-standalone-ui-apps.117880/. Nice, but too much work for a lazy guy like me as...
  9. 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.
  10. LucaMs

    Share My Creation [Source code][B4X][B4XPages] lmPWsManager

    Source code of my passwords manager. [ NOTE. It is true that it is possible to save passwords in browsers but: 1 - I do not trust 2 - if I had to change PC? 3 - the passwords of the apps (for example banking)? ] It allows you to manage a SQLite database containing the passwords of your website...
  11. LucaMs

    B4J Library [Tool] [Source code] lmRenameB4XPagesProject

    A tool to rename B4XPages project files. As you know, a typical B4XPages project looks something like this: If you want to change the project name, you need to manually rename 6 files - 2 for each platform - and the "main root folder" if desired (very often). In particular, you know how...
  12. LucaMs

    Share My Creation [B4X] [TOOL][SOURCE] lm Snippets Manager

    I definitely want to speed up the development of my softwares; I decided to develop a very useful snippets manager. Although the main purpose is to have all your snippets at your fingertips, saved in a local db, cataloged and easy to find, I have also added the possibility of inserting those...
  13. D

    Italian Panoramica Filippo

    Deleted
  14. MarkusR

    Share My Creation Inspection and Photo

    I share my current wip for a tool with name Inspection and Photo. (its a remake from a tool i had done in ms power apps.) concept: you goto a place and make some notes and photos. as an example: do inventory, damage report, photo blog, .. features: collecting images with thumbnails into a...
  15. LucaMs

    MySql online utility

    I did not know it; It seems very useful. http://sqlfiddle.com/#!9/7137c/1
  16. MarkusR

    Share My Creation Projects Librarys List / Search

    hi, i made a b4j (b4x) tool, it searching for all projects files and get the library information of it. then you can search by name and sort the first column.
  17. Jorge M A

    Android Question [Closed] BridgeCLI (No Results)

    Hello Everyone, I have tried to use the BridgeCLI command line as indicated in this link, to list the connected devices. However, it does not show any results. If I add the -verbose option to the command, I get a series of messages that I am not able to interpret. (Annex messages log) Could...
Top