b4a 12.0

  1. luthfiagata

    Android Question My application can't connect to the internet

    I’ve already tried following the steps provided, and it was successfully installed on my device (Android 14). However, I’m facing another issue: my application cannot connect to the database I’ve set up. This problem keeps happening repeatedly, and even with the help of ChatGPT, I still haven’t...
  2. intellvold

    B4A Library Intellvold Accessibility Service

    Intellvold Accessibility Service --> B4A 12 --> Api34 🙂 Today, I Wrapped this service and functionality with the latest version of Android and b4a, I hope it will work for you.
  3. V

    Android Question How to remove item at position from array ?

    Hi all, I want to remove item at position from array, for example: Dim a() As String = Array As String("abc","de","fgh") Now item at position 1 will be removed, I want to get: a=("de","fgh") How to do this? Thanks.
  4. A

    Android Question Two versions of B4A

    Hi all. Is it possible to have two versions of B4A - 11.80 and 12.0? I'm using Android 10 phone LGE LM-Q 720 phone. My app (Default) works fine if it's compiled in 11.80 but behaves strangely after I compiled it 12.0. No crash, no errors. For example - on Activity the user selects a line...
Top