b4a

  1. mohsen programmer

    Android Question Send SMS

    I added this function to my project: Sub SendMultipartTextMessage(Number As String, Message As String, SubscriptionId As Int) Dim r As Reflector r.Target = r.RunStaticMethod("android.telephony.SmsManager", "getSmsManagerForSubscriptionId", Array As Object(SubscriptionId), Array As...
  2. A

    Android Question Share the same database (SQLite) for different applications

    Good afternoon, I need to share the same database (SQLLIte) on the same device by two different applications. I tried using File.DirRootExternal but it doesn't work... can anyone help me? Thanks in advance
  3. L

    Android Question How to draw a Path with GoogleMaps Library?

    in this code i draw a simple line on the map, but i want draw a Path, how can i do? ' Aggiunta di un marker sulla mappa Dim lat As Double = DR_VISITE.GetString("Latitudine") Dim lng As Double = DR_VISITE.GetString("Longitudine") Dim RAGSOCCLI As String =...
  4. L

    Android Question Polyline not error but not showing

    I have this code and all work perfectly, only the polyline not showing....how can i do? ' Aggiunta di un marker sulla mappa Dim lat As Double = DR_VISITE.GetString("Latitudine") Dim lng As Double = DR_VISITE.GetString("Longitudine") Dim RAGSOCCLI As String =...
  5. F

    Android Question XUIViews having issues with MODBUS TCP?

    Hello team, i have i little strange issue, the thing is when im trying to compile my app, gets me this error when this XUIViews Library is active Dex merge Error Error in C:\Android\tools\..\extras\b4a_local\unpacked-modbustcp-63803597595704\dex_v1\modbustcp.zip:classes.dex: Type...
  6. B

    Android Question Dropbox refresh code

    Hello, I have just managed to get my app to access my Dropbox folders, download a file, make changes and then upload that file. All working well. Came back a day later and found the token had expired. After some research I realize the short term token is for testing and only last 4 hours...
  7. W

    Bug? B4XFont declared without value assigned to it doesn't show a compiler error

    See the comments in the code. The compiler warning disappears; I found this out with a B4XPages project that was first developed in B4J (with an Arial font, assigned in a conditional "#If B4J" block). B4A didn't complain about the font variable (which was declared unconditionally) not having...
  8. Guenter Becker

    B4A Library List of TD_ CustomViews, Modules, Classes and Services

    All Listed CustomView, Modules, Classes and Services are part of our B4A Development at prestent and in future. All not Listed CustomView, Moduls, Classes and Services are outdated and not longer supported! B4A CustomViews, Modules, Classes...
  9. Guenter Becker

    B4A Class Convert DateTime, Graphic, Boolean, Units

    Version: 1.1/2023 The Module contains functions to convert formats or units to be needed in the daily life of software development as followes: Convert Date or Time Values into B4x-Ticks or ISO8601 Format. Convert Boolean True/False into Integer 1/0 and reverse. Convert Decimal Point from...
  10. jessicalal

    Android Question Sdk manager

    Can I know I have installed all items from sdk manager b4a
  11. K

    Share My Creation GeoMetrics : Land Measure App

    Hello everyone. This is a newly published Android app developed using B4A. It is a land measurement mobile app utilizing Google Maps and FusedLocationProvider. The app supports two types of measurement: Land Measure Path Measure (Distance) Users can employ three different measurement methods...
  12. jessicalal

    Android Question B4a test

    Can I know how to connect my b4a bridge with In nox player and how to run I search Google everything still not able to run any video or steps explanations can I get links please help me out
  13. M

    Android Question Start activity in service when screen locked android10+

    Hi everyone I am trying to make an app that will start activity even if the screen is locked with password when a specific text message is received. I'm using service intent filter for sms receiveing and it work fine when phone is on Tank's for any help
  14. jessicalal

    Android Question Add button and update button and delete buttons

    Hello can I have coding and user interface for this button please Add button and update button and delete buttons and how to do it this button in database sqllite please Thank you
  15. DoctorDebug

    Android Question Sharing files on Android

    Hi, I did see a lot written about accessing files in various places, but they seem at least a year old and I am hoping there is a good solution. There is another system transferring files via ftp to the phone. My B4A app needs to pick those files up and transfer the relevant ones to another...
  16. jessicalal

    Android Question Sliding menu

    Can I have silde menu for b4a coding and interface user my work is is to develop mobile recipe book application
  17. jessicalal

    Android Question Assignment 2 cin635 mobile recipe book application

    Please help me in this assignment I am new to this app I don't understand Please help me out I need coding and user interface and how to this app work in nox player by running app this part I don't understand how to run a program Please help me out by tomorrow if anyone willing to help me out...
  18. W

    Android Example [B4J] [B4A] Expandable CLV with sub-items (similar to a tree)

    Posted in the B4J forum: https://www.b4x.com/android/forum/threads/b4j-b4a-expandable-clv-with-sub-items-similar-to-a-tree.155113/
  19. W

    B4J Code Snippet [B4J] [B4A] Expandable CLV with sub-items (similar to a tree)

    I needed this and didn't find an existing solution: a CLV whose items - can be expanded/collapsed (available in @Erel's CLVExpandable) - and can have sub-items that can be shown or hidden In the screenshot below, you'll see the arrows that can be used to expand/collapse, and the +/- signs to...
  20. W

    Android Example PDFab - a default PDF viewer app based on DonManfred's PDFium wrap

    I wanted a freeware pdf viewer without ads, tracking, data collection, and what have you. Besides, it wasn't obvious (to me at least) how to make an app that would be offered as default to open a certain type of file, especially a PDF. Time for some R&D fun, and here you go. Prerequisites...
Top