wifi state

  1. Sergio Haurat

    Android Code Snippet Check Internet connection + Know connection type (WiFi/Cell)

    SOLUTION HERE https://www.b4x.com/android/forum/threads/b4x-sp-inetstatus-check-if-internet-is-available-type-wifi-cell-lan.161750/ Please do not use the following code in your projects. Below I share a function that returns if the Internet connection exists and what type of connection is...
  2. peacemaker

    Android Question WiFi state control by JobScheduler and WorkManager

    HI, All For Android 7+ we cannot use broadcast receivers for network change state. But some kind of apps (networking) must need it. Latest recommendation is to schedule network operations. Interesting article is...
Top