initialize

  1. practicalsoft

    B4X FEED Prasing JSON Error

    Hello! I am having trouble in parsing this particular JSON code. Please let me know what, and where specifically is the problem. Below is my code B4X: Sub Class_Globals Public csrf As String End Sub 'Initializes the object. You can add parameters to this method if needed. Public Sub...
  2. practicalsoft

    B4X FEED how do i sqrt accurately?

    hi i have written the following piece of code: B4X: Dim pi As BigDecimal pi.Initialize(0) Dim b As BigDecimal Dim c As BigDecimal c.Initialize(0) b.Initialize(0) Dim t As Long t=DateTime.Now For i=1 To 1000000 c.Initialize(i) c.Multiply(c)...
  3. practicalsoft

    B4X FEED [BETA] jTelegramBot - Create your own Telegram Bot

    jTelegramBot is a partially wrapper build on this github project. Note that the development has stopped. If you miss something in the lib you need to add it by yourself. The Source is attached to this post. links about Telegram Bots Bots: An introduction for developers Bots are third-party...
  4. practicalsoft

    B4X FEED How to Initialize iMedia variable in B4XMainPage

    Previously, we initialised the iMedia variable simple like this B4X: media1.Initialize("cam" , Page1) For now ( B4XPages projects ) how we can Initialize that in B4XMainPage ? we have not "Page1" ادامه مطلب...
  5. practicalsoft

    B4X FEED SOLVED - JSON I do not understand why I cannot read this

    Code that is doing my head in: Sub ParseDailyWeatherData(jsonData As String) Dim jPaser As JSONParser Dim DataMap As Map Dim lstBody As List Dim HeaderMap As Map Try jPaser.Initialize(jsonData) DataMap.Initialize DataMap = jPaser.NextObject...
  6. practicalsoft

    B4X FEED java.lang.RuntimeException: Object should first be initialized (B4XView).

    I get an error with xcutomlistview: java.lang.RuntimeException: Object should first be initialized (B4XView) when I clear it (CLV1.Clear). I tried to initialize it but the error remains. B4X: CLV1.Initialize(CLV1,"CLV1") How should I initialize xcutomlistview? ادامه مطلب...
  7. A

    ایجاد یک اسکرول ویو و خواندن تصویر از دیتا بیس

    ایجاد یک اسکرول ویو و خواندن تصویر از دیتا بیس در اندرویدمثل اینستا گرام If File.Exists(File.DirInternal, "mymobail")=False Then File.Copy(File.DirAssets,"mymobail",File.DirInternal,"mymobail") End If Dim SQL1 As SQL SQL1.Initialize(File.DirInternal, "mymobail", True)...
عقب
بالا