Skip to content

Instantly share code, notes, and snippets.

View jayhack7's full-sized avatar

jayhack jayhack7

View GitHub Profile
SELECT name, population, area
FROM world
WHERE area > 3000000 OR population > 25000000
mport android.content.Context;
import android.graphics.drawable.ShapeDrawable;
import android.graphics.drawable.shapes.OvalShape;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
@jayhack7
jayhack7 / WebViewActivity.java
Created August 10, 2016 23:01 — forked from nguyenkims/WebViewActivity.java
webview example that handles facebook comments
package ovh.meo.mypackage;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.os.Build;
import android.os.Bundle;
import android.os.Message;
import android.util.Log;