B4A Question SocketServer streams - Informatix (first post)    Oct 23, 2015   (1 reaction) The returned error is:
android.os.NetworkOnMainThreadException
That means you try to access a network in the main thread, which is not recommended under Android (and other OS as well) because that can freeze the UI and raise an ApplicationNotResponding error after a few seconds. Use only asynchrono B4A Question NetworkOnMainThreadException problem. How I can continue? - Paolodc    Dec 01, 2020 Hello experts!
Can anyone tell me why when my application is released it can't connect to the database? I'm using the JdbcSql library and the connection happens under my private network. However, with debugging it manages to connect. The problem is as follows: (NetworkOnMainThreadException) android B4A Library MSSQL with JDBC Library v1.00 - oscarsarrio (first post)    Dec 21, 2016 No ...
(NetworkOnMainThreadException)
android.os.NetworkOnMainThreadException B4A Question websocket android.os.NetworkOnMainThreadException - Erel (first post)    Feb 18, 2018 Looks like a bug in the underlying library. I will send you a PM with an updated library. Please try it. B4A Question How to solve "android.os.NetworkOnMainThreadException" error - drgottjr (first post)    Apr 18, 2024 network i/o involves, among others, the possibility of delay in transmission. in other words, a situation over which
you have no control. such delays are anathema to android and may cause the so-called ANR failure because the
main thread (your app) is frozen waiting for the operation to finish. B4A Library Moka7 (interfacing natively Siemens S7 PLCs) - DonManfred (first post)    Dec 12, 2020   (1 reaction) https://www.b4x./?query=NetworkOnMainThreadException B4A Question android > 4.0 NetworkOnMainThreadException error help - Spinter    Jul 09, 2020 I'm using HttpRequest to communicate with my mysql but with a device SDK 2.2 everything works perfectly! device with a 4.0 sdk I go to NetworkOnMainThreadException. How do I get out? 22280 B4A Question jkSSH2: android.os.NetworkOnMainThreadException - devcitizen    Jul 09, 2020 Hi,
I am trying to find my way around ssh command execution using Ribber's jkSSH2 library version 1.10. The same NetworkOnMainThreadException (newer Android sdk levels will not permit networking in the main ui thread) is already fixed for the HttpUtils2 library. Is there any way for me to use jkSSH B4A Question android.os.NetworkOnMainThreadException - moster67 (first post)    Jan 06, 2015 If you search the forum for this error, you will find explanations and also solutions....
Probably using the httputils-library you will resolve this problem. You can also try the following:
https://www.b4x.-the-networkonmainthread-exception.44760/#content Spanish Llamada a Procedimiento almacenado - jgimenez (first post)    Nov 23, 2022   (1 reaction) Saludos, ya lo he conseguido, la llamada al procedimiento almacenado quedó así: Try Dim cs As Object = mysql.CreateCallStatement("exec Listar_Choferes",Null) Dim rs As JdbcResultSet = mysql.ExecCall(cs) Log( rs) Do While rs.NextRow combo_chofer.Add(rs. Page: 1   2   3   4   5   6   7   Powered by ColBERT |