Skip to content

Instantly share code, notes, and snippets.

View warnyul's full-sized avatar

Balázs Varga warnyul

View GitHub Profile
@warnyul
warnyul / Connectivity.java
Created April 5, 2017 20:41 — forked from emil2k/Connectivity.java
Android utility class for checking device's network connectivity and speed.
package com.emil.android.util;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.telephony.TelephonyManager;
/**
* Check device's network connectivity and speed
* @author emil http://stackoverflow.com/users/220710/emil