Skip to content

Commit a7221aa

Browse files
committed
Sync English Version-OtherTools
1 parent 803b349 commit a7221aa

File tree

1 file changed

+20
-37
lines changed

1 file changed

+20
-37
lines changed

English Version/README.md

Lines changed: 20 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -989,107 +989,90 @@ Document: https://code.google.com/p/android-lockpattern/wiki/QuickUse
989989

990990
#### Eleventh. Others
991991
1. Salvage view
992-
带View缓存的Viewpager PagerAdapter,很方便使用
992+
Generic view recycler and ViewPager PagerAdapter implementation.
993993
Project Address: https://github.com/JakeWharton/salvage
994994

995995
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.
997997
Project Address: https://github.com/path/android-priority-jobqueue
998998
Document: https://github.com/path/android-priority-jobqueue#getting-started
999999

10001000
1. jsoup
1001-
一个解析html的java库,可方便的提取和操作数据
1001+
Java HTML Parser, with best of DOM, CSS, and jquery
10021002
Project Address: https://github.com/jhy/jsoup
10031003
Official Website: http://jsoup.org/
1004-
作用:(1) 从一个url, 文件或string获得html并解析
1005-
(2) 利用dom遍历或css选择器查找, 提取数据
1006-
(3) 操作html元素
1007-
(4) 根据白名单去除用于提交的非法数据防止xss攻击
1008-
(5) 输出整齐的html
10091004

10101005
1. ZIP
1011-
java压缩和解压库
1006+
ZeroTurnaround ZIP Library
10121007
Project Address: https://github.com/zeroturnaround/zt-zip
10131008
Document: https://github.com/zeroturnaround/zt-zip#examples
1014-
作用:(1) 解压和压缩,并支持文件夹内递归操作
1015-
(2) 支持包含和排除某些元素
1016-
(3) 支持重命名元素
1017-
(4) 支持遍历zip包内容
1018-
(5) 比较两个zip包等功能
10191009

10201010
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
10221012
Project Address: https://github.com/cobub/razor
10231013
Demo Apk: http://demo.cobub.com/razor
10241014
Document: http://dev.cobub.com/
10251015

10261016
1. aFileChooser
1027-
文件选择器,可内嵌到程序中,而无需使用系统或三方文件选择器。
1017+
Android library that provides a file explorer to let users select files on external storage.
10281018
Project Address: https://github.com/iPaulPro/aFileChooser
10291019

10301020
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.
10321022
Project Address: https://github.com/dannytiehui/androidpn
1033-
1034-
1. Android Plugin Framework
1035-
Android插件式开发
1036-
Project Address: https://github.com/umeng/apf
10371023

10381024
1. purePDF
1039-
允许从任何运行的SWF文件读取和创建PDF文档
1025+
A complete actionscript PDF library
10401026
Project Address: https://github.com/sephiroth74/purePDF
10411027

10421028
1. Bolts
1043-
Android的异步编程模式
1029+
Bolts is a collection of low-level libraries designed to make developing mobile apps easier.
10441030
Project Address: https://github.com/BoltsFramework/Bolts-Android/
1045-
与AsyncTask比较:(1) 使用的是无大小限制的线程池
1046-
(2) 任务可组合可级联,防止了代码耦合
10471031

10481032
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.
10501034
Project Address: https://github.com/googlecast/CastCompanionLibrary-android
10511035
Document: https://developers.google.com/cast/
10521036

10531037
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.
10551039
Project Address: https://github.com/googlecast/CastVideos-android
10561040
Document: https://developers.google.com/cast/
10571041

10581042
1. Uninstall_Statics
1059-
Android应用自身被卸载监听及打开浏览器等反馈功能实现
1043+
Android Statistical application is uninstalled
10601044
Project Address: https://github.com/sevenler/Uninstall_Statics
10611045
Document: http://www.cnblogs.com/zealotrouge/p/3157126.html
1062-
http://www.cnblogs.com/zealotrouge/p/3159772.html
10631046

10641047
1. xCombine
1065-
Android App插件式插件开发
1048+
Android Plugin Framework
10661049
Project Address: https://github.com/wyouflf/xCombine
10671050
Document: http://my.oschina.net/u/1171837/blog/155377
10681051

10691052
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.
10711054
Project Address: https://github.com/mttkay/memento
10721055
Document: https://github.com/mttkay/memento#usage
10731056

10741057
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/
10771060

10781061
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
10801063
Project Address: https://github.com/OfficeDev/Office-365-SDK-for-Android
10811064

10821065
1. OpenSpritz-Android
1083-
Epub阅读器
1066+
OpenSpritz concept for Android, is a Spritz-like .epub and website reader for Android 3.0+
10841067
Project Address: https://github.com/OnlyInAmerica/OpenSpritz-Android
10851068

10861069
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
10881071
Project Address: https://github.com/Comcast/FreeFlow
10891072
Demo Apk: https://github.com/Comcast/FreeFlow/releases
10901073

10911074
1. Android Gesture Detectors Framework
1092-
Android手势框架,支持双指旋转, 移动, 平移, 缩放等
1075+
Gesture detector framework for multitouch handling on Android
10931076
Project Address: https://github.com/Almeros/android-gesture-detectors
10941077
<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>
10951078

0 commit comments

Comments
 (0)