app

  1. A

    Android Question disable auto sleep

    Hi I need that when my app in open the phone will not turn of automaticly(after a few minutes) and stay logged on. does someone knows how can I do that? Thanks
  2. A

    Android Question Hebrew TTS speak

    Hi I tried to use the TTS in hebrew, but it didnt work beacuse this language files are missing. someone knows where I can find and use the TTS on hebrew on B4A? Thanks
  3. A

    Android Question Answer a call

    Hi, Does someone knows how can my app to be opened automaticly when there is incomming call? And also if the app can answer the call and let the user talk? Thanks!
  4. A

    Android Question notification in specific time

    hi I want to create a new notofication to the user, in a specific time(for example at 7:00 AM). someone knows how can i do that? Thanks in advance
  5. A

    Android Question Wakeup App

    hi, I wanted to create a wake-up ap with some features, but i dont know how to do that whan the user close the app, the app will open in the specific hour. does someone knows how can I do that?
  6. A

    Android Question Icon App

    Hi, Someone can explain how can I set an ICON to the app (like how to set the app name) thanks.
  7. appie21

    Android Question Opening wrong facebook page in nativeapp

    Hello I try to open the facebook app with a page (in this case B4a) Sub BtnFacebook_Click Dim fURI As String = "https://www.facebook.com/b4xdev/" Dim in As Intent in.Initialize(in.ACTION_VIEW, "fb://facewebmodal/f?href=" & fURI) Try StartActivity(in) Catch...
  8. A

    Android Question Randomize in b4a

    Hi I tried to set an int to a random number, but always when I run the app, the value of the randome int is the same number overband over again. In Vb before setting a random value, there is a command - 'randomize' There is a way that the random number will be not the same any time?
  9. E

    Spanish (Solucionado) App para Makeblock

    Hola, Me compré hace una semana un kit Makeblock mbot Ranger, que es un kit robot 3 en 1, con el que puedes montar un tanque, un coche 2 ruedas con una rueda trasera loca y un 2 ruedas que mantiene el equilibrio tipo segway o tipo hoverboard. Tiene bluetooth, wifi, sensor de lineas...
  10. A

    Android Question black screen apk running

    hi I run my APK file on my smartphone, and it only show a toastmassafe "waiting for IDE debugger to connect" I tried the other black screen thread solution, and it didnt work. someone knows how to fix that or how to create properly an apk file from start to end? thanks
  11. A

    Android Question where is the APK file

    hi, I want to upload my app to google play, but I didnt find the APK file in my project folder, someone knows how to find this file or how to create him? thanks
  12. GerardoBasualdo

    Spanish Iniciar aplicación con tecla POWER?

    ok
Top