Simple app to monitor internet connection via Jetpack Compose
Jetpack Compose Live Connection
This app is built by Jetpack Compose. Its main purpose is monitoring internet connection in real-time so user interface can respond to connection change.
It observes connection state with the help of LiveData and checks from Google server if it actually has internet connection. Connection with Google server is done in the background via Kotlin Coroutines.
Screenshots: