Skip to content

Instantly share code, notes, and snippets.

View AlejandroFernandesAntunes's full-sized avatar

AlejandroFernandesAntunes AlejandroFernandesAntunes

View GitHub Profile
@rduplain
rduplain / MainActivity.java
Created May 8, 2012 20:08
A very simple full-screen WebView activity for Android native wrappers, as a starting point.
package com.willowtreeapps.demo;
import android.app.Activity;
import android.os.Bundle;
import android.view.KeyEvent;
import android.view.Window;
import android.webkit.WebView;
import android.webkit.WebViewClient;
public class MainActivity extends Activity {