Skip to content

MChehab94/Network-Handling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a demo to show how to listen to change in network state in Android and how to change Wifi state.
In case the device has no internet connection, an alert dialog will be displayed to the user where:

  • The user can enable Wifi and try to connect
    • The Wifi woould be enabled (using WifiManager) and a progress dialog would be displayed until a connection is established.
    • The progress dialog is displayed for a limited time (in the code it's set to 3 seconds). If connection fails to be established within the allocated time, an error dialog will be displayed prompting the user to:
      • Open Wifi settings and manually connect
      • Retry
  • The user can retry to make sure if the device has internet connection
    • It will check if the device has internet connection
      • If not, the same alert dialog will be displayed
      • If yes, the dialog will be dismissed and the user interacts with the application as normal
  • The user can simply cancel the dialog and nothing happens

A broadcast receiver is used in order to determine when the connection state changes
For a more thorough overview, make sure to check this post.
The Kotlin version for this repository can be found here

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages