Skip to content

Commit 24de283

Browse files
committed
Add plugin
1 parent 2e2aefd commit 24de283

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

README.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Android开源项目分类汇总
99
>[Android开源项目第一篇——个性化控件(View)篇](https://github.com/Trinea/android-open-project#%E7%AC%AC%E4%B8%80%E9%83%A8%E5%88%86-%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6view)
1010
*  包括[ListView](https://github.com/Trinea/android-open-project#%E4%B8%80listview)、[ActionBar](https://github.com/Trinea/android-open-project#%E4%BA%8Cactionbar)、[Menu](https://github.com/Trinea/android-open-project#%E4%B8%89menu)、[ViewPager](https://github.com/Trinea/android-open-project#%E5%9B%9Bviewpager-gallery)、[Gallery](https://github.com/Trinea/android-open-project#%E5%9B%9Bviewpager-gallery)、[GridView](https://github.com/Trinea/android-open-project#%E4%BA%94gridview)、[ImageView](https://github.com/Trinea/android-open-project#%E5%85%ADimageview)、[ProgressBar](https://github.com/Trinea/android-open-project#%E4%B8%83progressbar)、[TextView](https://github.com/Trinea/android-open-project#%E5%85%ABtextview)、[ScrollView](https://github.com/Trinea/android-open-project#%E4%B9%9Dscrollview)、[TimeView](https://github.com/Trinea/android-open-project#%E5%8D%81timeview)、[TipView](https://github.com/Trinea/android-open-project#%E5%8D%81%E4%B8%80tipview)、[FlipView](https://github.com/Trinea/android-open-project#%E5%8D%81%E4%BA%8Cflipview)、[ColorPickView](https://github.com/Trinea/android-open-project#%E5%8D%81%E4%B8%89colorpickview)、[GraphView](https://github.com/Trinea/android-open-project#%E5%8D%81%E5%9B%9Bgraphview)、[UI Style](https://github.com/Trinea/android-open-project#%E5%8D%81%E4%BA%94ui-style)、[其他](https://github.com/Trinea/android-open-project#%E5%8D%81%E5%85%AD%E5%85%B6%E4%BB%96)*
1111
[Android开源项目第二篇——工具库篇](https://github.com/Trinea/android-open-project#%E7%AC%AC%E4%BA%8C%E9%83%A8%E5%88%86-%E5%B7%A5%E5%85%B7%E5%BA%93)
12-
*  包括[依赖注入](https://github.com/Trinea/android-open-project#%E4%B8%80%E4%BE%9D%E8%B5%96%E6%B3%A8%E5%85%A5di)、[图片缓存](https://github.com/Trinea/android-open-project#%E4%BA%8C%E5%9B%BE%E7%89%87%E7%BC%93%E5%AD%98)、[网络相关](https://github.com/Trinea/android-open-project#%E4%B8%89%E7%BD%91%E7%BB%9C%E7%9B%B8%E5%85%B3)、[数据库ORM工具包](https://github.com/Trinea/android-open-project#%E5%9B%9B%E6%95%B0%E6%8D%AE%E5%BA%93-orm%E5%B7%A5%E5%85%B7%E5%8C%85)、[Android公共库](https://github.com/Trinea/android-open-project#%E4%BA%94android%E5%85%AC%E5%85%B1%E5%BA%93)、[高版本向低版本兼容库](https://github.com/Trinea/android-open-project#%E5%85%ADandroid-%E9%AB%98%E7%89%88%E6%9C%AC%E5%90%91%E4%BD%8E%E7%89%88%E6%9C%AC%E5%85%BC%E5%AE%B9)、[多媒体](https://github.com/Trinea/android-open-project#%E4%B8%83%E5%A4%9A%E5%AA%92%E4%BD%93%E7%9B%B8%E5%85%B3)、[事件总线](https://github.com/Trinea/android-open-project#%E5%85%AB%E4%BA%8B%E4%BB%B6%E6%80%BB%E7%BA%BF%E8%AE%A2%E9%98%85%E8%80%85%E6%A8%A1%E5%BC%8F)、[传感器](https://github.com/Trinea/android-open-project#%E4%B9%9D%E4%BC%A0%E6%84%9F%E5%99%A8)、[安全](https://github.com/Trinea/android-open-project#%E5%8D%81%E5%AE%89%E5%85%A8)、[其他](https://github.com/Trinea/android-open-project#%E5%8D%81%E4%B8%80%E5%85%B6%E4%BB%96)*
12+
*  包括[依赖注入](https://github.com/Trinea/android-open-project#%E4%B8%80%E4%BE%9D%E8%B5%96%E6%B3%A8%E5%85%A5di)、[图片缓存](https://github.com/Trinea/android-open-project#%E4%BA%8C%E5%9B%BE%E7%89%87%E7%BC%93%E5%AD%98)、[网络相关](https://github.com/Trinea/android-open-project#%E4%B8%89%E7%BD%91%E7%BB%9C%E7%9B%B8%E5%85%B3)、[数据库ORM工具包](https://github.com/Trinea/android-open-project#%E5%9B%9B%E6%95%B0%E6%8D%AE%E5%BA%93-orm%E5%B7%A5%E5%85%B7%E5%8C%85)、[Android公共库](https://github.com/Trinea/android-open-project#%E4%BA%94android%E5%85%AC%E5%85%B1%E5%BA%93)、[高版本向低版本兼容库](https://github.com/Trinea/android-open-project#%E5%85%ADandroid-%E9%AB%98%E7%89%88%E6%9C%AC%E5%90%91%E4%BD%8E%E7%89%88%E6%9C%AC%E5%85%BC%E5%AE%B9)、[多媒体](https://github.com/Trinea/android-open-project#%E4%B8%83%E5%A4%9A%E5%AA%92%E4%BD%93%E7%9B%B8%E5%85%B3)、[事件总线](https://github.com/Trinea/android-open-project#%E5%85%AB%E4%BA%8B%E4%BB%B6%E6%80%BB%E7%BA%BF%E8%AE%A2%E9%98%85%E8%80%85%E6%A8%A1%E5%BC%8F)、[传感器](https://github.com/Trinea/android-open-project#%E4%B9%9D%E4%BC%A0%E6%84%9F%E5%99%A8)、[安全](https://github.com/Trinea/android-open-project#%E5%8D%81%E5%AE%89%E5%85%A8)、[插件化]()、[其他](https://github.com/Trinea/android-open-project#%E5%8D%81%E4%B8%80%E5%85%B6%E4%BB%96)*
1313
[Android开源项目第三篇——优秀项目篇](https://github.com/Trinea/android-open-project#%E7%AC%AC%E4%B8%89%E9%83%A8%E5%88%86-%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE)
1414
*  比较有意思的完整的Android项目*
1515
[Android开源项目第四篇——开发及测试工具篇](https://github.com/Trinea/android-open-project#%E7%AC%AC%E5%9B%9B%E9%83%A8%E5%88%86-%E5%BC%80%E5%8F%91%E5%B7%A5%E5%85%B7%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7)
@@ -1151,7 +1151,23 @@ Demo地址:https://play.google.com/store/apps/details?id=group.pals.android.li
11511151
示例APP:Android开机的图案密码解锁,支付宝的密码解锁
11521152
<a href="https://github.com/Trinea/android-open-project#%E7%9B%AE%E5%89%8D%E5%8C%85%E6%8B%AC" title="返回目录" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>
11531153

1154-
#### 十一、其他
1154+
#### 十一、插件化
1155+
1. Android Plugin Framework
1156+
Android插件式开发
1157+
项目地址:https://github.com/umeng/apf
1158+
1159+
1. xCombine
1160+
Android App插件式插件开发
1161+
项目地址:https://github.com/wyouflf/xCombine
1162+
文档介绍:http://my.oschina.net/u/1171837/blog/155377
1163+
1164+
1. dynamic-load-apk
1165+
Android动态加载Apk,热部署
1166+
项目地址:https://github.com/singwhatiwanna/dynamic-load-apk
1167+
文档介绍:http://blog.csdn.net/singwhatiwanna/article/details/22597587
1168+
<a href="https://github.com/Trinea/android-open-project#%E7%9B%AE%E5%89%8D%E5%8C%85%E6%8B%AC" title="返回目录" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>
1169+
1170+
#### 十二、其他
11551171
1. Salvage view
11561172
带View缓存的Viewpager PagerAdapter,很方便使用
11571173
项目地址:https://github.com/JakeWharton/salvage
@@ -1194,10 +1210,6 @@ Demo地址:http://demo.cobub.com/razor
11941210
1. androidpn
11951211
基于xmpp协议的消息推送解决方案,包括服务器端和android端。
11961212
项目地址:https://github.com/dannytiehui/androidpn
1197-
1198-
1. Android Plugin Framework
1199-
Android插件式开发
1200-
项目地址:https://github.com/umeng/apf
12011213

12021214
1. purePDF
12031215
允许从任何运行的SWF文件读取和创建PDF文档
@@ -1225,11 +1237,6 @@ Android应用自身被卸载监听及打开浏览器等反馈功能实现
12251237
文档介绍:http://www.cnblogs.com/zealotrouge/p/3157126.html
12261238
http://www.cnblogs.com/zealotrouge/p/3159772.html
12271239

1228-
1. xCombine
1229-
Android App插件式插件开发
1230-
项目地址:https://github.com/wyouflf/xCombine
1231-
文档介绍:http://my.oschina.net/u/1171837/blog/155377
1232-
12331240
1. Memento
12341241
保证在系统配置改变时,Activity中的某些数据可以简单安全的保持不变
12351242
项目地址:https://github.com/mttkay/memento
@@ -1265,11 +1272,6 @@ Activity跳转动画,支持各个方向波浪的效果
12651272
项目地址:https://github.com/flavienlaurent/activityanimation
12661273
在线演示:https://www.youtube.com/watch?v=-E0sc6w_Jck
12671274

1268-
1. dynamic-load-apk
1269-
Android动态加载Apk,热部署
1270-
项目地址:https://github.com/singwhatiwanna/dynamic-load-apk
1271-
文档介绍:http://blog.csdn.net/singwhatiwanna/article/details/22597587
1272-
12731275
1. KryoNet
12741276
通过NIO提供客户端和服务器端TCP/UDP网络传输的Java库
12751277
项目地址:https://github.com/EsotericSoftware/kryonet

0 commit comments

Comments
 (0)