Skip to content

Instantly share code, notes, and snippets.

View jayhack7's full-sized avatar

jayhack jayhack7

View GitHub Profile
@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;