Skip to content

Instantly share code, notes, and snippets.

View weitsai's full-sized avatar
💭
I may be slow to respond.

蔡佳緯 weitsai

💭
I may be slow to respond.
  • Kaohsiung, Taiwan
View GitHub Profile
import java.io.IOException;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.util.Log;
public class Internet {
private NetworkInfo info = null;