Skip to content

linfaxin/AndroidUIRuntimeAndroid

Repository files navigation

Unstable Warn

This library was in the experiments.

After Android5, the webview's performance is good, no need to use this library.

If you wan to improve Android4's performance, it's better to pack a webkit core in your app (like xwalk);

AndroidUIRuntime-Android

Android's runtime for AndroidUIX

Runtime sample apk: Download

Support for app

Import the 'runtimeLib' module to your app.

Call when app init:

    RuntimeInit.init(context);

Call when webView init:

    RuntimeInit.initWebView(webView);

Support for cordova plugin

    cordova plugin add androidui-webapp-runtime-cordova

About

Runtime for AndroidUIX framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages