b4a

  1. N

    Android Question scrollView cant connect to Sql database (internal Sql )

    Hello, I had asked about my problem near week ago and it solved but when I made a new Activity and new layout with scrollview Unfortunatly I faced conecting scrollview and Sql table ,I couldnt figur out how to solve it even I tried so much thus I decided to ask if any body can give me hand in...
  2. M

    Android Question Spinner searching

    Hi I want to put a spinner inside my activity so that when the user touches the spinner, he can prioritize typing and searching among the options available in the spinner.
  3. mgh

    Android Question Error java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/gson/Gson;

    Hello friends, please help me. This error occurs to me, what should I do?
  4. B

    Wish B4A and JavaDoc

    It would be very useful to implement a function in the B4a IDE that exports all the names of the classes in PDF with the relative properties and methods with any comments. Both for projects and libraries. Thank you
  5. E

    Android Question How to program a DJI follow me mission?

    Someone knows or did on the past an app to make a Mini 2 or Mini SE doing a Follow Me mission with the DJI library? I can't get it right, I saw a "tutorial" with virtual sticks but I can't understand where should I put that code, help please.
  6. KMatle

    B4R Tutorial AES256 encrypted BLE (ESP32 & B4A) example

    I took Erel's BLE example and added (as on the ESP32 side) AES256 encryption. For some reasons I wasn't able to use SPIFFS and/or WiFi parallel to BLE on the ESP32 side. Maybe you find a reason why this doesn't word (I understand WiFi & BLE using the same antenna, but SPIFFS should work but...
  7. N

    Android Question B4A SFTP Library

    Hello, I haven't needed SFTP for a long time, and now I see that Jsch library no longer works with the new version of the SFTP server due to deprecated algorithms. Is there a newer version or some other alternative for SFTP? I can't find anything useful...
  8. kstasadduq

    Android Question Need help for Inline Java Code

    I need to use the following inline java code in my B4A application: ////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////// //This broadcast receiver...
  9. N

    Italian Push notification direttamente da wordpress.

    Ciao a tutti , sono un principiante ho creato una semplice applicazione per una pagina web che ho già pubblicato su apple store e su Google Play. Riesco a mandare le PUSH direttamente dalla console di Firebase e con il codice b4j indicato da Erel nel tutorial, Ho visto che c'è un plugin di...
  10. SinaDeveloper

    Admob income

    Hello I am building a browser with b4a for Android and b4j for Windows. I really don't know if it will be profitable to use Admob ads or to add vip subscription! That's why I ask a few questions, please answer them: 1- In addition to Android, will it be possible to use AdMob in b4j? 2- Can I...
  11. V

    Android Question WebView & Action

    I Want a code like Dim domain As String = "https://google.com" WebView1.LoadUrl(domain) if WebView1.Url = "https://b4x.com" then 'Do the Action End If Means if in google he open b4x.com then some action start I Don't know how I write it to its work pls help me:)
  12. OliverA

    B4A Class Camera2Torch - Torch using B4A's Camera2 library

    Attached is the class Camera2Torch. It uses B4A's Camera2 library to use Android's CameraManager's setTorchMode method. Please note that this method is only available since API23, whereas CameraManager is available as of API21. This has been successfully tested (via sideloading...
  13. I

    Android Question NFC Application Example in b4A

    Good Day Can we have any sample application to read Credit / Debit Card public information like Card Number & Name using NFC Application. Thanks
  14. S

    B4A Class [B4X] PDF Generator - B4X Cross Platform - Class 100% B4X Code

    Hi, This class cPDF.bas (version 0.6 - 2024-01-03) generate PDF File with limited fonctionnalities (but enough for me) Add pages with different paper size (use constants or custom size) PDF standards font (Courier, Helvetica, Times, Symbol and Zapfdingbats), style (Normal, Bold, Italic...
  15. V

    Android Question If webView something do some action

    I need some code to if WebView redirect too like "https://google.com" do some action like hide app or send notification are else
  16. E

    Italian Come visualizzare le app su tablet

    Salve a tutti. Sono nuovo e da poco sto smanettando utilizzando b4a! Nonostante le svariate letture, ancora non mi è chiaro (sicuramente è un problema mio), come adattare una applicazione a device diversi. Nel mio caso, dovrei adattare una applicazione che viene visualizzata bene su uno...
  17. Mattiaf

    Android Question how to parse this html through WebView

    HI, would it be possible to parse in the folllwing website and I would like to parse the following html <div class="post-block__content_message" itemprop="articleBody" style="max-height: initial;">? Formula 1 - Messico 20:00 Prove Libere (3) 23:00 Qualifiche <a itemprop="url"...
  18. stevel05

    Android Code Snippet [DSE] [B4A] Standard Tooltips for Android 8+

    Based on @Dave O 's code in this thread, here is a Designer script extension to add standard tooltips for Android 8+ 'Parameters: Text As String, 1 view 'Code in DesignerScript:{class}.SetTooltip("Tooltip", Button1) Public Sub SetTooltip(DesignerArgs As DesignerArgs) Dim p As Phone If...
  19. Mattiaf

    Italian [B4A] Problema con WebView e fullscreen

    Salve, sto usando un sito web dove ha embeddato un video. Nonostante io allarghi il controllo webview, il pulsante fullscreen all'estrema destra della barra di sotto non è visibile. La grandezza del webview è indifferente, l'ultimo pezzetto della bar è sempre oltre la parte destra dello schermo...
  20. S

    Android Question Multiple Push Notifications possible?

    Hello all, I am new to B4A and I have followed Erel's tutorial exactly how he shown in his video including Firebase. My problem is though that when the notification is displayed on my phone, I have to swipe it away so when I run the B4J side of it again, it pops up again. It does not do...
Top