br

  1. Lucas Siqueira

    B4A Library [B4X] BR_FunctionsUtils, BR Functions Utils

    Functions created by Brazilians that can be useful for everyone. BR_FunctionsUtils Autor: Lucas Siqueira Versão: 1.0 V1.00 -Release -Funções Formatar * somenteNumeros("R$ 2.500,00") --> "250000" * telefone("99999999999") --> (99) 99999-9999 *...
  2. Lucas Siqueira

    [B4XPages] jRDC2 + CRUD MySql + Login [Código Fonte Gratuito]

    Olá, veja como ficou o projeto 1) Login; 2) Adicionar Usuário; 3) Listar Usuários; 4) Editar Usuário; 5) Excluir Usuário; Existem vários sites onde você pode baixar a biblioteca de conexão Java: mysql-connector-java-5.1.44 https://downloads.mysql.com/archives/c-j/ ou...
  3. Lucas Siqueira

    Share My Creation [B4XPages] jRDC2 + CRUD MySql + Login [Source Code Free]

    Hello, look how the project turned out 1) Login; 2) Add User; 3) List Users; 4) Edit User; 5) Delete user; There are several sites where you can download the java connection library: mysql-connector-java-5.1.44 https://downloads.mysql.com/archives/c-j/ or...
  4. Lucas Siqueira

    iOS Code Snippet [B4X] Example Play Audio MP3 (b4a + b4i + b4j)

    Explanation of the Solution Audio Session Configuration on iOS: On iOS, audio playback depends on the correct configuration of the audio session (AVAudioSession). By default, iOS may block or mute sounds if the audio session is not explicitly configured. The AVAudioSessionCategoryPlayback...
  5. Lucas Siqueira

    Share My Creation 🎮 Complete Source Code: Minesweeper Game in B4XPages 🎮 [Source Code Sale]

    🎮 Complete Source Code: Minesweeper Game in B4XPages 🎮 Developers, want to create amazing games without wasting time? Get the complete source code for the classic Minesweeper game, developed in B4XPages , and save weeks of work! This project is fully functional, compatible with B4A (Android) and...
  6. Lucas Siqueira

    [SQLITE] SQLite para iniciantes

    Introdução ao SQLite O SQLite é um banco de dados leve e rápido, muito usado em aplicativos Android para armazenar informações. Ele não precisa de um servidor separado para funcionar, pois armazena os dados diretamente em um arquivo. Com o SQLite, você pode: Armazenar informações de forma...
  7. Lucas Siqueira

    B4A Library [B4X] [XUI] BR_Button

    BR_Button you are free to modify as you wish. Was created with the intention of leaving the button working equally in the 3 ides (b4a, b4i and b4j). With the possibility to define a custom font directly in the designer (b4a already does this, but in b4i it is a little more complicated) You...
  8. abbas abedi

    Android Question How Can I Decompress brotli content encoding

    hi How Can I Decompress brotli content encoding this is my Answer headers content-type: application/json vary: Accept-Encoding vary: Accept-Encoding vary: Origin grpcgateway-content-type: application/grpc access-control-allow-origin: https://divar.ir access-control-allow-credentials: true...
  9. Lucas Siqueira

    B4A Library [B4X] BR_B4XFloatTextField

    Hello everyone! With the example of Erel library and with the help of Biswajit, we made some modifications to the original B4XFloatTextField library, recreating it with some modifications in the visual transforming into BR_B4XFloatTextField. See how the example looked: Note: I have no iphone to...
  10. OliverA

    B4J Question [Solved][BANano] Odd <br> handling

    I'm having no luck with Append and RenderAppend and the handling of <br> tags BANano.GetElement("Body").Append("Break") BANano.GetElement("Body").Append("<br>") BANano.GetElement("Body").Append("On its own") BANano.GetElement("Body").Append("<br>Text after")...
Top