b4a

  1. jessicalal

    Android Question B4a test

    Can I know how to connect my b4a bridge with In nox player and how to run I search Google everything still not able to run any video or steps explanations can I get links please help me out
  2. M

    Android Question Start activity in service when screen locked android10+

    Hi everyone I am trying to make an app that will start activity even if the screen is locked with password when a specific text message is received. I'm using service intent filter for sms receiveing and it work fine when phone is on Tank's for any help
  3. jessicalal

    Android Question Add button and update button and delete buttons

    Hello can I have coding and user interface for this button please Add button and update button and delete buttons and how to do it this button in database sqllite please Thank you
  4. DoctorDebug

    Android Question Sharing files on Android

    Hi, I did see a lot written about accessing files in various places, but they seem at least a year old and I am hoping there is a good solution. There is another system transferring files via ftp to the phone. My B4A app needs to pick those files up and transfer the relevant ones to another...
  5. jessicalal

    Android Question Sliding menu

    Can I have silde menu for b4a coding and interface user my work is is to develop mobile recipe book application
  6. jessicalal

    Android Question Assignment 2 cin635 mobile recipe book application

    Please help me in this assignment I am new to this app I don't understand Please help me out I need coding and user interface and how to this app work in nox player by running app this part I don't understand how to run a program Please help me out by tomorrow if anyone willing to help me out...
  7. W

    Android Example [B4J] [B4A] Expandable CLV with sub-items (similar to a tree)

    Posted in the B4J forum: https://www.b4x.com/android/forum/threads/b4j-b4a-expandable-clv-with-sub-items-similar-to-a-tree.155113/
  8. W

    B4J Code Snippet [B4J] [B4A] Expandable CLV with sub-items (similar to a tree)

    I needed this and didn't find an existing solution: a CLV whose items - can be expanded/collapsed (available in @Erel's CLVExpandable) - and can have sub-items that can be shown or hidden In the screenshot below, you'll see the arrows that can be used to expand/collapse, and the +/- signs to...
  9. W

    Android Example PDFab - a default PDF viewer app based on DonManfred's PDFium wrap

    I wanted a freeware pdf viewer without ads, tracking, data collection, and what have you. Besides, it wasn't obvious (to me at least) how to make an app that would be offered as default to open a certain type of file, especially a PDF. Time for some R&D fun, and here you go. Prerequisites...
  10. F

    French Application gratuite à tester

    Bonjour à toutes et tous, Depuis plusieurs années, j'ai développé 2 applis (une pour le smartphone et une pour un mini PC/portable/desktop) pour gérer des alarmes (incidents/pannes/intrusions) et la domotique d'une maison/appartement/bureau/local. J'ai mis en P.J. quelques images mais il y a...
  11. Mattiaf

    Android Question Too slow getting data

    Hi, I'm getting text from a website at the press of a button, but it seems way too slow and not async. The data is being downloaded from a website that cointains plain text only, it is filtered in order to display only what matters to me and I replace the weed days from english to italian. The...
  12. A

    Android Question permission error in release mode only

    Hi all, If I use the runtime permission function CheckAndRequest. First I see the normal message, one for every permission request. After these, only in release mode, I have the error I copied below. Logger connesso a: Teclast P40HD_ROW --------- beginning of main *** Service (starter)...
  13. Omar_

    Android Question How to get the absolute coordinates of a view

    Hello, I need to know the screen coordinates when clicking on a panel, I am new to B4X.
  14. Luis_FY

    Spanish Consultar el nombre de las tablas en una base de datos

    Saludos amigos, estoy tratando de hacer una app usando SQL, hasta ahorita no hay problema para crear desde mi app una base de datos interna y crear n cantidad de tablas para manejar una por día por poner un ejemplo. El problema principal que tengo es que si nombro a una Tabla A1 y vuelvo a...
  15. mohsenmirakhori635@gmail.

    Error when installing sdk

    Hello, I have the following problem when installing SDK: B4A SDK Manager: 4.10 TempFolder = C:\Users\Mohsen\AppData\Roaming\ANYWHE~1\BASIC4~1\temp DataFolder: C:\Users\Mohsen\AppData\Roaming\B4ASdkManager SDK version: 6609375 Downloading: https://dl.google.com/dl/android/maven2/master-index.xml...
  16. G

    Bug? [B4A] Instructions following Wait For are not executed when Sleep() has been called in same Sub

    Summary: In a B4A class, I need a Sub to execute, among other instructions, Sleep() and then a Wait For (a long task), but subsequent lines of code are never executed; removing the Sleep() is not an option (doing so, instructions are executed as expected). Reproduction Steps: Install and...
  17. carlos7000

    Wish A Call to Strengthen the B4X Community: Together We Will Make a Difference!

    Dear B4X Developer Community, I want to share with you my observations on the current state of B4X and B4A related searches on Google Trends, and what I have discovered has left me very concerned. I appreciate any correction if my interpretations are wrong. The time has come to unite our...
  18. Joey249

    Android Question B4xPages Can't get xCLV to scroll while also using a ScrollView

    Hi, I have a layout set out which uses a ScrollView and then one CustomListView on the main layout, the ScrollView works to scroll the page, however the CustomListView does not scroll*. *The CustomListView actually scrolls when running from LeapDroid emulator, but not on my actual phone or...
  19. xXswetXx19

    Android Question Interact with a list component of b4a from java jar library

    I have a interface made with b4a, i have a list that i want to fill each time my library jar receive a event, the library is working receiving events, i only need to interact the library with b4a but i cant do it in real time. can you help me?
  20. Joey249

    Android Question [B4X] How do I load separate code with each TabStripView Page?

    So i've configured my app already and then later on decided I wanted to use TabStripViewPager, The issue i'm having is i've all my code on separate pages for separate layouts, and i'm not quite sure how to load in that code/module with each TabStrip layout. For example, with the TabStrip it...
Top