AndroidNetworkManager icon indicating copy to clipboard operation
AndroidNetworkManager copied to clipboard

A library to check the Internet Connection Status in Android (WiFi and Mobile Data)

Results 4 AndroidNetworkManager issues
Sort by recently updated
recently updated
newest added

What about if i have connected to wifi but router is not connected to the internet, in that case nothing is happened, isConnected returns true always.

I'm not sure why, but sometimes it's cause to this exception, I think you should add `try{}catch(Exception e){}` to ignore those exceptions (if you don't know too what it the...

For now, the user must call `Tovuti.from(context).stop()` but i want to make it automatic when the `Activity`/`Fragment` stops. So, the way [Glide](https://www.github.com/bumptech/glide) implements this feature is by having a view-less...

This will result to less confusion when using the Library, for new users @chweez. I suggest we refactor the `Tovuti` and `NetworkUtil` methods, which are the backbone methods in this...

enhancement
question