infinum / android_connectionbuddy

Utility library for handling connectivity change events.
Apache License 2.0
94 stars 17 forks source link

Test network request #59

Closed zplesac closed 8 years ago

zplesac commented 8 years ago

Implemented option to perform test network request. This fixes #57.

Test network request is a hardcoded request to _http://clients3.google.com/generate_204_. If an empty 204 response is received, this means that user has active internet connection and that he is fully capable of performing network operations.

This feature can be used in 2 different ways: