app

  1. I

    Android Question Application stopped.

    Hello. I get an application stopped error when I click on the Edit selected button from the list. I checked but could not find the source of the error.
  2. A

    Android Question change instagram profile

    Hello, Is there any way or solution for changing the user's Instagram profile name? (For example, change the profile name at the user's Instagram to "Hello123") Thanks in advance
  3. Sgdva

    Share My Creation [Utility] Ishikawa (Fish Diagram)

    Thanks to this awesome software I was able to finish this project that I was not sure how to do it on Android studio, it was designed as I expected it to be and I could not be more happy with the results! The app is here: https://play.google.com/store/apps/details?id=com.AlvilleTech.Ishikawa...
  4. A

    Android Question Bluetooth scan only devices that have the same app

    Hello, I used Erel's example in Android Bluetooth / BluetoothAdmin Tutorial post: https://www.b4x.com/android/forum/threads/android-bluetooth-bluetoothadmin-tutorial.14768/ Does anybody know if there is a way (in Erel's chat example) to search only for devices that have the same app (Erel's...
  5. J

    Android Question TaskButton as a menu is possible ?

    Good Morning, Today I had an idea of using the task button in my application, as the menu is a task killer, I want to disable this function and leave it as a menu. Like the older versions of android. I tried debugging the events but it did not happen much besides being forced to go to the...
  6. MarkusR

    survey app features

    i like to know what are your app features. and what special native features you must have. example: menu items toolbar,icons data exchange phone app - web server gui data table, view, sort, search data input view,edit,save keyboard input get camera picture record voice,voice input record...
  7. MarkusR

    Android Question end app

    hello, me saw that if me using Activity.Finish in main Activity and click then at the app icon again the Activity will created again and all variables here are still there with used values before i closed the activity. Sub Process_Globals 'These global variables will be declared once when...
  8. A

    Android Question Check what yhe user is saying

    Hi, I am trying to build an app that will alwais listen with some voice recognition what the user is saying, and if he say a specific word (for example "Hello") something will happen. Does someone knows any solution? Thanks.
  9. S

    Android Question Capture streaming from hdmi ??

    Hi, i want to purchase b4A ide, but i want to know if is possible to develop my project. I need to create an app for tvbox that capture the streaming video from hdmi input port and see this streaming into app inside videoview for example. It's possible?
  10. B

    Android Question where to start for a second register

    Hi, i am still trying to learn b4a, so excuse some mistakes.... I am coding on my first "bigger" app, and want to create a second and a third register or site on it. I will try to explain it. Lets say this should be a notes app, where you should be able to do some notes for private things, and...
  11. A

    מנוע דיבור בתוך אפליקציה

    הי שאלתי לא מזמן בפורום הכללי של אנדרויד איך אפשר להשתמש במנוע דיבור בשפה העברית, וענו לי שאני צריך להתקין ולהגדיר כברירת מחדל בטלפון שלי מנוע דיבור שתומך בשפה העברית. התקנתי כמה אפליקציות בטלפון שלי שמשתמשות בדיבור (לדוגמא הקראת הודעות) בעברית, למרות שבהגדרות הטלפון שלי מנוע הדיבור המכוון...
  12. A

    Android Question In app TTS

    Hi (Sorry if my english is bad) I used some apps and in somr of them there was a voice speaked from text in hebrew. I asked before how can I use tts engine, and I been told that I need to set an tts engine that supports hebrew and set it to the default tts engine on my device, and this is not...
  13. A

    Android Question Auto Start Voice Recognition after error

    Hi (This is another question I wanted to ask in another thread) Hi I want to automatically restart the Voice Recognition Service(https://www.b4x.com/android/forum/threads/voice-recognition-example.7317/#content), in case of the user didn't say anything(and then the VR is stopping...
  14. A

    Android Question Auto Start Voice Recognition

    Hi I want to automatically restart the Voice Recognition Service(https://www.b4x.com/android/forum/threads/voice-recognition-example.7317/#content), in case of the user didn't say anything(and then the VR is stopping automatically) or there is no internet connection. May someone help me with...
  15. A

    Android Question app crashed (using class-contactsutils provides read write access to the stored contacts)

    Hi Erel, I tried to use the library you uploaded: https://www.b4x.com/android/forum/threads/class-contactsutils-provides-read-write-access-to-the-stored-contacts.30824/ this is my code(activity_create): If FirstTime Then Activity.LoadLayout("MAIN") cu.Initialize End If...
  16. A

    Android Question how to add library?

    Hi I am new to b4a, and sometimes I see libraries that I can download (for example https://www.b4x.com/android/forum/threads/get-contact-id-or-name-from-phone-number.24903/), but I dont know can i add it to the libraries... I tried to upload the .jar file to the project files manager, but it...
  17. A

    Android Question Error while running the app

    Hi I runned my app on realise mode and I this message error has shown up: B4A Version: 8.00 Code analyzer. Error The specified argument is outside the range of valid values. Parameter name: index I tried to run the app without some subs, to find where is the problem, but I didnt find...
  18. 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
  19. 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
  20. 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!
Top