RePlugin/replugin-sample
Jiongxuan Zhang 926022fa95 Merge pull request #264 from wangfuda/master
support multidex feature in plugin application for the ROM below LOLLIPOP
2017-08-10 15:01:54 +08:00
..
host Merge pull request #286 from jiongxuan/dev 2017-08-09 20:12:06 +08:00
plugin refactor support multidex feature in plugin application for the ROM below LOLLIPOP 2017-08-06 20:27:31 +08:00
README.md Update README.md 2017-07-17 18:36:34 +08:00

RePlugin Sample

RePlugin Sample工程主要为您展现RePlugin插件的主要用法。

它并非是“纯粹”的工程其内部包含了大量可供参考的调用代码并含有一些测试代码帮助开发者在接入时能够对RePlugin有所了解。

包括下列内容:

  • host → 主程序的Sample
  • plugin-demo1 → 插件1Sample大部分逻辑都在其中内置插件实例  
  • plugin-demo2 → 插件2的Sample主要是配合插件1而做的工作内置插件实例
  • plugin-demo3-kotlin → 插件3的Samplekotlin插件实例外置插件实例

阅读Sample代码需要和RePlugin的用法相结合。请访问我们的WiKi以了解更多的内容。