Android app which detects the type of cellular network we're connected to. Not just 5G / 4G / 3G / 2G, but specific subtype too. It usesTelephonyManager and is written using Jetpack Compose, view models and Kotlin flows.
This repository is companion to my Medium article: https://medium.com/@tdcolvin/network-type-in-android-watching-for-5g-4g-3g-2g-capability-a52db23bf3bf Please see that article for a full description.
Any problems please open an issue.
MIT License