Skip to content

Instantly share code, notes, and snippets.

View danishsharma1993's full-sized avatar

danishsharma1993

  • Aquasoft Solutions Private Limited.
  • Mohali
View GitHub Profile
@alphamu
alphamu / NetworkHelper.java
Last active October 15, 2021 06:42
Gist showing the use case of a headless Fragment to check if internet is available
public class NetworkHelper extends Fragment {
public static final String TAG = "NetworkHelper";
public static final String CHECK_INTERNET = "network_connection";
private Activity mActivity;
AlertDialog mAlertDialog = null;
private BroadcastReceiver onNotice = new BroadcastReceiver() {
@Override