- 授权协议: GPL
- 开发语言: Java
- 操作系统: Android
- 软件首页: https://github.com/jixieshi999/WeiPlugin
- 官方下载: https://github.com/jixieshi999/WeiPlugin
软件介绍
android上插件开发模块
通过java反射加载apk,来实现插件加载机制
项目分3块
1.WeiPlugin 是主项目
2.WeiPluginImplDemo是普通的(没有UI模块)插件实现demo
3.WeiUIPluginImplDemo 是UI模块插件实现demo
测试步骤,
1.install WeiPlugin.apk
2.push WeiPluginImplDemo.apk(or WeiUIPluginImplDemo.apk) 到 android 设备 /sdcard/weiplugin/plugin/ (如果不支持sd卡,将放置到/data/data/files/weiplugin/plugin/)
3.启动WeiPlugin.apk
a simple way to add plugin for you android application
Programming Concurrency on the JVM
Venkat Subramaniam / The Pragmatic Bookshelf / 2011-6-1 / USD 35.00
Concurrency on the Java platform has evolved, from the synchronization model of JDK to software transactional memory (STM) and actor-based concurrency. This book is the first to show you all these con......一起来看看 《Programming Concurrency on the JVM》 这本书的介绍吧!
