Lite app engine for Android like wechat 一个android平台类似微信小程序引擎
This is a lite engine for running javascript base app on Android. However, Component and Css are mapped into native View and Styles.
一个android平台的javascript小程序执行引擎,组建和样式都会映射到本地平台对应的视图和风格。
What to do next:
- The virtual dom currently is faked and need to be implemented.
- Support common documents and views.
- Threads between native and javascript should be Optimzed.
- Javascript environment should be completed.
- implementation for wechat apis
目前还没有实现的功能:
- 实现虚拟dom
- 支持w3c规范
- 优化本地线程和js线程的交互
- 支持小程序运行和调试环境
- 兼容微信小程序api