Skip to content

Instantly share code, notes, and snippets.

@manarFci
manarFci / NetworkHelper.java
Created July 20, 2019 15:14
check Network connectivity
package com.example.android.quakereport;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
/**
* Created by macbook on 7/20/19.
*/
@manarFci
manarFci / activity_main.xml
Created January 26, 2018 17:56 — forked from anonymous/activity_main.xml
RelativeLayout XML for Udacity quiz question
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="16dp">
<TextView
android:text="I’m in this corner"
android:layout_height="wrap_content"
android:layout_width="wrap_content"