https://github.com/mugan86/android-network-change-receiver
Check Internet connection with receiver. Compatible with Android Nougat and Oreo
https://github.com/mugan86/android-network-change-receiver
android check internet-connection java kotlin receiver
Last synced: about 1 year ago
JSON representation
Check Internet connection with receiver. Compatible with Android Nougat and Oreo
- Host: GitHub
- URL: https://github.com/mugan86/android-network-change-receiver
- Owner: mugan86
- Created: 2016-06-22T05:36:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T15:02:30.000Z (almost 8 years ago)
- Last Synced: 2025-04-03T09:36:37.661Z (about 1 year ago)
- Topics: android, check, internet-connection, java, kotlin, receiver
- Language: Java
- Homepage:
- Size: 413 KB
- Stars: 22
- Watchers: 2
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Network Connection Change Receiver example APP #
### TODO in future ###
* [Convert to Kotlin.](https://github.com/mugan86/android-network-change-receiver/tree/kotlin) :white_check_mark:
* Create library to distribute. :x:
### !!!! Adapt to Android N devices!!! ###
android.net.conn.CONNECTIVITY_CHANGE remove from Manifest,
### IDE version ###
* Developed in Android Studio IDE 3.1.3 (version 4 June 2018)
### Project Description. ###
* Simple example where we can record events of connection status when changes occur in it.
* The connection types that will check access, data connection (mobile - 3G, 4G, ...).
* If Mobile connection, return 3G, 4G or unknown connection (inside Mobile type connection)
### Screenshot to show example in Android N Device
