@@ -918,14 +918,17 @@ Demo地址:https://play.google.com/store/apps/details?id=group.pals.android.li
918
918
<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 >
919
919
920
920
#### 十一、其他
921
- 1 . Salvage view 带View缓存的Viewpager PagerAdapter,很方便使用
921
+ 1 . Salvage view
922
+ 带View缓存的Viewpager PagerAdapter,很方便使用
922
923
项目地址:https://github.com/JakeWharton/salvage
923
924
924
- 2 . Android Priority Job Queue Android后台任务队列
925
+ 1 . Android Priority Job Queue
926
+ Android后台任务队列
925
927
项目地址:https://github.com/path/android-priority-jobqueue
926
928
文档介绍:https://github.com/path/android-priority-jobqueue#getting-started
927
929
928
- 3 . jsoup 一个解析html的java库,可方便的提取和操作数据
930
+ 1 . jsoup
931
+ 一个解析html的java库,可方便的提取和操作数据
929
932
项目地址:https://github.com/jhy/jsoup
930
933
官方网站:http://jsoup.org/
931
934
作用:(1) 从一个url、文件或string获得html并解析
@@ -934,7 +937,8 @@ Demo地址:https://play.google.com/store/apps/details?id=group.pals.android.li
934
937
(4) 根据白名单去除用于提交的非法数据防止xss攻击
935
938
(5) 输出整齐的html
936
939
937
- 4 . ZIP java压缩和解压库
940
+ 1 . ZIP
941
+ java压缩和解压库
938
942
项目地址:https://github.com/zeroturnaround/zt-zip
939
943
文档介绍:https://github.com/zeroturnaround/zt-zip#examples
940
944
作用:(1) 解压和压缩,并支持文件夹内递归操作
@@ -943,64 +947,80 @@ Demo地址:https://play.google.com/store/apps/details?id=group.pals.android.li
943
947
(4) 支持遍历zip包内容
944
948
(5) 比较两个zip包等功能
945
949
946
- 5 . Cobub Razor 开源的mobile行为分析系统,包括web端、android端,支持ios和window phone
950
+ 1 . Cobub Razor
951
+ 开源的mobile行为分析系统,包括web端、android端,支持ios和window phone
947
952
项目地址:https://github.com/cobub/razor
948
953
Demo地址:http://demo.cobub.com/razor
949
954
网站介绍:http://dev.cobub.com/
950
955
951
- 6 . aFileChooser 文件选择器,可内嵌到程序中,而无需使用系统或三方文件选择器。
956
+ 1 . aFileChooser
957
+ 文件选择器,可内嵌到程序中,而无需使用系统或三方文件选择器。
952
958
项目地址:https://github.com/iPaulPro/aFileChooser
953
959
954
- 7 . androidpn 基于xmpp协议的消息推送解决方案,包括服务器端和android端。
960
+ 1 . androidpn
961
+ 基于xmpp协议的消息推送解决方案,包括服务器端和android端。
955
962
项目地址:https://github.com/dannytiehui/androidpn
956
963
957
- 8 . Android插件式开发
964
+ 1 . Android Plugin Framework
965
+ Android插件式开发
958
966
项目地址:https://github.com/umeng/apf
959
967
960
- 9 . purePDF 允许从任何运行的SWF文件读取和创建PDF文档
968
+ 1 . purePDF
969
+ 允许从任何运行的SWF文件读取和创建PDF文档
961
970
项目地址:https://github.com/sephiroth74/purePDF
962
971
963
- 10 . Bolts Android的异步编程模式
972
+ 1 . Bolts
973
+ Android的异步编程模式
964
974
项目地址:https://github.com/BoltsFramework/Bolts-Android/
965
975
与AsyncTask比较:(1) 使用的是无大小限制的线程池
966
976
(2) 任务可组合可级联,防止了代码耦合
967
977
968
- 11 . CastCompanionLibrary-android 使Android程序中更快的接入Google Cast
978
+ 1 . CastCompanionLibrary-android
979
+ 使Android程序中更快的接入Google Cast
969
980
项目地址:https://github.com/googlecast/CastCompanionLibrary-android
970
981
文档介绍:https://developers.google.com/cast/
971
982
972
- 12 . CastVideos-android 从Android设备分享Video通过Google Cast
983
+ 1 . CastVideos-android
984
+ 从Android设备分享Video通过Google Cast
973
985
项目地址:https://github.com/googlecast/CastVideos-android
974
986
文档介绍:https://developers.google.com/cast/
975
987
976
- 13 . Uninstall_Statics Android应用自身被卸载监听及打开浏览器等反馈功能实现
988
+ 1 . Uninstall_Statics
989
+ Android应用自身被卸载监听及打开浏览器等反馈功能实现
977
990
项目地址:https://github.com/sevenler/Uninstall_Statics
978
991
文档介绍:http://www.cnblogs.com/zealotrouge/p/3157126.html
979
992
http://www.cnblogs.com/zealotrouge/p/3159772.html
980
993
981
- 14 . xCombine Android App插件式插件开发
994
+ 1 . xCombine
995
+ Android App插件式插件开发
982
996
项目地址:https://github.com/wyouflf/xCombine
983
997
文档介绍:http://my.oschina.net/u/1171837/blog/155377
984
998
985
- 15 . Memento 保证在系统配置改变时,Activity中的某些数据可以简单安全的保持不变
999
+ 1 . Memento
1000
+ 保证在系统配置改变时,Activity中的某些数据可以简单安全的保持不变
986
1001
项目地址:https://github.com/mttkay/memento
987
1002
文档介绍:https://github.com/mttkay/memento#usage
988
1003
989
- 16 . svg-android Android Svg矢量图形支持
1004
+ 1 . svg-android
1005
+ Android Svg矢量图形支持
990
1006
项目地址:https://github.com/japgolly/svg-android https://github.com/japgolly/svg-android
991
1007
992
- 17 . Office 365 SDK Android office支持
1008
+ 1 . Office 365 SDK for Android Preview
993
1009
可支持Microsoft SharePoint Lists, Microsoft SharePoint Files, Microsoft Exchange Calendar, Microsoft Exchange Contacts, Microsoft Exchange Mail
994
1010
项目地址:https://github.com/OfficeDev/Office-365-SDK-for-Android
995
1011
996
- 18 . OpenSpritz-Android
1012
+ 1 . OpenSpritz-Android
997
1013
Epub阅读器
998
1014
项目地址:https://github.com/OnlyInAmerica/OpenSpritz-Android
999
1015
1000
- 19 . FreeFlow
1016
+ 1 . FreeFlow
1001
1017
布局引擎,更简单的创建自定义布局,并且当数据和布局改变时更美观的过渡动画
1002
1018
项目地址:https://github.com/Comcast/FreeFlow
1003
1019
Demo地址:https://github.com/Comcast/FreeFlow/releases
1020
+
1021
+ 1 . Android Gesture Detectors Framework
1022
+ Android手势框架,支持双指旋转、移动、平移、缩放等
1023
+ 项目地址:https://github.com/Almeros/android-gesture-detectors
1004
1024
<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 >
1005
1025
1006
1026
## 第三部分 优秀项目
0 commit comments