android

  1. Melek

    Android Question Connect Mysql Library

    https://www.b4x.com/android/forum/threads/jdbcsql-directly-connect-to-remote-databases.84016/ Hello, I was following what Erel published, but I do not know how to do it with Shared Web Hosting, for example with Hostinger. I have the Mysql database there, and I activate Remote Mysql for that...
  2. Melek

    Spanish Problema con Webview

    Hola, soy nuevo en B4A, alguien me puede ayudar con el control de WebView, en una pagina web que muestro, hay imágenes y videos, que los videos si cargan, pero no funcionan los controles como el de pantalla completa. Saben si hay alguna forma? Ademas los botones no me funcionan, eso lo note en...
  3. B

    Android Question how to horizontal scroll view like instagram : attached current progress

    hi b4x member and team, I want to implement the simple version of smt like this so we can swipe little bit, and it snap into the image with the respective number. is it correct using horizontal scroll view ? how to achieve that ? attached my current progress many thanks!!
  4. I

    Android Question Kiosk example not working after rebooting (DOOGEE X10)

    Hello all, First, thanks for B4A I am using it since about a month and it is really nice to use. I am currently developping a kiosk application which I test on a DOOGEE X10, which is a low cost phone running on android 6.0. I tried to use the example given by Eren...
  5. C

    Android Question CLV , CreateMap - How i can get the specific Values

    I need to get the values that are mapped and do a routine to assign these values in a normal lstview. but I always return the last value in the index. and also I did not understand how I can pull the keys of the created map and assign to the item of the listview. 'dim mapaEscalonado as map...
  6. M

    Android Question Connect and manage a scp32 chip with the B4A framework

    Good morning I ask for support for the following situation, my programmer who is developing the app with B4A needs to connect in BT on a scp32 chip, through the app we should not only receive data like the weight or height of a person, we will have to raise and lower a rod and slide a scale...
  7. A

    Android Question Clear push notification when pressed

    Hello, Recently, I've added FirebaseNotifications to my app I noticed that noticed when the user click the (push) notification, the app opens, but the notification still exists, and it is needed to swipe it in order to remove it. Does anybody know how to make the push notification disappear...
  8. A

    Android Question Problem when referencing "Firebase Analytics" and "Firebase Notifications"

    Hello, I tried to add an option for Push Notifications to my throw Erel's video Explanation. When referencing the libraries "Firebase Analytics" and "Firebase Notifications", an error message had shown up. (When referencing "Firebase Analytics" the error was "Maven Article wasn't found...
  9. A0_2_A7

    Android Example Simple example B4XDrawer sliding drawer class with materialicons and fontawesome icons

    Good afternoon, I contribute to the community with a small example of the class B4XDrawer with material icons and fontawesome icons. Thanks to the whole community for this wonderful forum.
  10. Vinians2006

    Android Question Send an email is starting sharing option

    Hello friends, I am using Email object to send an email but when the users clicks on the button it opens the shareing and the user need to select a lot of options. I want to start gmail directly, any solution to that ? See the code: If Not (G.Registrado) Then Private emlMsg As Email...
  11. A

    Android Question dismiss a phone call by phone number

    Hello, I wanted to create an app that dismisses an incoming phone call by filtering the phone number. (for example, if the phone number contains "054742", the app will automatically dismiss it. I looked out the "PhoneStateChanged" event but didn't know if I can get the phone number of the...
  12. uniplan

    Android Question Scan wifi and MLwifi library

    Hi to all...i need to scan the all wifi around me at the moment and know the ssid. I test the MLwifi library: https://www.b4x.com/android/help/mlwifi.html but the wifi_ScanDone not triggered...why? it necessary or possible to set a time limit to scan? this is my code...thank you Sub...
  13. Sergio Medice Garcia

    Android Question [B4XTable] How can i make long click

    I created a B4XTable and the normal click is to open a msgbox2 with options, but i need the long click to open a panel with others options. How can i make this? Thanks for all
  14. E

    Android Question How to Add SQLite to Assets

    Can i add sqlite database to assets? im use database for read only, i will never insert,update or delete it. just use for select data. schema and record will make out of application.
  15. A

    B4J Question KeyValueStore2 encrypt problem

    Hi, I get this error with the function getEncrypted javax.crypto.BadPaddingException: error:1e000065:Cipher functions:OPENSSL_internal:BAD_DECRYPT The stored data is an IP address Thank you in advance :)
  16. 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...
  17. P

    WP up&download : Mix voice with images and short movies

    Hi all, I am looking for a skilled B4A and/or B4I developer for a new mobile app for e-learning. Closed, thanks for all answers
  18. K

    Android Question JSListview with other objects

    My activity contain jslistview with edittext Without edittext it works fine. with edittext its showing error log : main_adapter_onbindview (java line: 382) java.lang.ClassCastException: anywheresoftware.b4a.BALayout cannot be cast to android.widget.TextView at...
  19. R

    Android Question adb.exe entry point not found

    Houston I have a problem, please help. B4A v 8.00 Win XP .net 4.0 Samsung J3 (2015) Android 5.1.1 I tried out the google maps sample, and in doing so I had to use the SDK manager to install (all recommended) Android-28. Now I get adb.exe error Entry point not found in .dll. I am using...
  20. K

    Android Question TransactionTooLargeException

    https://www.b4x.com/android/forum/threads/error-with-customlistview.97829/ As per discussion in this forum I got that TransactionTooLargeException error is in sql query I change query and add limit in that, its working fine now. But I have to add all records in clv, What should I do?
Top