Rusty Well-Known Member Licensed User Longtime User Dec 28, 2016 #1 Is there a way to detect when a cellular device comes within range and automatically switches to WiFi? Or vice-versa? Regards, Rusty
Is there a way to detect when a cellular device comes within range and automatically switches to WiFi? Or vice-versa? Regards, Rusty
johndb Active Member Licensed User Longtime User Dec 28, 2016 #2 Rusty said: Is there a way to detect when a cellular device comes within range and automatically switches to WiFi? Or vice-versa? Regards, Rusty Click to expand... This library will do what you are asking https://www.b4x.com/android/forum/t...t-way-to-check-the-internet-connection.58346/ Upvote 0
Rusty said: Is there a way to detect when a cellular device comes within range and automatically switches to WiFi? Or vice-versa? Regards, Rusty Click to expand... This library will do what you are asking https://www.b4x.com/android/forum/t...t-way-to-check-the-internet-connection.58346/
Erel B4X founder Staff member Licensed User Longtime User Dec 29, 2016 #3 You can handle the ConnectivityChanged event with PhoneEvents. Upvote 0