I tried to get progress displaying on a HTTPS download using the thread at https://www.b4x.com/android/forum/threads/how-to-show-progress-on-https-download.138174
That thread's coding seemed very convoluted to me and Erel advised me to convert the app to B4XPages. I did that and had problems...
Hi, I'm using indeterminate progress bar in B4XPages. Sometimes the app just hangs on the faded black background. The progress bar itself is hiding when its function to hide, but the faded background remains.
I'm using this library: MaterialDialogs
Is this library is compatible with B4xPages...
Hi Experts,
This is SQlite Update Code
B4X:
Dim count,limit,offset As Int
count = db.ExecQuerySingleResult($"select count(*) from a"$)
limit = 100
offset = 0
Do While offset < count
db.ExecNonQuery( _
$"UPDATE a SET amt= (update sum values here)...
Hello Gamers,
i am working on a new game for android.
i had not to much time in the last week because i was working on a library for b4i to import tmx file from Tiled but i made some progress on my new game.
i need to mention that the game i have in mind is very complex and will need a lot of...