update

  1. M

    Bug? XSpeechRecognizer by MultiverseApp error occurred message - serious problem

    Hi eveyrone last year I made an app that uses XSpeechRecognizer by @Multiverse app library to detect words, infact you can see some posts of mine on the forum. However I received a report that some useres experienced a crash of the app when they start the Speech To Text. So I opened the project...
  2. Magma

    B4J Tutorial How to create a StandAlone EXE without the OpenJAVA (OpenJDK)... an update for your app..

    Well "@MrKim" had a wish... and talking about this... then an idea came into my mind... not a "super-duper" but a trick... Wish: https://www.b4x.com/android/forum/threads/b4j-executables-wish-es.140119/#post-914123 So I am here to share it with you guys... How to Create StandAlone Updates that...
  3. M

    Android Code Snippet [B4X] CameraExClass- QrCode/Barcode Reader fix new SDK

    Hi everyone, today I updated all the packages with the SDK Manager. After that, the app was crashing on a line about the QrCode reader made using the CameraEx class (there is a tutorial in the forum). Reading the logs I found out that now you must have the following line in the manifest to get...
  4. mmrafiei

    Android Question update the global variables

    #Region Project Attributes #ApplicationLabel: BASEproject #VersionCode: 1 #VersionName: 'SupportedOrientations possible values: unspecified, landscape or portrait. #SupportedOrientations: portrait #CanInstallToExternalStorage: False #End Region #Region Activity...
  5. S

    B4J Library Build parametized SQL queries for Insert,Update and Delete

    This is a small class to easily build SQL queries declare an instance of the class clBuildSQL and initialize it Private fBuildSQL As clBuildSQL .... fBuildSQL.initialize Insert record Just pass as first parameter the table name and as second parameter a map with pairs keys/values...
  6. S

    B4A Class Build parametized SQL queries for Insert,Update and Delete

    This is a small class to easily build SQL queries declare an instance of the class clBuildSQL and initialize it Private fBuildSQL As clBuildSQL .... fBuildSQL.initialize Insert record Just pass as first parameter the table name and as second parameter a map with pairs keys/values...
  7. M

    iOS Question XUI Views Example NOT installable

    Hi, i tried to run the example of XUI views from @Erel but i can't install it. iPhone prompts me that the "B4i Example" App must be updated by the developer, and let me choose from "delete" or "store". But i can't open it. Why this happends?
  8. A

    Android Question Question about the application update.

    Hi all. I have a question about the application update. I have an app (let's say version 5.5) installed from the Google Play market running on my Android phone. I've made some changes , changed version number to 5.6, created apk and uploaded the update to the Google Play market. A few hours...
  9. K

    Android Question Progressbar with SQLite NonQuery

    Hi Experts, This is SQlite Update Code Dim count,limit,offset As Int count = db.ExecQuerySingleResult($"select count(*) from a"$) limit = 100 offset = 0 Do While offset < count db.ExecNonQuery( _ $"UPDATE a SET amt= (update sum values here)...
  10. saeed10051

    B4J Question Update a record in mysql using php

    Hi, i am trying to update a record in an online mysql database. using following php script <?php $conn = new mysqli("pdb48.awardspace.net", "3373050_restaurant", "abc123", "3373050_restaurant"); if ($conn->connect_error) { die("ERROR: Unable to connect: " . $conn->connect_error); }...
  11. Mrphone

    Android Question Show screen updates

    Hi I want to create a program that does something every time the screen is updated Like Show screen updates in Developer options 👇 👇👇 Thanks in advance for answering😘
  12. solutionhacker

    Android Question SDK Compatibility for DJI Mavic Mini

    Hello, Does anyone know if there will be any compatibility or updates for the B4A library to support the latest release of the DJI Mavic Mini? It seems like this is one of DJI's most lightweight and improved quadcopter yet released. Unfortunately, I was not able to find anything on DJI's...
  13. M

    Android Question CRASH using AppCompat object

    Hi everyone, i recently opened up a project that i stopped some time ago, before all the updates. In the project i used AppCompat Checkboxes and switches and as soon as the layout loads up the app crashes. I tried to remove the checkboxes, switches ans library, and it doens't crash anymore...
  14. ALBRECHT

    Android Question updating app via the Store

    Hello, When my app purpose an update to the user, like below : (by checking if exists new version trough the webapi) is there a good way to make the script ? - Close the app - Launch the Store app (PlayStore or AppStore , if exist) - make it positionning on the app into the store folder (like...
  15. ALBRECHT

    Android Question Sqlite Database options

    Hello, I like to get a suggest of method, regarding best practices for my App : 1/ i have an SQLITE db that contain general setting strings and language strings for its operation, and independent of user data. I systematicaly copy that DB from asset dir to Internal, so even after app updating...
  16. ALBRECHT

    Android Question Migration SQLite during app Updating

    Hello, Ok, i know that no Sqlite data will be lost during an upgrade, only when we uninstall the app. But if i need to change the data format between 2 versions, (in this case, add a field) i would have to implement some migration code. what is the just method for doing this ? Thanks Michel
  17. Mashiane

    B4J Library [BANanoSQLUtils] A BANanoSQL helper class for CRUD functionality

    Good day UPDATE 2020-05-19: Please use this library instead The attached class will help you in creating basic sql statements for CRUD functionality using BANanoSQL. We feature CREATE, UPDATE, UPDATE & DELETE statements, we also have added, creating a table. Whilst this class will work...
  18. M

    B4J Question [SOLVED] silent installer

    I tried to make my program autoupdate itself but whitout success, its posible to modify ui apps packaging?, to achive a silent instalation , i mean a instalation without user interaction.
  19. carlos7000

    Spanish Â¿Cómo actualizo una base de datos?

    Hola a todos. Me pregunto si alguien me puede ayudar con unas lineas que me permitan comparar, al iniciarse el programa, la base de datos del dispositivo contra la que se encuentra en File.DirAssets, y si es una versión anterior, reemplazarla con la una nueva, todo esto, antes de que el...
  20. Cornelius Smit

    Android Question GPS Running and tracking in background

    Good day are there any sample application in B4A to do gps tracking and updating a database even when the screen is locked.The app needs to start when the device boot and update at all times.
Top