@@ -989,107 +989,90 @@ Document: https://code.google.com/p/android-lockpattern/wiki/QuickUse
989
989
990
990
#### Eleventh. Others
991
991
1 . Salvage view
992
- 带View缓存的Viewpager PagerAdapter,很方便使用
992
+ Generic view recycler and ViewPager PagerAdapter implementation.
993
993
Project Address: https://github.com/JakeWharton/salvage
994
994
995
995
1 . Android Priority Job Queue
996
- Android后台任务队列
996
+ A Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability.
997
997
Project Address: https://github.com/path/android-priority-jobqueue
998
998
Document: https://github.com/path/android-priority-jobqueue#getting-started
999
999
1000
1000
1 . jsoup
1001
- 一个解析html的java库,可方便的提取和操作数据
1001
+ Java HTML Parser, with best of DOM, CSS, and jquery
1002
1002
Project Address: https://github.com/jhy/jsoup
1003
1003
Official Website: http://jsoup.org/
1004
- 作用:(1) 从一个url, 文件或string获得html并解析
1005
- (2) 利用dom遍历或css选择器查找, 提取数据
1006
- (3) 操作html元素
1007
- (4) 根据白名单去除用于提交的非法数据防止xss攻击
1008
- (5) 输出整齐的html
1009
1004
1010
1005
1 . ZIP
1011
- java压缩和解压库
1006
+ ZeroTurnaround ZIP Library
1012
1007
Project Address: https://github.com/zeroturnaround/zt-zip
1013
1008
Document: https://github.com/zeroturnaround/zt-zip#examples
1014
- 作用:(1) 解压和压缩,并支持文件夹内递归操作
1015
- (2) 支持包含和排除某些元素
1016
- (3) 支持重命名元素
1017
- (4) 支持遍历zip包内容
1018
- (5) 比较两个zip包等功能
1019
1009
1020
1010
1 . Cobub Razor
1021
- 开源的mobile行为分析系统, include web端, android端,支持ios和window phone
1011
+ Cobub Razor - Open Source Mobile Analytics Solution, include web, android,ios, window phone
1022
1012
Project Address: https://github.com/cobub/razor
1023
1013
Demo Apk: http://demo.cobub.com/razor
1024
1014
Document: http://dev.cobub.com/
1025
1015
1026
1016
1 . aFileChooser
1027
- 文件选择器,可内嵌到程序中,而无需使用系统或三方文件选择器。
1017
+ Android library that provides a file explorer to let users select files on external storage.
1028
1018
Project Address: https://github.com/iPaulPro/aFileChooser
1029
1019
1030
1020
1 . androidpn
1031
- 基于xmpp协议的消息推送解决方案,include服务器端和android端。
1021
+ An open source project to provide push notification support for Android -- a xmpp based notification server and a client tool kit.
1032
1022
Project Address: https://github.com/dannytiehui/androidpn
1033
-
1034
- 1 . Android Plugin Framework
1035
- Android插件式开发
1036
- Project Address: https://github.com/umeng/apf
1037
1023
1038
1024
1 . purePDF
1039
- 允许从任何运行的SWF文件读取和创建PDF文档
1025
+ A complete actionscript PDF library
1040
1026
Project Address: https://github.com/sephiroth74/purePDF
1041
1027
1042
1028
1 . Bolts
1043
- Android的异步编程模式
1029
+ Bolts is a collection of low-level libraries designed to make developing mobile apps easier.
1044
1030
Project Address: https://github.com/BoltsFramework/Bolts-Android/
1045
- 与AsyncTask比较:(1) 使用的是无大小限制的线程池
1046
- (2) 任务可组合可级联,防止了代码耦合
1047
1031
1048
1032
1 . CastCompanionLibrary-android
1049
- 使Android程序中更快的接入Google Cast
1033
+ CastCompanionLibrary-android is a library project to enable developers integrate Cast capabilities into their applications faster and easier.
1050
1034
Project Address: https://github.com/googlecast/CastCompanionLibrary-android
1051
1035
Document: https://developers.google.com/cast/
1052
1036
1053
1037
1 . CastVideos-android
1054
- 从Android设备分享Video通过Google Cast
1038
+ CastVideos-android application shows how to cast videos from an android device in a way that is fully compliant with the Design Checklist.
1055
1039
Project Address: https://github.com/googlecast/CastVideos-android
1056
1040
Document: https://developers.google.com/cast/
1057
1041
1058
1042
1 . Uninstall_Statics
1059
- Android应用自身被卸载监听及打开浏览器等反馈功能实现
1043
+ Android Statistical application is uninstalled
1060
1044
Project Address: https://github.com/sevenler/Uninstall_Statics
1061
1045
Document: http://www.cnblogs.com/zealotrouge/p/3157126.html
1062
- http://www.cnblogs.com/zealotrouge/p/3159772.html
1063
1046
1064
1047
1 . xCombine
1065
- Android App插件式插件开发
1048
+ Android Plugin Framework
1066
1049
Project Address: https://github.com/wyouflf/xCombine
1067
1050
Document: http://my.oschina.net/u/1171837/blog/155377
1068
1051
1069
1052
1 . Memento
1070
- 保证在系统配置改变时,Activity中的某些数据可以简单Security的保持不变
1053
+ Memento is an annotation processor for Android that gives your activities a memory. It introduces the @ Retain annotation, which allows you to retain arbitrary fields of an activity across configuration changes in a simple and type-safe manner.
1071
1054
Project Address: https://github.com/mttkay/memento
1072
1055
Document: https://github.com/mttkay/memento#usage
1073
1056
1074
1057
1 . svg-android
1075
- Android Svg矢量图形支持
1076
- Project Address: https://github.com/japgolly/svg-android https://github .com/japgolly /svg-android
1058
+ SVG parsing and rendering for Android
1059
+ Project Address: https://code.google .com/p /svg-android/
1077
1060
1078
1061
1 . Office 365 SDK for Android Preview
1079
- 可支持Microsoft SharePoint Lists, Microsoft SharePoint Files, Microsoft Exchange Calendar, Microsoft Exchange Contacts, Microsoft Exchange Mail
1062
+ Office 365 SDK for Android Preview by Microsoft Open Technologies, Inc. support Microsoft SharePoint Lists, Microsoft SharePoint Files, Microsoft Exchange Calendar, Microsoft Exchange Contacts, Microsoft Exchange Mail
1080
1063
Project Address: https://github.com/OfficeDev/Office-365-SDK-for-Android
1081
1064
1082
1065
1 . OpenSpritz-Android
1083
- Epub阅读器
1066
+ OpenSpritz concept for Android, is a Spritz-like .epub and website reader for Android 3.0+
1084
1067
Project Address: https://github.com/OnlyInAmerica/OpenSpritz-Android
1085
1068
1086
1069
1 . FreeFlow
1087
- 布局引擎,更简单的创建自定义布局,并且当数据和布局改变时更美观的过渡动画
1070
+ A layout engine for Android that decouples layouts from the View containers that manage scrolling and view recycling. FreeFlow makes it really easy to create custom layouts and beautiful transition animations as data and layouts change
1088
1071
Project Address: https://github.com/Comcast/FreeFlow
1089
1072
Demo Apk: https://github.com/Comcast/FreeFlow/releases
1090
1073
1091
1074
1 . Android Gesture Detectors Framework
1092
- Android手势框架,支持双指旋转, 移动, 平移, 缩放等
1075
+ Gesture detector framework for multitouch handling on Android
1093
1076
Project Address: https://github.com/Almeros/android-gesture-detectors
1094
1077
<a href =" https://github.com/Trinea/android-open-project/edit/master/English%20Version/README.md#include " title =" Back to directory " style =" width :100% " ><img src =" http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png " align =" right " /></a >
1095
1078
0 commit comments