B4A Question Testing Internet Connection - Cableguy    Oct 5, 2014   (1 reaction) for an easy, bulletproof way of testing if an internet connection is available or not...
Saw a post... to test if an internet connection is possible?... B4A Question How to test Internet connection without hanging? - Cableguy (first post)    Jan 30, 2015   (1 reaction) Yes, that's the one! Thanks... Spanish [LIBRERIA] Simple WIFI library Updated V.3.07 05-09-2018 - bgsoft    Sep 5, 2018   (9 reactions) , WIMAX, etc. It just tests for Internet connectivity Returns True if success isOnlinePing6(IpHost... NOT test for Internet availability Returns True if WIFI is connected or False if 2G, 3G, 4G, WIMAX or... a router It does NOT test for Internet availability Returns True if WIFI is connected or False if 2G, 3G.... This only checks for connection to a phone network. It does NOT test for Internet availability. Returns True... tests for Internet connectivity Returns True if Internet is available ERROR!!!. This method only... B4A Question How i can chick internet connection? - josejad (first post)    Oct 10, 2024   (1 reaction) your code and you will get some clues about some problem in the code. (remove out.TestInternet and use just TestInternet)
- You better upload a small project testing the internet connection... B4i Question [SOLVED] ScrollView error with TabBarController - Mike1970    Dec 3, 2019 Hi everyone, i'm trying to code an app structued like so: - Splash Screen where i test internet connection - Login Form - Home (With a Scroll view inside) After Login will appear Home page and then the KeyController will switched to TabBarController. Doing like so the ScrollView get blank and the page indicator disappear. If a delete: Main.App.KeyController = Main.TabControl The ScrollView starts to work fine and there is the page indicator... B4A Library [B4X][B4XLib] B4XCheckInternetLM - LucaMs    Aug 22, 2021   (24 reactions) Very simple cross-platform library to test if an Internet connection is active. It has only one method, Check: Public CheckInternet As B4XCheckInternetLM Wait For (CheckInternet.Check(True)) Complete(Result As Boolean) If Result Then ' Else ' End If Set the DialogToo parameter to False if you just want to test the presence of an active Internet connection, to True if you want to show a B4XDialog that gives the user time to activate one or "abort" the operation. To test... Share My Creation Speed test - Just for fun - zed    Nov 15, 2025   (34 reactions) I developed a custom speed test in B4J, a simple yet effective application that measures internet connection speed. It's a fun project born out of curiosity and a desire to have some fun. The speed test sends requests to a server, calculates the download and upload speeds, and then displays the results in real time in a clear interface. Beyond raw performance, this speed test is a demonstration: with B4J, you can quickly create practical, portable, and customizable tools. It showcases... B4J Tutorial [Server] SSL Connections - Erel    Mar 13, 2025   (15 reactions)   tags: B4J, ports SSL article to learn more about HTTPS: http://en.wikipedia.org/wiki/HTTP_Secure SSL connections... ssl As SslConfiguration ssl.Initialize ssl.SetKeyStorePath(File.DirApp, "test2.keystore... that trying to connect with http to the https port or with https to the http port will result with an error... connection has been made (this will be the case if the current request is a https request, unless someone... B4A Code Snippet Check Internet connection + Know connection type (WiFi/Cell) - Sergio Haurat    Jun 22, 2024   (9 reactions) I share a function that returns if the Internet connection exists and what type of connection... internet connection available End If End Sub...SOLUTION HERE https://www.b4x.com/android/forum/threads/b4x-sp-inetstatus-check-if-internet... for some time (since sdk 28/29) Sub Process_Globals Type tpeCheckInternet(blnIsOnline As Boolean, strType As String) End Sub Public Sub CheckInternet() As tpeCheckInternet Dim ci... B4A Question Determine Internet connection is available - mangojack (first post)    Feb 20, 2016 Results for Search 'Test Internet Connection' ...'] https://www.b4x.com/android/forum/pages/results/?query=test internet connection&page=1&prefix=0]... Page: 1   2   3   4   5   6   7   |