Connection Manager for Android let's your app or game to listen for connectivity changes of user's Android device.Connection Manager for Android 🛜 📱 help you detect when the device is connected to a network or lost connection right inside your game.Basic functionallity:Detect when the device is connected to a networkDetect when the network connection is lost.Receive updates when the network's capabilities are updated ( wifi, cellular, ethernet, signal strength and etc )You can easily detect the current connection state of your device.Easy to use with well documented code and online documentation!Demo apk download link: apk fileThis assets SUPPORTS ONLY ANDROID devices.Android is a trademark of Google LLCThe Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution LicenseIn case of any questions please do not hesitate to contact me at support@hardartcore.comWith this asset you can listen for connectivity changes of user's Android device with a few lines of code.Register a connectivity listenerSubscribe for different kind of callbacks:OnNetworkAvailable - when device is connected to a networkOnNetworkLost - when network connection is lostOnCapabilitiesChanged - when networks capablities are updatedOnConnectedToInternet - when the device has actual internet connectionRetrieve information about the active network.Remove the listener once you are done to prevent leaks.