Skip to content

Instantly share code, notes, and snippets.

@marenovakovic
Last active March 30, 2021 12:09
Show Gist options
  • Save marenovakovic/587b81088d11c3b65ca6fdff0f02606a to your computer and use it in GitHub Desktop.
Save marenovakovic/587b81088d11c3b65ca6fdff0f02606a to your computer and use it in GitHub Desktop.
class NetworkStatusTracker(context: Context) {
private val connectivityManager =
context.getSystemService(Context.CONNECTIVITY_SERVICE) as ConnectivityManager
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment