Monitor internet connection in android
Dec 22, 2022 · 1 min read · Create a class that notifies observe classes about the network connection and disconnection. /** * Internet Util class to observer connection. */ class InternetConnectionUtil constructor(context: Context, listener: (Int) -> Unit) { init { ...
Join discussion