string

  1. practicalsoft

    B4X FEED my crude solution to JRDC multiple database access

    Limitations all the desired databases should be in the same server. JRDC2 Server side modifications B4X: Private Sub ExecuteQuery2 (con As SQL, in As InputStream, resp As ServletResponse) As String Dim ser As B4XSerializator Dim m As Map =...
  2. practicalsoft

    B4X FEED [B4X] Firebase Auth REST API

    Not all API commands I have implemented and tested, if you have problems, then ask in the comments or in a new thread. With this class you can register and log in your users via email and password. And a lot more... Setup: put your API Key in the Class_Globals Private const API_KEY As String...
  3. practicalsoft

    بیسیک فور اندروید تابع تبدیل اعداد انگلیسی به فارسی در b4a

    با استفاده از تابع زیر به راحتی میتوانید اعداد انگلیسی موجود در یک متن را به اعداد فارسی تبدیل کنید : تابع: Public Sub PersianNumbers(Text As String) As String Dim s As String = Text s = s.Replace("0","۰") s = s.Replace("1","۱") s = s.Replace("2","۲") s = s.Replace("3","۳") s =...
  4. A

    گرفتن کشور، استان و شهر کاربر با دادن طول و عرض جغرافیایی

    #توابع_کاربردی #تابع_کاربردی #بیسیک4اندروید گرفتن کشور، استان و شهر کاربر با دادن طول و عرض جغرافیایی 1. کد جاوای زیر رو اضافه و کتابخانه javaObject رو تیک بزنید: #if java import java.io.IOException; import java.util.ArrayList; import java.util.List; import java.util.Locale; import...
عقب
بالا