世界那么大,组件那么小。Small,做最轻巧的跨平台插件化框架。
支持平台:Android API 9(2.3)+ iOS 7.0+
- 完美内置
- 所有插件支持内置于宿主包中
- 高度透明
- 插件编码、布局编写方式与独立应用开发无异
- 插件代码调试与整包开发无异
- 极致剪裁
- 对插件分离所有一切能分离的公共代码、资源
- 无缝链接
- 通过设定URI,宿主、本地化应用插件、本地化web插件、在线网页,以及任何自定义的插件之间能够相互调起与传递参数
- 跨平台
开发细节、代码原理见 Small Wiki
Apache License 2.0
A small framework to split an app into small parts.
- Perfection built-in
- All plugins are supported to build in host application.
- Highly transparent
- The plugin codings (code, layout, etc.) are the same as a single application.
- Support plugin debugging just like a completion application.
- Ultimate slicing
- Splits out any shared code and resources from plugins.
- Seamless connection
- The host, native app bundle, native web bundle, online web page and any custom bundle can launch and pass parameters to each other with a simple URI.
- Cross platforms
- Until now, we support Android, iOS and HTML5 plugins. In addition, they can communicate with each other through a uniform JavaScript interface.
The development details and the code principles are on Small Wiki.
Apache License 2.0