Skip to content

Instantly share code, notes, and snippets.

View shiyuec's full-sized avatar
💭
I may be slow to respond.

shiyuec shiyuec

💭
I may be slow to respond.
View GitHub Profile
@shiyuec
shiyuec / MainActivity.java
Created March 15, 2024 21:42 — forked from rduplain/MainActivity.java
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 {