Last active
September 8, 2019 14:40
Android Studio - WebView
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//variabili aggiunte per le verifica della connessione internet | |
var context = this | |
var connectivity : ConnectivityManager? = null | |
var info : NetworkInfo? = null | |
//fine variabili per la verifica della connessione internet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment