android

  1. pauleffect

    Android Question [USB AUDIO CLASS]

    Hello. I have a usb headset (mic + headphones). I'd like to use the usb library to connect to the headset directly. Kinda like a USB Sniffer. Is it possible to open a device in shared access mode and see the traffic it generates? I'm interested in "sniffing" the isochronous endpoints.
  2. Marvel

    Share My Creation Stopeet - Phone Addiction Manager

    Finally! I get to release my first android app. It is called Stopeet - Phone Addiction Manager. It helps you track the time spent on your phone and helps you set limits. It is far from perfect, but I hope people will find it useful regardless of its imperfections. It took a very long time than...
  3. Pedro Caldeira

    Android Question Retrieving Phone or Tablet Language

    Hello All, I am trying to get the two letter code of the language used by the Tablet or Phone (EN) (PT) (ES), etc My device, a Samsung TabA is in Portuguese wirt all texts and messages also in Portuguese, but I always get EN, US, EN-US. Any idea why ? Sub Get_Language As String Dim jo As...
  4. arenaluigi

    Android Tutorial Free Mini Course Android Development Environment Preparation (B4A)

    Good morning, I'd like to share the free "Android Development Environment Preparation" course. This course helps prepare the B4A development environment to start developing Android apps. I thank everyone, and count a lot in your feedback. Here is the link: Video corso Preparazione ambiente di...
  5. arenaluigi

    Italian Mini corso gratuito Preparazione Ambiente di Sviluppo Android (B4A)

    Buongiorno, vorrei condividere il corso gratuito "Preparazione ambiente di sviluppo Android" . Questo corso aiuta a preparare l'ambiente di sviluppo B4A per iniziare a sviluppare App per Android. Ringrazio a tutti, e conto moltissimo nei vostri feedback. Di seguito il link: Video corso...
  6. N

    Android Question Receive data from MQTT broker into MQTT Android Client

    Hey guys, I am new to B4x. I have been watching videos recently and doing beginner programs but my main objective is to use B4a to create an app that receives data from MQTT broker myqtthub.com. The data later needs to recorded over time and represented on a graph. I'm looking for a template...
  7. Ibrahim Saleh

    Video Streaming App

    I need an b4a app that is able to stream video from local storage. The video streaming service must use socket server to send chuck byte array to the video player. For more reference check this link. http://www.adrianwalker.org/2012/06/html5-video-pseudosteaming-with-java-7.html If you are up...
  8. K

    Android Question Uncaught translation error After Updating Android SDK

    I follow this tutorial :: https://www.b4x.com/android/forum/threads/crashlytics-crash-reports.87510/ and Update Android SDK Because its showing :: Maven artifact not found: com.google.firebase/firebase-components After that Compiler Showing B4A Version: 9.80 Java Version: 8 Parsing code...
  9. Peter Simpson

    šŸ¤— My happy introduction to B4X

    Hmm, I see that Anywhere Software has created this new section in the forum, so I've decided to add my actual B4X story. WARNING: This is going to be a loooooooooooong read :cool: I've always enjoyed creating software from the early days of the humble 48k ZX spekky, to machine coding my 68000...
  10. H

    Android Question Real Time Location App

    How can I develope App which show Real Time position of another device? I am confuse what to store on server. and How to show on map.
  11. demonio_jack

    Android Question Installing B4A App with MySQL

    Hi everyone!!! This is my very first time in B4A and trying to install a small app with MySQL. It's work in debugging environment... but when I compile it to install in a android phone, fail. I'm not sure what I have to do, I've seen a lot of videos and posts but I haven't found "the procedure"...
  12. P

    Android Question Looking for a service...

    Hi. I'm looking for a service like crashlytic's logging Sub Activity_Click '//Something like this CL.CLog("log message...") End Sub But the only problem is that these logs are sent just when there is a crash. I'm looking for a service like this so i can send logs without "crash"ing my...
  13. O

    Android Question Simple way to play the configured notification sound when a button is pressed

    Looking for a way to simply play the configured notification sound when the user hits a utton
  14. K

    Spanish Imprimir en impresora Dpp 250 desde Android

    Buenas tardes, Estoy intentando imprimir desde Android con flutter en una impresora DPP 250 y no hay forma. He intentado utilizar una herramienta de test, pero tras enviar una impresiĆ³n la luz de bluetooth parpadea pero no imprime nada ??? Alguien me puede ayudar con este tema? Gracias
  15. M

    Android Question Blank/activity not starting

    Hi, I'm testing my app with B4A-Bridge but when it compiles it stays still and doesn't show views like buttons, labels, etc. Please look at my screenshot and help me. P.s I have loaded my activity.
  16. C

    Android Question How do i enable Smart popup permission?

    Hi, I have a Samsung device and I noticed that there is a function called Smart Popup. I want to implement that function in my app but I don't know what permission to use. Also whatsapp and Amazon enabled smart popup automatically Can you help me? Thanks in advance, Simone
  17. Soroush68

    Android Question Problem in running final apk on mobile

    Hi every body I have recently started programing with b4a. I have a problem at first. I cannot run final android app on my mobile. I copy the apk file from project folder on my computer to my mobile. But when i try to install and run it, I get a security warning! When trying to run the app, I...
  18. MarkusR

    android display pattern did not work^^

    today my phone did not recognised my display pattern to unlock. i had also finger sensor in use. wahhhh. then i read i can input a new pin at pc in google account security settings and lock the phone. but then the phone still want use the pattern and not the pin^^ and the finger print did not...
  19. victormedranop

    Android Question Does B4A have SSE (Server Send Event) support ?

    Hi, just wondering if b4a have full support over SSE? Thanks, Victor
  20. Vinians2006

    Android Question [SOLVED] Error when loading Layout

    Hello my friends, sudenly I started to get an error when entering the scanning sctivity the message is in the image, the error is in Java line. Since its is on a Java line I cant debug! The image bellow, shows the error: More information about the error: This occurs even before I load the...
Top