** Android 插件Sample **
-
插件 简单封装了一个 Module helloplugin 一个简单的弹出Toast操作。
-
使用
var helloplugin = weex.requireModule('helloplugin')
helloplugin.hello()
-
插件的封装方法
一定要依赖:
java implementation 'com.github.bmfe.eros-nexus:nexus:1.0.1'
图6
具体可参考如图6, 也可以下载此sample 查看,完事儿以后点击右上角 sync now 等待完成即可. implementation 'com.github.bmfe.eros-nexus:nexus:1.0.1', 库 依赖请参考最新版本 自行修改。
- 4、后面您可以随意写您的插件逻辑了, 集体 的注册可以参考
sample
中的 ErosPluginSample.