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...
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)...
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...
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"
ادامه مطلب...
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...
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?
ادامه مطلب...
ایجاد یک اسکرول ویو و خواندن تصویر از دیتا بیس در اندرویدمثل اینستا گرام
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)...