# Observing Live Network Connectivity Status in Jetpack Compose

DevFeed: [Observing Live Network Connectivity Status in Jetpack Compose](<https://devfeed.tech/articles/observing-live-connectivity-status-in-jetpack-compose-way-25739.md>)

Original publisher: [Read original article](<https://blog.shreyaspatil.dev/observing-live-connectivity-status-in-jetpack-compose-way/>)

Author: Shreyas Patil

Published: 2021-08-17T13:22:10Z

Content type: tutorial

Language: en

Sources: [Shreyas Patil's Blog](<https://devfeed.tech/sources/shreyas-patil-s-blog.md>)

Topics: [Compose](<https://devfeed.tech/topics/compose.md>), [Jetpack Compose](<https://devfeed.tech/topics/jetpack-compose.md>), [Network](<https://devfeed.tech/topics/network.md>), [Android](<https://devfeed.tech/topics/android.md>), [Internet](<https://devfeed.tech/topics/internet.md>), [reactive](<https://devfeed.tech/topics/reactive.md>), [Coroutines](<https://devfeed.tech/topics/coroutines.md>), [Availability](<https://devfeed.tech/topics/availability.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [android-app-development](<https://devfeed.tech/tags/android-app-development.md>), [coroutine](<https://devfeed.tech/tags/coroutine.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [internet](<https://devfeed.tech/tags/internet.md>), [jetpack-compose](<https://devfeed.tech/tags/jetpack-compose.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [learn](<https://devfeed.tech/tags/learn.md>), [network](<https://devfeed.tech/tags/network.md>), [networking](<https://devfeed.tech/tags/networking.md>), [reactive](<https://devfeed.tech/tags/reactive.md>), [ui](<https://devfeed.tech/tags/ui.md>)

## AI overview

This tutorial explains how to observe current and changing network connectivity in an Android application built with Jetpack Compose. It covers core utilities for one-time status checks and live updates, then shows how to adapt those utilities for Compose using coroutines and composition-scoped state.

## Source excerpt

Learn how to observe live network connectivity status in Jetpack Compose. A reactive approach to handling internet availability in your Android app's UI.