Skip to content

Commit 6e74400

Browse files
committed
Add Android Gesture Detectors Framework
Android Gesture Detectors Framework Android手势框架,支持双指旋转、移动、平移、缩放等
1 parent 3b56aef commit 6e74400

File tree

1 file changed

+39
-19
lines changed

1 file changed

+39
-19
lines changed

README.md

Lines changed: 39 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -918,14 +918,17 @@ Demo地址:https://play.google.com/store/apps/details?id=group.pals.android.li
918918
<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>
919919

920920
#### 十一、其他
921-
1. Salvage view 带View缓存的Viewpager PagerAdapter,很方便使用
921+
1. Salvage view
922+
带View缓存的Viewpager PagerAdapter,很方便使用
922923
项目地址:https://github.com/JakeWharton/salvage
923924

924-
2. Android Priority Job Queue Android后台任务队列
925+
1. Android Priority Job Queue
926+
Android后台任务队列
925927
项目地址:https://github.com/path/android-priority-jobqueue
926928
文档介绍:https://github.com/path/android-priority-jobqueue#getting-started
927929

928-
3. jsoup 一个解析html的java库,可方便的提取和操作数据
930+
1. jsoup
931+
一个解析html的java库,可方便的提取和操作数据
929932
项目地址:https://github.com/jhy/jsoup
930933
官方网站:http://jsoup.org/
931934
作用:(1) 从一个url、文件或string获得html并解析
@@ -934,7 +937,8 @@ Demo地址:https://play.google.com/store/apps/details?id=group.pals.android.li
934937
(4) 根据白名单去除用于提交的非法数据防止xss攻击
935938
(5) 输出整齐的html
936939

937-
4. ZIP java压缩和解压库
940+
1. ZIP
941+
java压缩和解压库
938942
项目地址:https://github.com/zeroturnaround/zt-zip
939943
文档介绍:https://github.com/zeroturnaround/zt-zip#examples
940944
作用:(1) 解压和压缩,并支持文件夹内递归操作
@@ -943,64 +947,80 @@ Demo地址:https://play.google.com/store/apps/details?id=group.pals.android.li
943947
(4) 支持遍历zip包内容
944948
(5) 比较两个zip包等功能
945949

946-
5. Cobub Razor 开源的mobile行为分析系统,包括web端、android端,支持ios和window phone
950+
1. Cobub Razor
951+
开源的mobile行为分析系统,包括web端、android端,支持ios和window phone
947952
项目地址:https://github.com/cobub/razor
948953
Demo地址:http://demo.cobub.com/razor
949954
网站介绍:http://dev.cobub.com/
950955

951-
6. aFileChooser 文件选择器,可内嵌到程序中,而无需使用系统或三方文件选择器。
956+
1. aFileChooser
957+
文件选择器,可内嵌到程序中,而无需使用系统或三方文件选择器。
952958
项目地址:https://github.com/iPaulPro/aFileChooser
953959

954-
7. androidpn 基于xmpp协议的消息推送解决方案,包括服务器端和android端。
960+
1. androidpn
961+
基于xmpp协议的消息推送解决方案,包括服务器端和android端。
955962
项目地址:https://github.com/dannytiehui/androidpn
956963

957-
8. Android插件式开发
964+
1. Android Plugin Framework
965+
Android插件式开发
958966
项目地址:https://github.com/umeng/apf
959967

960-
9. purePDF 允许从任何运行的SWF文件读取和创建PDF文档
968+
1. purePDF
969+
允许从任何运行的SWF文件读取和创建PDF文档
961970
项目地址:https://github.com/sephiroth74/purePDF
962971

963-
10. Bolts Android的异步编程模式
972+
1. Bolts
973+
Android的异步编程模式
964974
项目地址:https://github.com/BoltsFramework/Bolts-Android/
965975
与AsyncTask比较:(1) 使用的是无大小限制的线程池
966976
(2) 任务可组合可级联,防止了代码耦合
967977

968-
11. CastCompanionLibrary-android 使Android程序中更快的接入Google Cast
978+
1. CastCompanionLibrary-android
979+
使Android程序中更快的接入Google Cast
969980
项目地址:https://github.com/googlecast/CastCompanionLibrary-android
970981
文档介绍:https://developers.google.com/cast/
971982

972-
12. CastVideos-android 从Android设备分享Video通过Google Cast
983+
1. CastVideos-android
984+
从Android设备分享Video通过Google Cast
973985
项目地址:https://github.com/googlecast/CastVideos-android
974986
文档介绍:https://developers.google.com/cast/
975987

976-
13. Uninstall_Statics Android应用自身被卸载监听及打开浏览器等反馈功能实现
988+
1. Uninstall_Statics
989+
Android应用自身被卸载监听及打开浏览器等反馈功能实现
977990
项目地址:https://github.com/sevenler/Uninstall_Statics
978991
文档介绍:http://www.cnblogs.com/zealotrouge/p/3157126.html
979992
http://www.cnblogs.com/zealotrouge/p/3159772.html
980993

981-
14. xCombine Android App插件式插件开发
994+
1. xCombine
995+
Android App插件式插件开发
982996
项目地址:https://github.com/wyouflf/xCombine
983997
文档介绍:http://my.oschina.net/u/1171837/blog/155377
984998

985-
15. Memento 保证在系统配置改变时,Activity中的某些数据可以简单安全的保持不变
999+
1. Memento
1000+
保证在系统配置改变时,Activity中的某些数据可以简单安全的保持不变
9861001
项目地址:https://github.com/mttkay/memento
9871002
文档介绍:https://github.com/mttkay/memento#usage
9881003

989-
16. svg-android Android Svg矢量图形支持
1004+
1. svg-android
1005+
Android Svg矢量图形支持
9901006
项目地址:https://github.com/japgolly/svg-android https://github.com/japgolly/svg-android
9911007

992-
17. Office 365 SDK Android office支持
1008+
1. Office 365 SDK for Android Preview
9931009
可支持Microsoft SharePoint Lists, Microsoft SharePoint Files, Microsoft Exchange Calendar, Microsoft Exchange Contacts, Microsoft Exchange Mail
9941010
项目地址:https://github.com/OfficeDev/Office-365-SDK-for-Android
9951011

996-
18. OpenSpritz-Android
1012+
1. OpenSpritz-Android
9971013
Epub阅读器
9981014
项目地址:https://github.com/OnlyInAmerica/OpenSpritz-Android
9991015

1000-
19. FreeFlow
1016+
1. FreeFlow
10011017
布局引擎,更简单的创建自定义布局,并且当数据和布局改变时更美观的过渡动画
10021018
项目地址:https://github.com/Comcast/FreeFlow
10031019
Demo地址:https://github.com/Comcast/FreeFlow/releases
1020+
1021+
1. Android Gesture Detectors Framework
1022+
Android手势框架,支持双指旋转、移动、平移、缩放等
1023+
项目地址:https://github.com/Almeros/android-gesture-detectors
10041024
<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>
10051025

10061026
## 第三部分 优秀项目

0 commit comments

Comments
 (0)