From 4fc3c61eea007b7983a1389e8c1d382594b4bda9 Mon Sep 17 00:00:00 2001
From: zewei <anzewei@cxshiguang.com>
Date: Sat, 28 Nov 2015 17:28:27 +0800
Subject: [PATCH 001/100] Add ParallaxBackLayout

---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index 23ca796e..7d33bfb9 100644
--- a/README.md
+++ b/README.md
@@ -1216,6 +1216,13 @@ Android 扁平化风格的组件,支持一些自定义样式
 Demo 地址:https://play.google.com/store/apps/details?id=me.imid.swipebacklayout.demo  
 APP 示例:知乎  
 
+1. ParallaxBackLayout  
+视差滑动返回的 Activity
+项目地址:https://github.com/anzewei/ParallaxBackLayout  
+Demo 地址:https://github.com/anzewei/ParallaxBackLayout/blob/master/ext/demo.apk?raw=true  
+APP 示例:微信 
+效果图:![Renderings](https://github.com/anzewei/ParallaxBackLayout/blob/master/ext/v0.2.gif)  
+
 1. android-styled-dialogs  
 可自定义样式的 dialog,默认与 Holo 主题样式一致,在 Android2.2 以上同一样式  
 项目地址:https://github.com/inmite/android-styled-dialogs  

From 7af6383208c3329ea08bf5a0939e6f12629cae2d Mon Sep 17 00:00:00 2001
From: zewei <anzewei@cxshiguang.com>
Date: Sat, 28 Nov 2015 17:31:34 +0800
Subject: [PATCH 002/100] Add ParallaxBackLayout

---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 7d33bfb9..0fd2bba7 100644
--- a/README.md
+++ b/README.md
@@ -1220,8 +1220,9 @@ APP 示例:知乎
 视差滑动返回的 Activity
 项目地址:https://github.com/anzewei/ParallaxBackLayout  
 Demo 地址:https://github.com/anzewei/ParallaxBackLayout/blob/master/ext/demo.apk?raw=true  
-APP 示例:微信 
-效果图:![Renderings](https://github.com/anzewei/ParallaxBackLayout/blob/master/ext/v0.2.gif)  
+APP 示例:微信
+效果图:
+![Renderings](https://github.com/anzewei/ParallaxBackLayout/blob/master/ext/v0.2.gif)  
 
 1. android-styled-dialogs  
 可自定义样式的 dialog,默认与 Holo 主题样式一致,在 Android2.2 以上同一样式  

From 89289fdf9c148e2d3a05ff81fd27f4e60a4a87ed Mon Sep 17 00:00:00 2001
From: zewei <anzewei@cxshiguang.com>
Date: Sat, 28 Nov 2015 17:34:38 +0800
Subject: [PATCH 003/100] Add  ParallaxBackLayout

---
 README.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 0fd2bba7..fc33226c 100644
--- a/README.md
+++ b/README.md
@@ -1220,9 +1220,7 @@ APP 示例:知乎
 视差滑动返回的 Activity
 项目地址:https://github.com/anzewei/ParallaxBackLayout  
 Demo 地址:https://github.com/anzewei/ParallaxBackLayout/blob/master/ext/demo.apk?raw=true  
-APP 示例:微信
-效果图:
-![Renderings](https://github.com/anzewei/ParallaxBackLayout/blob/master/ext/v0.2.gif)  
+效果图:![Renderings](https://github.com/anzewei/ParallaxBackLayout/blob/master/ext/v0.2.gif)  
 
 1. android-styled-dialogs  
 可自定义样式的 dialog,默认与 Holo 主题样式一致,在 Android2.2 以上同一样式  

From 61f83e8a6237628f8b81169e29034de4fa9427bb Mon Sep 17 00:00:00 2001
From: Lazy <jingyuanliu0@gmail.com>
Date: Wed, 27 Jan 2016 21:30:06 +0800
Subject: [PATCH 004/100] Update README.md

add android tools
---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 0d36358b..bdb9c5d3 100644
--- a/README.md
+++ b/README.md
@@ -2458,6 +2458,11 @@ Android ActionBar 样式生成器,可在线选择 ActionBar 样式自动生成
 用于生成各个分辨率的图片  
 项目地址:http://www.appiconsizes.com/  
 
+1. AndroidUtiles 
+集合了所有常用的安卓工具类
+项目地址:https://github.com/l123456789jy/Lazy
+
+
 1. Gradle Retrolambda Plugin  
 [Retrolambda](https://github.com/orfjackal/retrolambda)是将 Java8 的 Lambdas 应用于 Java7 的工具,本项目是 Gradle 插件,通过 Retrolambda 从而使 Java 或 Android 项目用 Java8 的 Lambdas 编写,将编译后的字节码转换为 Java6 和 7 的字节码从而正常运行  
 项目地址:https://github.com/evant/gradle-retrolambda  

From 295497199ea82ccc30bc585d18e451dc3c17c120 Mon Sep 17 00:00:00 2001
From: Linsea <dictfb@gmail.com>
Date: Thu, 18 Feb 2016 19:08:32 +0800
Subject: [PATCH 005/100] add UniversalVideoView and OpenDanmaku

---
 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.md b/README.md
index 0d36358b..f81b0fa2 100644
--- a/README.md
+++ b/README.md
@@ -1826,6 +1826,12 @@ Demo 地址:https://github.com/SinaVDDeveloper/demo
 项目地址:https://github.com/danylovolokh/VideoPlayerManager  
 文档介绍:https://medium.com/@v.danylo/implementing-video-playback-in-a-scrolled-list-listview-recyclerview-d04bc2148429#.hs5n0geqn  
 
+1. UniversalVideoView  
+Android上定义播放器控件,支持自定义控制UI, 全屏播放, 重力感应自动切换横竖屏.  
+项目地址:https://github.com/linsea/UniversalVideoView  
+![Sample Screenshot 1](https://github.com/linsea/UniversalVideoView/raw/master/screenshot/screen1.png)
+![Sample Screenshot 2](https://github.com/linsea/UniversalVideoView/raw/master/screenshot/screen2.png)
+
 1. PhotoProcessing  
 利用 ndk 处理图片库,支持 Instafix、Ansel、Testino、XPro、Retro、BW、Sepia、Cyano、Georgia、Sahara、HDR、Rotate(旋转)、Flip(翻转)等各种特效  
 项目地址:https://github.com/lightbox/PhotoProcessing  
@@ -1909,6 +1915,10 @@ Android Svg 矢量图形支持
 android 上开源弹幕解析绘制引擎项目  
 项目地址:https://github.com/ctiao/DanmakuFlameMaster  
 
+1. OpenDanmaku  
+android 上一个轻量级的更简单的开源弹幕控件  
+项目地址:https://github.com/linsea/OpenDanmaku  
+
 #### 八、事件总线(订阅者模式)
 通过发布/订阅事件解耦事件发送和接受,从而简化应用程序组件(Activities, Fragments 及后台线程)之间的通信  
 

From 86b18f12d2abcb84365f551427d5568f603b4804 Mon Sep 17 00:00:00 2001
From: duwei <379906411@qq.com>
Date: Fri, 19 Feb 2016 17:52:18 +0800
Subject: [PATCH 006/100] Update README.md

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index f81b0fa2..70535292 100644
--- a/README.md
+++ b/README.md
@@ -764,6 +764,11 @@ Demo:[apk download](https://github.com/timqi/SectorProgressView/raw/master/art
 Demo地址:(https://play.google.com/store/apps/details?id=com.mikhaellopez.circularfillableloaderssample) <br/>
 效果图:<br/>![CircularFillableLoaders](https://camo.githubusercontent.com/b8e510f51d0781c1ac41a01713d81beb93ff30a9/687474703a2f2f6936362e74696e797069632e636f6d2f357a6771776e2e706e67) ![CircularFillableLoaders](https://lh3.googleusercontent.com/QUzoUjzTGirHKnGSmvziRfh230FRph12TPfEqUdZs9HXAgDnB79pSP6aCDLVpU9QvRZA=h310-rw)
 
+1. PinWheel  
+一个旋转的大风车Dialog 
+项目地址:https://github.com/codingWang/PinWheel<br/>
+效果图:![Renderings](https://github.com/codingWang/PinWheel/blob/master/gif/pinwheel.gif) 
+
 #### 八、TextView
 包括 TextView 及所有继承自 TextView 控件,如 EditText、Button、RadioButton  
 

From 38ce4221578aacbbd05db1ddc35336e5b814525b Mon Sep 17 00:00:00 2001
From: LinHongHong <HomHomLin@users.noreply.github.com>
Date: Thu, 25 Feb 2016 10:34:23 +0800
Subject: [PATCH 007/100] Update README.md
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

增加三种控件:Fresco-ImageView,AdvancedPagerSlidingTabStrip,Android-PullToRefreshRecyclerView
---
 README.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/README.md b/README.md
index 70535292..7cf8d64e 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,12 @@ http://srain-github.qiniudn.com/ultra-ptr/release-to-refresh.gif
 http://srain-github.qiniudn.com/ultra-ptr/auto-refresh.gif  
 http://srain-github.qiniudn.com/ultra-ptr/store-house-string-array.gif  
 
+1.Android-PullToRefreshRecyclerView  
+支持下拉刷新的RecyclerView,同时支持滑动到底部自动加载数据、给RecyclerView添加Header。并且不更改原有RecyclerView的逻辑。  
+![Screenshot](https://github.com/HomHomLin/Android-PullToRefreshRecyclerView/blob/master/screenshot.gif)  
+项目地址:https://github.com/HomHomLin/Android-PullToRefreshRecyclerView。  
+Demo地址:https://github.com/HomHomLin/Android-PullToRefreshRecyclerView/blob/master/sample.apk  
+
 1. DragSortListView  
 拖动排序的 ListView,同时支持 ListView 滑动 item 删除,各个 Item 高度不一、单选、复选、CursorAdapter 做为适配器、拖动背景变化等  
 项目地址:https://github.com/bauerca/drag-sort-listview  
@@ -431,6 +437,11 @@ Demo 地址:[SlideBottomPanelDemo 下载](https://github.com/kingideayou/Slide
 效果图:![Renderings](https://github.com/kingideayou/SlideBottomPanel/blob/master/imgs/demo_list_view.gif)  
 
 #### 四、ViewPager 、Gallery
+1.AdvancedPagerSlidingTabStrip   
+一个完美兼容ViewPager的导航栏组件;可以自定义TabView;能动态加载Tab上的Icon图片; 能显示Tab的消息数量和提示小圆点。  
+![p1](https://raw.githubusercontent.com/HomHomLin/AdvancedPagerSlidingTabStrip/master/Pic/Screen_20160216163404.png) 
+项目地址:https://github.com/HomHomLin/AdvancedPagerSlidingTabStrip。  
+
 1. ConvenientBanner  
 通用的广告栏控件,让你轻松实现广告头效果。支持无限循环,可以设置自动翻页和时间(而且非常智能,手指触碰则暂停翻页,离开自动开始翻页。你也可以设置在界面onPause的时候不进行自动翻页,onResume之后继续自动翻页),并且提供多种翻页特效。 对比其他广告栏控件,大多都需要对源码进行改动才能加载网络图片,或者帮你集成不是你所需要的图片缓存库。而这个库能让有代码洁癖的你欢喜,不需要对库源码进行修改你就可以使用任何你喜欢的网络图片库进行配合。
 项目地址:https://github.com/saiwu-bigkoo/Android-ConvenientBanner  
@@ -605,6 +616,10 @@ Demo 地址:https://play.google.com/store/apps/details?id=com.felipecsl.asymme
 Demo 地址:https://play.google.com/store/apps/details?id=uk.co.senab.photoview.sample  
 APP 示例:photup  
 
+1.Fresco-ImageView  
+Fresco-ImageView是一种Android平台的图像控件,底层是对Fresco的封装,可以异步加载网络图片、项目资源和本地图片,并且支持双指缩放、图片的基本处理以及Fresco的所有特性。  
+项目地址:https://github.com/HomHomLin/FrescoImageView。  
+
 1. android-gif-drawable  
 支持 gif 显示的 view,用 jni 实现的,编译生成 so 库后直接 xml 定义 view 即可,而且本身不依赖于其他开源项目所以相对下面的 ImageViewEx 简单的多  
 项目地址:https://github.com/koral--/android-gif-drawable  

From cf635381fbb685b8a544fdba460662a5c865d0a4 Mon Sep 17 00:00:00 2001
From: LinHongHong <HomHomLin@users.noreply.github.com>
Date: Fri, 26 Feb 2016 13:09:07 +0800
Subject: [PATCH 008/100] Update README.md
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

调整排版
---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index dca23ab4..dab94abe 100644
--- a/README.md
+++ b/README.md
@@ -52,10 +52,10 @@ http://srain-github.qiniudn.com/ultra-ptr/release-to-refresh.gif
 http://srain-github.qiniudn.com/ultra-ptr/auto-refresh.gif  
 http://srain-github.qiniudn.com/ultra-ptr/store-house-string-array.gif  
 
-1.Android-PullToRefreshRecyclerView  
+1. Android-PullToRefreshRecyclerView  
 支持下拉刷新的RecyclerView,同时支持滑动到底部自动加载数据、给RecyclerView添加Header。并且不更改原有RecyclerView的逻辑。  
 ![Screenshot](https://github.com/HomHomLin/Android-PullToRefreshRecyclerView/blob/master/screenshot.gif)  
-项目地址:https://github.com/HomHomLin/Android-PullToRefreshRecyclerView。  
+项目地址:https://github.com/HomHomLin/Android-PullToRefreshRecyclerView。    
 Demo地址:https://github.com/HomHomLin/Android-PullToRefreshRecyclerView/blob/master/sample.apk  
 
 1. DragSortListView  
@@ -437,9 +437,9 @@ Demo 地址:[SlideBottomPanelDemo 下载](https://github.com/kingideayou/Slide
 效果图:![Renderings](https://github.com/kingideayou/SlideBottomPanel/blob/master/imgs/demo_list_view.gif)  
 
 #### 四、ViewPager 、Gallery
-1.AdvancedPagerSlidingTabStrip   
+1. AdvancedPagerSlidingTabStrip   
 一个完美兼容ViewPager的导航栏组件;可以自定义TabView;能动态加载Tab上的Icon图片; 能显示Tab的消息数量和提示小圆点。  
-![p1](https://raw.githubusercontent.com/HomHomLin/AdvancedPagerSlidingTabStrip/master/Pic/Screen_20160216163404.png) 
+![p1](https://raw.githubusercontent.com/HomHomLin/AdvancedPagerSlidingTabStrip/master/Pic/Screen_20160216163404.png)  
 项目地址:https://github.com/HomHomLin/AdvancedPagerSlidingTabStrip。  
 
 1. ConvenientBanner  
@@ -616,7 +616,7 @@ Demo 地址:https://play.google.com/store/apps/details?id=com.felipecsl.asymme
 Demo 地址:https://play.google.com/store/apps/details?id=uk.co.senab.photoview.sample  
 APP 示例:photup  
 
-1.Fresco-ImageView  
+1. Fresco-ImageView  
 Fresco-ImageView是一种Android平台的图像控件,底层是对Fresco的封装,可以异步加载网络图片、项目资源和本地图片,并且支持双指缩放、图片的基本处理以及Fresco的所有特性。  
 项目地址:https://github.com/HomHomLin/FrescoImageView。  
 

From 49b9276db177d59116f207aade2602818bdad62c Mon Sep 17 00:00:00 2001
From: wuseal <sealkingking@163.com>
Date: Fri, 26 Feb 2016 14:13:20 +0800
Subject: [PATCH 009/100] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=AE=80=E5=8D=95?=
 =?UTF-8?q?=E6=98=93=E7=94=A8=E7=9A=84=E9=A5=BC=E7=8A=B6=E7=BB=9F=E8=AE=A1?=
 =?UTF-8?q?=E5=9B=BE=E6=8E=A7=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index dab94abe..1647d856 100644
--- a/README.md
+++ b/README.md
@@ -1216,6 +1216,13 @@ Demo 项目:https://github.com/diogobernardino/WilliamChart/tree/master/sample
 Demo 地址:https://play.google.com/store/apps/details?id=lecho.lib.hellocharts.samples  
 在线演示:https://www.youtube.com/watch?v=xbSBjyjH2SY  
 
+1. PieChartView  
+比较简单直接的饼状统计报表图,使用方便,设置相应的属性参数即可  
+项目地址:https://github.com/wuseal/PieChartView   
+Demo 地址:https://github.com/wuseal/PieChartView  
+效果图:  
+![Renderings](https://github.com/wuseal/PieChartView/blob/master/demo.png?raw=true)  
+
 #### 十五、UI Style
 不同样式的系统 UI 风格,如 IOS、Bootstrap 风格  
 

From 1d240ce7a38675a231b0803ad4d1be20021c5296 Mon Sep 17 00:00:00 2001
From: wuseal <sealkingking@163.com>
Date: Fri, 26 Feb 2016 15:00:39 +0800
Subject: [PATCH 010/100] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=AE=80=E5=8D=95?=
 =?UTF-8?q?=E6=98=93=E7=94=A8=E7=9A=84=E9=A5=BC=E7=8A=B6=E7=BB=9F=E8=AE=A1?=
 =?UTF-8?q?=E5=9B=BE=E6=8E=A7=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1647d856..6b8fb831 100644
--- a/README.md
+++ b/README.md
@@ -1218,7 +1218,7 @@ Demo 地址:https://play.google.com/store/apps/details?id=lecho.lib.hellochart
 
 1. PieChartView  
 比较简单直接的饼状统计报表图,使用方便,设置相应的属性参数即可  
-项目地址:https://github.com/wuseal/PieChartView   
+项目地址:https://github.com/wuseal/PieChartView  
 Demo 地址:https://github.com/wuseal/PieChartView  
 效果图:  
 ![Renderings](https://github.com/wuseal/PieChartView/blob/master/demo.png?raw=true)  

From 0396fcf534e33d9ac2f863b4bd9f0d7054cf5b02 Mon Sep 17 00:00:00 2001
From: ljd2038 <ljd2038@gmail.com>
Date: Sat, 27 Feb 2016 10:17:57 +0800
Subject: [PATCH 011/100] MultiImageSelector

---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f81b0fa2..bd02a7b2 100644
--- a/README.md
+++ b/README.md
@@ -1746,7 +1746,11 @@ A library that analyzes an Android device's specifications and calculates which
 1. RxAndroid   
 对RxJava在Android上的扩展,使得Android上也很容易实现reactive components,简化线程操作,从而写出很漂亮的代码。   
 项目地址:https://github.com/ReactiveX/RxAndroid   
-文档介绍:[给Android 开发者的 RxJava 详解](http://gank.io/post/560e15be2dca930e00da1083)   
+文档介绍:[给Android 开发者的 RxJava 详解](http://gank.io/post/560e15be2dca930e00da1083)  
+
+1. MultiImageSelector   
+一个本地图片选择器,支持图片的单选和多选,直接返回所选图片的路径。
+项目地址:https://github.com/lovetuzitong/MultiImageSelector.git   
 
 #### 六、Android 高版本向低版本兼容
 1. Nine Old Androids  

From efe814d2a81a79fa4536f989d08c14cca41e8a7a Mon Sep 17 00:00:00 2001
From: ljd2038 <ljd2038@gmail.com>
Date: Sat, 27 Feb 2016 10:23:03 +0800
Subject: [PATCH 012/100] MultiImageSelector

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index bd02a7b2..8e753710 100644
--- a/README.md
+++ b/README.md
@@ -1749,8 +1749,8 @@ A library that analyzes an Android device's specifications and calculates which
 文档介绍:[给Android 开发者的 RxJava 详解](http://gank.io/post/560e15be2dca930e00da1083)  
 
 1. MultiImageSelector   
-一个本地图片选择器,支持图片的单选和多选,直接返回所选图片的路径。
-项目地址:https://github.com/lovetuzitong/MultiImageSelector.git   
+一个本地图片选择器,支持图片的单选和多选,直接返回所选图片的路径。   
+项目地址:https://github.com/lovetuzitong/MultiImageSelector.git 
 
 #### 六、Android 高版本向低版本兼容
 1. Nine Old Androids  

From fe3e1bfc19c7736014ea576b4d93019cdb219d8f Mon Sep 17 00:00:00 2001
From: Zhang Hai <DreaminginCodeZH@users.noreply.github.com>
Date: Sat, 27 Feb 2016 18:06:59 +0800
Subject: [PATCH 013/100] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20=E8=B1=86=E8=8A=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 6b8fb831..4c2cb237 100644
--- a/README.md
+++ b/README.md
@@ -2396,6 +2396,11 @@ APK 地址:https://github.com/Trinea/TrineaDownload/blob/master/miui-note-demo
 项目地址:https://github.com/qii/weiciyuan  
 APK 地址:https://play.google.com/store/apps/details?id=org.qii.weiciyuan  
 
+1. Douya  
+豆芽——Material Design 的豆瓣客户端  
+项目地址:https://github.com/DreaminginCodeZH/Douya  
+效果图:![](https://raw.githubusercontent.com/DreaminginCodeZH/Douya/master/screenshot/00-main.png)  
+
 1. gnucash-android  
 一个记账理财软件  
 项目地址:https://github.com/codinguser/gnucash-android  

From d5fd77e6f676185a534dec2322524225aaf1c5f5 Mon Sep 17 00:00:00 2001
From: ShenLiangWei <shinelw.cool@gmail.com>
Date: Sun, 28 Feb 2016 00:27:03 +0800
Subject: [PATCH 014/100] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20ColorArcProgressBa?=
 =?UTF-8?q?r?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

一个可定制的圆形进度条,通过xml参数配置可实现QQ健康中步数的弧形进度显示、仪盘表显示速度、最常见的下载进度条等功能。
---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 6b8fb831..e9e8e824 100644
--- a/README.md
+++ b/README.md
@@ -784,6 +784,11 @@ Demo地址:(https://play.google.com/store/apps/details?id=com.mikhaellopez.cir
 项目地址:https://github.com/codingWang/PinWheel<br/>
 效果图:![Renderings](https://github.com/codingWang/PinWheel/blob/master/gif/pinwheel.gif) 
 
+1. ColorArcProgressBar
+一个可定制的圆形进度条,通过xml参数配置可实现QQ健康中步数的弧形进度显示、仪盘表显示速度、最常见的下载进度条等功能。<br/>
+项目地址:https://github.com/Shinelw/ColorArcProgressBar<br/>
+效果图:<br/>![ColorArcProgressBar](https://raw.githubusercontent.com/Shinelw/ColorArcProgressBar/master/Demo.gif)
+
 #### 八、TextView
 包括 TextView 及所有继承自 TextView 控件,如 EditText、Button、RadioButton  
 

From 9e3675ae482a9b0e495cb51fce0f020c26103ee5 Mon Sep 17 00:00:00 2001
From: boliu-mobile <signnowmobile@gmail.com>
Date: Sat, 27 Feb 2016 16:55:01 -0800
Subject: [PATCH 015/100] Add AutoParcel

---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index 0d36358b..a385350b 100644
--- a/README.md
+++ b/README.md
@@ -1506,6 +1506,13 @@ android 快速开发框架
 原理剖析文档:[Dagger](http://a.codekk.com/detail/Android/扔物线/Dagger 源码解析)  
 文档介绍:http://square.github.io/dagger/  
 
+1. AutoParcel  
+注解自动生成Parcelable实现代码的库     
+项目地址:https://github.com/frankiesardo/auto-parcel    
+这篇文章详细介绍了它的使用方法:[AutoParcel](https://passy.svbtle.com/simpler-android-apis-with-autoparcel)     
+作者认为使用AutoParcel的好处是,可以简化构造函数,方便IDE代码自动完成,方便测试,前向兼容,生成不可变的对象。      
+文档介绍:https://github.com/frankiesardo/auto-parcel
+
 #### 二、图片缓存
 1. Android-Universal-Image-Loader  
 图片缓存,目前使用最广泛的图片缓存,支持主流图片缓存的绝大多数特性。  

From 498b7a1d4565dd320acac1701338624b73a092a7 Mon Sep 17 00:00:00 2001
From: Growth <582274200@qq.com>
Date: Mon, 29 Feb 2016 13:39:37 +0800
Subject: [PATCH 016/100] add GreenDaoUpgradeHelper

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 83729d92..6fe23c26 100644
--- a/README.md
+++ b/README.md
@@ -1669,6 +1669,11 @@ Android Sqlite orm 的 db 工具类
 (3) 内存小好小  
 (4) 库大小小  
 
+1. GreenDaoUpgradeHelper  
+greenDAO的数据库升级帮助类,只需一行代码解决数据库升级  
+项目地址:https://github.com/yuweiguocn/GreenDaoUpgradeHelper
+
+
 1. ActiveAndroid  
 Android Sqlite orm 的 db 工具类  
 项目地址:https://github.com/pardom/ActiveAndroid  

From c4fc09f7ed544828ca32f0a15ac9590c0e2bff96 Mon Sep 17 00:00:00 2001
From: canyinghao <canyinghao@hotmail.com>
Date: Thu, 3 Mar 2016 22:24:34 +0800
Subject: [PATCH 017/100] Update README.md
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

添加CanPhotos和CanRefresh
---
 README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/README.md b/README.md
index 6fe23c26..e2b1331c 100644
--- a/README.md
+++ b/README.md
@@ -291,6 +291,12 @@ Demo 地址:https://play.google.com/store/apps/details?id=com.baobomb.popuplis
 3.提供了分割线的实现类,只需要传入一个DrawableId  
 项目地址:https://github.com/CaMnter/EasyRecyclerView  
 
+1. CanRefresh 
+可适配所有视图的下拉刷新上拉加载,并支持各种风格
+项目地址:https://github.com/canyinghao/CanRefresh 
+效果图:  
+![Renderings](https://raw.githubusercontent.com/canyinghao/CanRefresh/master/pic/CanRefresh.gif)   
+
 
   
 
@@ -1545,6 +1551,12 @@ android 快速开发框架
 作者认为使用AutoParcel的好处是,可以简化构造函数,方便IDE代码自动完成,方便测试,前向兼容,生成不可变的对象。      
 文档介绍:https://github.com/frankiesardo/auto-parcel
 
+1. CanPhotos
+使用fresco选取多张图片并可预览图片 
+项目地址:https://github.com/canyinghao/CanPhotos 
+效果图:  
+![Renderings](https://raw.githubusercontent.com/canyinghao/CanPhotos/master/pic/CanPhotos.gif) 
+
 #### 二、图片缓存
 1. Android-Universal-Image-Loader  
 图片缓存,目前使用最广泛的图片缓存,支持主流图片缓存的绝大多数特性。  

From 7c90d5cff91edfdf6d54d86203626161f7051ea6 Mon Sep 17 00:00:00 2001
From: canyinghao <canyinghao@hotmail.com>
Date: Fri, 4 Mar 2016 10:26:45 +0800
Subject: [PATCH 018/100] Update README.md
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

添加CanDialog
---
 README.md | 22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index e2b1331c..8672e2e7 100644
--- a/README.md
+++ b/README.md
@@ -292,8 +292,8 @@ Demo 地址:https://play.google.com/store/apps/details?id=com.baobomb.popuplis
 项目地址:https://github.com/CaMnter/EasyRecyclerView  
 
 1. CanRefresh 
-可适配所有视图的下拉刷新上拉加载,并支持各种风格
-项目地址:https://github.com/canyinghao/CanRefresh 
+可适配所有视图的下拉刷新上拉加载,并支持各种风格  
+项目地址:https://github.com/canyinghao/CanRefresh  
 效果图:  
 ![Renderings](https://raw.githubusercontent.com/canyinghao/CanRefresh/master/pic/CanRefresh.gif)   
 
@@ -1509,6 +1509,18 @@ Sample地址:https://github.com/afollestad/material-dialogs/blob/master/sample
 项目地址:https://github.com/wenmingvs/NotifyUtil  
 demo地址:https://github.com/wenmingvs/NotifyUtil#notifydemo  
 
+1. CanPhotos
+使用fresco选取多张图片并可预览图片  
+项目地址:https://github.com/canyinghao/CanPhotos   
+效果图:  
+![Renderings](https://raw.githubusercontent.com/canyinghao/CanPhotos/master/pic/CanPhotos.gif) 
+
+1. CanPhotos
+仿照系统Dialog所写,继承于FrameLayout,添加一些动画,一些显示类型。  
+项目地址:https://github.com/canyinghao/CanDialog  
+效果图:  
+![Renderings](https://raw.githubusercontent.com/canyinghao/CanDialog/master/pic/CanDialog.gif) 
+
 ## 第二部分 工具库
 主要包括那些不错的开发库,包括依赖注入框架、图片缓存、网络请求、数据库 ORM 建模、Android 公共库、Android 高版本向低版本兼容、多媒体相关及其他。  
 
@@ -1551,11 +1563,7 @@ android 快速开发框架
 作者认为使用AutoParcel的好处是,可以简化构造函数,方便IDE代码自动完成,方便测试,前向兼容,生成不可变的对象。      
 文档介绍:https://github.com/frankiesardo/auto-parcel
 
-1. CanPhotos
-使用fresco选取多张图片并可预览图片 
-项目地址:https://github.com/canyinghao/CanPhotos 
-效果图:  
-![Renderings](https://raw.githubusercontent.com/canyinghao/CanPhotos/master/pic/CanPhotos.gif) 
+
 
 #### 二、图片缓存
 1. Android-Universal-Image-Loader  

From 2919b8a9175b56877ad5d776169c7a138a11aac5 Mon Sep 17 00:00:00 2001
From: canyinghao <canyinghao@hotmail.com>
Date: Fri, 4 Mar 2016 10:41:10 +0800
Subject: [PATCH 019/100] Update README.md
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

一个地方写错了,改了一下
---
 README.md | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 8672e2e7..e53e0ccc 100644
--- a/README.md
+++ b/README.md
@@ -291,15 +291,12 @@ Demo 地址:https://play.google.com/store/apps/details?id=com.baobomb.popuplis
 3.提供了分割线的实现类,只需要传入一个DrawableId  
 项目地址:https://github.com/CaMnter/EasyRecyclerView  
 
-1. CanRefresh 
+1. CanRefresh
 可适配所有视图的下拉刷新上拉加载,并支持各种风格  
 项目地址:https://github.com/canyinghao/CanRefresh  
 效果图:  
 ![Renderings](https://raw.githubusercontent.com/canyinghao/CanRefresh/master/pic/CanRefresh.gif)   
 
-
-  
-
 #### 二、ActionBar
 1. ActionBarSherlock  
 为 Android 所有版本提供统一的 ActionBar,解决 4.0 以下 ActionBar 的适配问题  
@@ -1515,7 +1512,7 @@ demo地址:https://github.com/wenmingvs/NotifyUtil#notifydemo
 效果图:  
 ![Renderings](https://raw.githubusercontent.com/canyinghao/CanPhotos/master/pic/CanPhotos.gif) 
 
-1. CanPhotos
+1. CanDialog
 仿照系统Dialog所写,继承于FrameLayout,添加一些动画,一些显示类型。  
 项目地址:https://github.com/canyinghao/CanDialog  
 效果图:  

From 4fa158ff8384803bc772902f0606ca21d9fb6bc6 Mon Sep 17 00:00:00 2001
From: anyanmolong <anyanmolong@qq.com>
Date: Mon, 7 Mar 2016 15:02:06 +0800
Subject: [PATCH 020/100] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=80=E7=A7=8D?=
 =?UTF-8?q?=E5=B8=A6=E6=89=8B=E5=8A=BF=E6=B5=81=E5=8A=A8=E6=95=88=E6=9E=9C?=
 =?UTF-8?q?=E4=BE=A7=E6=BB=91=E8=8F=9C=E5=8D=95[FlowingDrawer]?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index e53e0ccc..a64723ca 100644
--- a/README.md
+++ b/README.md
@@ -439,6 +439,11 @@ Demo 地址:https://play.google.com/store/apps/details?id=com.mikepenz.mater
 Demo 地址:[SlideBottomPanelDemo 下载](https://github.com/kingideayou/SlideBottomPanel/raw/master/apk/SlideBottomPanelDemo.apk)  
 效果图:![Renderings](https://github.com/kingideayou/SlideBottomPanel/blob/master/imgs/demo_list_view.gif)  
 
+1. FlowingDrawer  
+带手势流动效果侧滑菜单
+项目地址:[https://github.com/mxn21/FlowingDrawer](https://github.com/mxn21/FlowingDrawer)
+效果图:![Renderings](https://github.com/mxn21/FlowingDrawer/raw/master/screen.gif)  
+
 #### 四、ViewPager 、Gallery
 1. AdvancedPagerSlidingTabStrip   
 一个完美兼容ViewPager的导航栏组件;可以自定义TabView;能动态加载Tab上的Icon图片; 能显示Tab的消息数量和提示小圆点。  

From 6590266b1a2d7b1215696a62b7dea0aedd184dba Mon Sep 17 00:00:00 2001
From: Trinea <jsjwgx_1989@126.com>
Date: Mon, 14 Mar 2016 17:55:45 +0800
Subject: [PATCH 021/100] Update image

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a64723ca..2c0cf508 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@ Android 开源项目分类汇总
 ====================
 > 我们的微信公众号:codekk。二维码如下:  
  专注于 Android 开源分享、源码解析、框架设计、Android 内推。  
- ![img](https://raw.githubusercontent.com/aosp-exchange-group/about/master/weixin-qrcode.jpg)  
+ ![img](http://www.trinea.cn/wp-content/uploads/2016/01/weixin-codekk-160.jpg)  
  我们的网站:[www.codekk.com](http://a.codekk.com)  
 
 ####<a href="http://a.codekk.com" target="_blank">Android 开源项目源码解析(Volley、UIL、Dagger、EventBus、插件化库等分析)</a>  

From d581de6c91cf9f0e16079a4108bd40f8b717f320 Mon Sep 17 00:00:00 2001
From: Adhithyan Vijayakumar <aavispeaks@gmail.com>
Date: Sat, 19 Mar 2016 11:16:58 +0530
Subject: [PATCH 022/100] added new view pager library

---
 English Version/README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/English Version/README.md b/English Version/README.md
index 4d78e867..394d4768 100644
--- a/English Version/README.md	
+++ b/English Version/README.md	
@@ -373,6 +373,12 @@ Renderings:
 ![](https://github.com/lsjwzh/RecyclerViewPager/blob/master/fragment.gif)
 <a href="https://github.com/Trinea/android-open-project#%E7%9B%AE%E5%89%8D%E5%8C%85%E6%8B%AC" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>
 
+1. WoWoViewPager
+A material design Viewpager.Optimized for scrolling app intros or making your CV app. Free and open source.
+WoWoViewPager combines animations and viewpager. When you are swiping viewpager, you are also controlling the frames of the animation. Just like rewinding time.
+Project Address: [WoWoViewPager](https://github.com/Nightonke/WoWoViewPager)
+Renderings: ![](https://github.com/Nightonke/WoWoViewPager/blob/master/Pictures/AppIntroExample.gif)
+
 #### 5. GridView
 1. StaggeredGridView  
 A modified version of Android's experimental StaggeredGridView. Includes own OnItemClickListener and OnItemLongClickListener, selector, and fixed position restore. contains cache, extends from ViewGroup  

From 50708214e7f5285049760391dfeebd7795b9807d Mon Sep 17 00:00:00 2001
From: Serge Zaitsev <zaitsev.serge@gmail.com>
Date: Thu, 24 Mar 2016 16:03:17 +0800
Subject: [PATCH 023/100] Added Anvil

---
 English Version/README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/English Version/README.md b/English Version/README.md
index 394d4768..e96fc269 100644
--- a/English Version/README.md	
+++ b/English Version/README.md	
@@ -847,6 +847,11 @@ Document: http://jakewharton.github.io/butterknife/
 A fast dependency injector for Android and Java.    
 Project Address: https://github.com/square/dagger  
 Document: http://square.github.io/dagger/  
+
+1. Anvil
+A small library for building reactive UI components, data binding and event listener injection. Inspired by React.    
+Project Address: https://github.com/zserge/anvil  
+Document: http://anvil.site/  
 <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>  
 
 #### 2. Image Cache  

From 2562797282cb8abf975339f02e2241b14503171c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=AF=E8=B6=8A=E6=96=B0?=
 <hzfengyuexin@corp.netease.com>
Date: Thu, 24 Mar 2016 16:04:48 +0800
Subject: [PATCH 024/100] add draggablegridview

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 2c0cf508..d1d5489d 100644
--- a/README.md
+++ b/README.md
@@ -581,6 +581,10 @@ APP 示例:Pinterest 等
 Item 可拖动交换位置的 GridView,实际是自己继承 ViewGroup 实现,类似桌面的单屏效果,可屏幕自动上下滚动进行 Item 移动交换,多屏效果见下面 PagedDragDropGrid  
 项目地址:https://github.com/thquinn/DraggableGridView  
 Demo 地址:https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true  
+也可以自定义item的宽高和每行的个数,并且修改交换逻辑,当移动到另一个item时就进行交换,删除滚动逻辑。
+项目地址:[DraggableGridView](https://github.com/andyken/DraggableGridView)  
+效果图:![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif) 
+
 
 1. StickyGridHeaders  
 GroupName 滑动到顶端时会固定不动直到另外一个 GroupName 到达顶端的 GridView  

From 1b09d74e709ab68e5dd0cc475c3cbe4c66dff7ed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=AF=E8=B6=8A=E6=96=B0?=
 <hzfengyuexin@corp.netease.com>
Date: Sat, 26 Mar 2016 10:39:37 +0800
Subject: [PATCH 025/100] =?UTF-8?q?=E5=A2=9E=E5=8A=A0DraggableGridView?=
 =?UTF-8?q?=E7=B9=81=E4=BD=93=E5=92=8C=E8=8B=B1=E6=96=87=E4=BB=8B=E7=BB=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 English Version/README.md                              |  9 ++++++---
 README.md                                              | 10 +++++-----
 .../README.md"                                         |  9 ++++++---
 3 files changed, 17 insertions(+), 11 deletions(-)

diff --git a/English Version/README.md b/English Version/README.md
index e96fc269..f6e2c27c 100644
--- a/English Version/README.md	
+++ b/English Version/README.md	
@@ -398,9 +398,12 @@ Similar App: Pinterest
    
 1. DraggableGridView  
 A drag-and-drop scrolling grid view for Android, extends from ViewGroup. It can  swich from up to bottom, If you want switch from left screen to right please use PagedDragDropGrid below  
-Project Address: https://github.com/thquinn/DraggableGridView  
-Demo Apk: https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true  
-   
+Project Address: https://github.com/thquinn/DraggableGridView
+Demo Apk: https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true
+You can customize the width and height of item,and the count of item each line,You can also customize the padding of line.Default value is 20dp.
+Project Address: [DraggableGridView](https://github.com/andyken/DraggableGridView)  
+Renderings: ![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif)
+
 1. StickyGridHeaders  
 StickyGridHeaders is an Android library that provides a GridView that shows items in sections with headers. By default the section headers stick to the top like the People app in Android 4.x but this can be turned off.  
 Project Address: https://github.com/TonicArtos/StickyGridHeaders     
diff --git a/README.md b/README.md
index d1d5489d..75985a94 100644
--- a/README.md
+++ b/README.md
@@ -579,11 +579,11 @@ APP 示例:Pinterest 等
 
 1. DraggableGridView  
 Item 可拖动交换位置的 GridView,实际是自己继承 ViewGroup 实现,类似桌面的单屏效果,可屏幕自动上下滚动进行 Item 移动交换,多屏效果见下面 PagedDragDropGrid  
-项目地址:https://github.com/thquinn/DraggableGridView  
-Demo 地址:https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true  
-也可以自定义item的宽高和每行的个数,并且修改交换逻辑,当移动到另一个item时就进行交换,删除滚动逻辑。
-项目地址:[DraggableGridView](https://github.com/andyken/DraggableGridView)  
-效果图:![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif) 
+项目地址:https://github.com/thquinn/DraggableGridView
+Demo 地址:https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true
+也可自定义item的宽高和每行的个数,同时修改了交换逻辑,当移动到另一个item时就进行交换,并删除滚动逻辑。
+项目地址:[DraggableGridView](https://github.com/andyken/DraggableGridView)
+效果图:![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif)
 
 
 1. StickyGridHeaders  
diff --git "a/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md" "b/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
index 38e4c810..9544504b 100644
--- "a/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
+++ "b/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
@@ -402,9 +402,12 @@ APP示例:Pinterest等
    
 1. DraggableGridView  
 Item可拖動交換位置的GridView,實際是自己繼承ViewGroup實現,類似桌面的單屏效果,可屏幕自動上下滾動進行Item移動交換,多屏效果見下面PagedDragDropGrid  
-項目地址:https://github.com/thquinn/DraggableGridView  
-Demo地址:https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true  
-   
+項目地址:https://github.com/thquinn/DraggableGridView
+Demo地址:https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true
+也可自定義item的寬高和每行的個數,同時修改了交換邏輯,當移動到另壹個item時就進行交換,並刪除滾動邏輯。
+項目地址:[DraggableGridView](https://github.com/andyken/DraggableGridView)
+效果圖:![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif)
+
 1. StickyGridHeaders  
 GroupName滑動到頂端時會固定不動直到另外一個GroupName到達頂端的GridView  
 項目地址:https://github.com/TonicArtos/StickyGridHeaders     

From ec6391b2602070d6e221b0be0d909b41c75c1171 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=AF=E8=B6=8A=E6=96=B0?=
 <hzfengyuexin@corp.netease.com>
Date: Sat, 26 Mar 2016 10:43:47 +0800
Subject: [PATCH 026/100] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8D=A2=E8=A1=8C?=
 =?UTF-8?q?=E7=AC=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 English Version/README.md                                 | 6 +++---
 README.md                                                 | 8 ++++----
 .../README.md"                                            | 8 ++++----
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/English Version/README.md b/English Version/README.md
index f6e2c27c..6c15495a 100644
--- a/English Version/README.md	
+++ b/English Version/README.md	
@@ -398,9 +398,9 @@ Similar App: Pinterest
    
 1. DraggableGridView  
 A drag-and-drop scrolling grid view for Android, extends from ViewGroup. It can  swich from up to bottom, If you want switch from left screen to right please use PagedDragDropGrid below  
-Project Address: https://github.com/thquinn/DraggableGridView
-Demo Apk: https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true
-You can customize the width and height of item,and the count of item each line,You can also customize the padding of line.Default value is 20dp.
+Project Address: https://github.com/thquinn/DraggableGridView  
+Demo Apk: https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true  
+You can customize the width and height of item,and the count of item each line,You can also customize the padding of line.Default value is 20dp.  
 Project Address: [DraggableGridView](https://github.com/andyken/DraggableGridView)  
 Renderings: ![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif)
 
diff --git a/README.md b/README.md
index 75985a94..a34f28f1 100644
--- a/README.md
+++ b/README.md
@@ -579,10 +579,10 @@ APP 示例:Pinterest 等
 
 1. DraggableGridView  
 Item 可拖动交换位置的 GridView,实际是自己继承 ViewGroup 实现,类似桌面的单屏效果,可屏幕自动上下滚动进行 Item 移动交换,多屏效果见下面 PagedDragDropGrid  
-项目地址:https://github.com/thquinn/DraggableGridView
-Demo 地址:https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true
-也可自定义item的宽高和每行的个数,同时修改了交换逻辑,当移动到另一个item时就进行交换,并删除滚动逻辑。
-项目地址:[DraggableGridView](https://github.com/andyken/DraggableGridView)
+项目地址:https://github.com/thquinn/DraggableGridView  
+Demo 地址:https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true  
+也可自定义item的宽高和每行的个数,同时修改了交换逻辑,当移动到另一个item时就进行交换,并删除滚动逻辑。  
+项目地址:[DraggableGridView](https://github.com/andyken/DraggableGridView)  
 效果图:![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif)
 
 
diff --git "a/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md" "b/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
index 9544504b..02b11285 100644
--- "a/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
+++ "b/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
@@ -402,10 +402,10 @@ APP示例:Pinterest等
    
 1. DraggableGridView  
 Item可拖動交換位置的GridView,實際是自己繼承ViewGroup實現,類似桌面的單屏效果,可屏幕自動上下滾動進行Item移動交換,多屏效果見下面PagedDragDropGrid  
-項目地址:https://github.com/thquinn/DraggableGridView
-Demo地址:https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true
-也可自定義item的寬高和每行的個數,同時修改了交換邏輯,當移動到另壹個item時就進行交換,並刪除滾動邏輯。
-項目地址:[DraggableGridView](https://github.com/andyken/DraggableGridView)
+項目地址:https://github.com/thquinn/DraggableGridView  
+Demo地址:https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true  
+也可自定義item的寬高和每行的個數,同時修改了交換邏輯,當移動到另壹個item時就進行交換,並刪除滾動邏輯。  
+項目地址:[DraggableGridView](https://github.com/andyken/DraggableGridView)  
 效果圖:![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif)
 
 1. StickyGridHeaders  

From 2a0e7d501a8f3ade3116db140036e720485d34af Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=AF=E8=B6=8A=E6=96=B0?=
 <hzfengyuexin@corp.netease.com>
Date: Sat, 26 Mar 2016 10:53:50 +0800
Subject: [PATCH 027/100] =?UTF-8?q?=E4=B8=80=E4=B8=AA=E6=94=AF=E6=8C=81?=
 =?UTF-8?q?=E5=8A=A0=E6=B3=95=E8=BF=90=E7=AE=97=E7=9A=84=E9=87=91=E9=A2=9D?=
 =?UTF-8?q?=E8=BE=93=E5=85=A5TextView?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 English Version/README.md                                   | 6 ++++++
 README.md                                                   | 6 ++++++
 .../README.md"                                              | 6 ++++++
 3 files changed, 18 insertions(+)

diff --git a/English Version/README.md b/English Version/README.md
index 6c15495a..5e350e63 100644
--- a/English Version/README.md	
+++ b/English Version/README.md	
@@ -597,6 +597,12 @@ Project Address: https://github.com/RomainPiel/Titanic
 Renderings: ![Renderings](https://github.com/RomainPiel/Titanic/raw/master/titanic.gif)   
 <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>  
 
+1. MoneyTextView 
+A TextView used for inputing and adding money 
+Project Address: https://github.com/andyken/MoneyTextView 
+Renderings: 
+![Renderings](https://github.com/andyken/MoneyTextView/blob/master/sample/sample1.gif)  
+
 #### 9. Others  
 1. achartengine  
 AChartEngine is a charting library for Android applications. It currently supports the following chart types: line chart, area chart, scatter chart, time chart, bar chart, pie chart, bubble chart, doughnut chart, range (high-low) bar chart, dial chart / gauge, combined (any combination of line, cubic line, scatter, bar, range bar, bubble) chart, cubic line chart and so on.  
diff --git a/README.md b/README.md
index a34f28f1..a40129dd 100644
--- a/README.md
+++ b/README.md
@@ -986,6 +986,12 @@ Android Shadow Layout
 效果图:
 ![Renderings](https://raw.githubusercontent.com/dmytrodanylyk/shadow-layout/master/screenshots/intro.png)  
 
+1. MoneyTextView 
+一个支持加法运算的金额输入TextView
+项目地址:https://github.com/andyken/MoneyTextView 
+效果图:
+![Renderings](https://github.com/andyken/MoneyTextView/blob/master/sample/sample1.gif)  
+
 #### 九、ScrollView
 1. Discrollview  
 支持滚动时 Item 淡入淡出,平移,缩放效果的 ScrollView  
diff --git "a/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md" "b/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
index 02b11285..3b72db50 100644
--- "a/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
+++ "b/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
@@ -615,6 +615,12 @@ Demo地址:https://github.com/kpbird/chips-edittext-library/tree/master/ChipsE
 項目地址:https://github.com/dmytrodanylyk/android-process-buton  
 <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>  
 
+1. MoneyTextView 
+壹個支持加法運算的金額輸入TextView
+項目地址:https://github.com/andyken/MoneyTextView 
+效果圖:
+![Renderings](https://github.com/andyken/MoneyTextView/blob/master/sample/sample1.gif)  
+
 #### 九、ScrollView  
 1. Discrollview  
 支持滾動時Item淡入淡出,平移,縮放效果的ScrollView  

From d3ce4013b9436da78d977124ddcbed7581817ce4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=AF=E8=B6=8A=E6=96=B0?=
 <hzfengyuexin@corp.netease.com>
Date: Sat, 26 Mar 2016 10:56:26 +0800
Subject: [PATCH 028/100] =?UTF-8?q?=E8=B0=83=E6=95=B4MoneyTextView?=
 =?UTF-8?q?=E5=86=85=E5=AE=B9=E7=9A=84=E6=A0=BC=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 English Version/README.md                                 | 8 ++++----
 README.md                                                 | 8 ++++----
 .../README.md"                                            | 8 ++++----
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/English Version/README.md b/English Version/README.md
index 5e350e63..c4a788f2 100644
--- a/English Version/README.md	
+++ b/English Version/README.md	
@@ -597,10 +597,10 @@ Project Address: https://github.com/RomainPiel/Titanic
 Renderings: ![Renderings](https://github.com/RomainPiel/Titanic/raw/master/titanic.gif)   
 <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>  
 
-1. MoneyTextView 
-A TextView used for inputing and adding money 
-Project Address: https://github.com/andyken/MoneyTextView 
-Renderings: 
+1. MoneyTextView  
+A TextView used for inputing and adding money  
+Project Address: https://github.com/andyken/MoneyTextView  
+Renderings:   
 ![Renderings](https://github.com/andyken/MoneyTextView/blob/master/sample/sample1.gif)  
 
 #### 9. Others  
diff --git a/README.md b/README.md
index a40129dd..645aa217 100644
--- a/README.md
+++ b/README.md
@@ -986,10 +986,10 @@ Android Shadow Layout
 效果图:
 ![Renderings](https://raw.githubusercontent.com/dmytrodanylyk/shadow-layout/master/screenshots/intro.png)  
 
-1. MoneyTextView 
-一个支持加法运算的金额输入TextView
-项目地址:https://github.com/andyken/MoneyTextView 
-效果图:
+1. MoneyTextView  
+一个支持加法运算的金额输入TextView  
+项目地址:https://github.com/andyken/MoneyTextView  
+效果图:  
 ![Renderings](https://github.com/andyken/MoneyTextView/blob/master/sample/sample1.gif)  
 
 #### 九、ScrollView
diff --git "a/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md" "b/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
index 3b72db50..10c2e520 100644
--- "a/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
+++ "b/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
@@ -615,10 +615,10 @@ Demo地址:https://github.com/kpbird/chips-edittext-library/tree/master/ChipsE
 項目地址:https://github.com/dmytrodanylyk/android-process-buton  
 <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>  
 
-1. MoneyTextView 
-壹個支持加法運算的金額輸入TextView
-項目地址:https://github.com/andyken/MoneyTextView 
-效果圖:
+1. MoneyTextView  
+壹個支持加法運算的金額輸入TextView  
+項目地址:https://github.com/andyken/MoneyTextView  
+效果圖:  
 ![Renderings](https://github.com/andyken/MoneyTextView/blob/master/sample/sample1.gif)  
 
 #### 九、ScrollView  

From 95cd5c985eadb4ea3a7c0898af13d364d6abb79f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=AF=E8=B6=8A=E6=96=B0?=
 <hzfengyuexin@corp.netease.com>
Date: Sat, 26 Mar 2016 10:58:41 +0800
Subject: [PATCH 029/100] =?UTF-8?q?=E8=B0=83=E6=95=B4DraggableGridView?=
 =?UTF-8?q?=E7=9A=84=E6=A0=BC=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 English Version/README.md                                      | 3 ++-
 README.md                                                      | 3 ++-
 .../README.md"                                                 | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/English Version/README.md b/English Version/README.md
index c4a788f2..531d275e 100644
--- a/English Version/README.md	
+++ b/English Version/README.md	
@@ -402,7 +402,8 @@ Project Address: https://github.com/thquinn/DraggableGridView
 Demo Apk: https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true  
 You can customize the width and height of item,and the count of item each line,You can also customize the padding of line.Default value is 20dp.  
 Project Address: [DraggableGridView](https://github.com/andyken/DraggableGridView)  
-Renderings: ![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif)
+Renderings:   
+![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif)
 
 1. StickyGridHeaders  
 StickyGridHeaders is an Android library that provides a GridView that shows items in sections with headers. By default the section headers stick to the top like the People app in Android 4.x but this can be turned off.  
diff --git a/README.md b/README.md
index 645aa217..4db7c77f 100644
--- a/README.md
+++ b/README.md
@@ -583,7 +583,8 @@ Item 可拖动交换位置的 GridView,实际是自己继承 ViewGroup 实现
 Demo 地址:https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true  
 也可自定义item的宽高和每行的个数,同时修改了交换逻辑,当移动到另一个item时就进行交换,并删除滚动逻辑。  
 项目地址:[DraggableGridView](https://github.com/andyken/DraggableGridView)  
-效果图:![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif)
+效果图:  
+![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif)
 
 
 1. StickyGridHeaders  
diff --git "a/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md" "b/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
index 10c2e520..5412b2dc 100644
--- "a/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
+++ "b/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
@@ -406,7 +406,8 @@ Item可拖動交換位置的GridView,實際是自己繼承ViewGroup實現,
 Demo地址:https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true  
 也可自定義item的寬高和每行的個數,同時修改了交換邏輯,當移動到另壹個item時就進行交換,並刪除滾動邏輯。  
 項目地址:[DraggableGridView](https://github.com/andyken/DraggableGridView)  
-效果圖:![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif)
+效果圖:  
+![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif)
 
 1. StickyGridHeaders  
 GroupName滑動到頂端時會固定不動直到另外一個GroupName到達頂端的GridView  

From 4346c98350a87ea997a3e16cd45cf4ccca233d84 Mon Sep 17 00:00:00 2001
From: sai <sai.wu@bigkoo.com>
Date: Tue, 29 Mar 2016 23:14:37 +0800
Subject: [PATCH 030/100] =?UTF-8?q?=E5=8A=A0=E5=85=A5QuickSideBar?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 4db7c77f..d998cc1d 100644
--- a/README.md
+++ b/README.md
@@ -87,6 +87,11 @@ Demo 地址:https://github.com/JakeWharton/SwipeToDismissNOA/SwipeToDismissNOA
 项目地址:https://github.com/CodeFalling/RecyclerViewSwipeDismiss  
 效果图:![Renderings](https://raw.githubusercontent.com/CodeFalling/RecyclerViewSwipeDismiss/master/RecyclerViewSwipeDismiss.gif)  
 
+1. QuickSideBar  
+帮助快速查阅对应分组的侧边栏,可以配合任意列表,demo中给出配合RecyclerView(浮动分组使用stickyheadersrecyclerview)。  
+项目地址:https://github.com/saiwu-bigkoo/Android-QuickSideBar  
+效果图:![Renderings](https://github.com/saiwu-bigkoo/Android-QuickSideBar/blob/master/preview/quicksidebardemo.gif) 
+
 1. PinnedHeaderExpandableListView  
 首先它是一个 ExpandableListView,但是它的头部可以固定,其次,在它的上面还有一个头部可以来回伸缩  
 项目地址:https://github.com/singwhatiwanna/PinnedHeaderExpandableListView  

From a08ad46a9517c748861bc0648a78597d366131e6 Mon Sep 17 00:00:00 2001
From: LinHongHong <HomHomLin@users.noreply.github.com>
Date: Mon, 11 Apr 2016 14:31:53 +0800
Subject: [PATCH 031/100] Update README.md
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

修改AdvancedPagerSlidingTab的效果图
---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index d998cc1d..61572b4e 100644
--- a/README.md
+++ b/README.md
@@ -451,8 +451,9 @@ Demo 地址:[SlideBottomPanelDemo 下载](https://github.com/kingideayou/Slide
 
 #### 四、ViewPager 、Gallery
 1. AdvancedPagerSlidingTabStrip   
-一个完美兼容ViewPager的导航栏组件;可以自定义TabView;能动态加载Tab上的Icon图片; 能显示Tab的消息数量和提示小圆点。  
-![p1](https://raw.githubusercontent.com/HomHomLin/AdvancedPagerSlidingTabStrip/master/Pic/Screen_20160216163404.png)  
+一个完美兼容ViewPager的导航栏组件;可以自定义TabView;能动态加载Tab上的Icon图片; 能显示Tab的消息数量和提示小圆点;支持自定义为微博形式的可滑动tab。  
+![p1](https://raw.githubusercontent.com/HomHomLin/AdvancedPagerSlidingTabStrip/master/Pic/Screen_20160216163404.png) 
+![p2](https://raw.githubusercontent.com/HomHomLin/AdvancedPagerSlidingTabStrip/master/Pic/Screen_20160411141706.png)
 项目地址:https://github.com/HomHomLin/AdvancedPagerSlidingTabStrip。  
 
 1. ConvenientBanner  

From 01261f019124caa4953d789d82e0afa538064455 Mon Sep 17 00:00:00 2001
From: dreamlivemeng <dreamlivemeng@gmail.com>
Date: Thu, 21 Apr 2016 17:26:25 +0800
Subject: [PATCH 032/100] update failure link

update
https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh/blob/master/ptr-demo/target/ultra-ptr-demo.apk?raw=true
to
https://raw.githubusercontent.com/liaohuqiu/android-Ultra-Pull-To-Refresh/master/ptr-demo.apk
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 61572b4e..90d5ee93 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Demo 地址:https://github.com/Trinea/TrineaDownload/blob/master/pull-to-refre
 下拉刷新,第一个项目已经停止维护了,并且使用起来相对复杂,定制性也差。这个是替代和改良方案。这个继承于 ViewGroup 可以包含任何 View。功能甚至比 SwipeRefreshLayout 强大。使用起来非常简单。良好的设计,如果你想定制自己的 UI 样式,非常简单,就像给 ListView 加一个 Header View 那么简单。支持 `API LEVEL >= 8`  
 项目地址:https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh  
 原理剖析文档:[android-Ultra-Pull-to-Refresh](http://a.codekk.com/detail/Android/Grumoon/android-Ultra-Pull-To-Refresh 源码解析)  
-Demo 地址:https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh/blob/master/ptr-demo/target/ultra-ptr-demo.apk?raw=true  
+Demo 地址:https://raw.githubusercontent.com/liaohuqiu/android-Ultra-Pull-To-Refresh/master/ptr-demo.apk  
 效果图:![Renderings](http://srain-github.qiniudn.com/ultra-ptr/contains-all-of-views.gif)  
 http://srain-github.qiniudn.com/ultra-ptr/release-to-refresh.gif  
 http://srain-github.qiniudn.com/ultra-ptr/auto-refresh.gif  

From 15eb131f5b37ec85d7561390553372ad588da7ca Mon Sep 17 00:00:00 2001
From: Morton Fox <github@qslw.com>
Date: Wed, 11 May 2016 00:06:13 -0400
Subject: [PATCH 033/100] Fix the link to Android-PullToRefreshRecyclerView

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 90d5ee93..a7689d9b 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ http://srain-github.qiniudn.com/ultra-ptr/store-house-string-array.gif
 1. Android-PullToRefreshRecyclerView  
 支持下拉刷新的RecyclerView,同时支持滑动到底部自动加载数据、给RecyclerView添加Header。并且不更改原有RecyclerView的逻辑。  
 ![Screenshot](https://github.com/HomHomLin/Android-PullToRefreshRecyclerView/blob/master/screenshot.gif)  
-项目地址:https://github.com/HomHomLin/Android-PullToRefreshRecyclerView。    
+项目地址:https://github.com/HomHomLin/Android-PullToRefreshRecyclerView
 Demo地址:https://github.com/HomHomLin/Android-PullToRefreshRecyclerView/blob/master/sample.apk  
 
 1. DragSortListView  

From 84b9ae7b732048146c78cd0422b6acbba69fc691 Mon Sep 17 00:00:00 2001
From: LinHongHong <HomHomLin@users.noreply.github.com>
Date: Thu, 12 May 2016 15:06:41 +0800
Subject: [PATCH 034/100] Update README.md

add SlidingLayout
---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index 90d5ee93..7b245068 100644
--- a/README.md
+++ b/README.md
@@ -70,6 +70,13 @@ APP 示例:Wordpress Android
 Demo 地址:https://play.google.com/store/apps/details?id=com.fortysevendeg.android.swipelistview  
 APP 示例:微信 
 
+1. Android-SlidingLayout  
+实现类似QQ、微信ListView和WebView的上拉下拉弹跳效果和iOS的ListView的果冻效果。兼容Android自带库和兼容库的所有View组件,包括RecyclerView、ListView、ScrollView以及WebView等等。  
+![p1](https://raw.githubusercontent.com/HomHomLin/SlidingLayout/master/pic/list.gif)  
+![p2](https://raw.githubusercontent.com/HomHomLin/SlidingLayout/master/pic/webview.gif)  
+项目地址:https://github.com/HomHomLin/SlidingLayout/。    
+Demo地址:https://github.com/HomHomLin/SlidingLayout/tree/master/demo  
+
 1. SlideAndDragListView  
 支持ListView的Item的拖动排序、左右滑动事件,可自定义左右滑动显示文字、图标、位移,同时支持onItemClick、onItemLongClick等监听器,提供丰富的回调接口。  
 项目地址:https://github.com/yydcdut/SlideAndDragListView  

From 599848f4e14343a4bc35ba0ea4111d762d942a1d Mon Sep 17 00:00:00 2001
From: dinuscxj <13836160245@163.com>
Date: Tue, 17 May 2016 00:03:13 +0800
Subject: [PATCH 035/100] add LoadingDrawable

---
 English Version/README.md                                | 9 +++++++++
 README.md                                                | 9 +++++++++
 .../README.md"                                           | 9 +++++++++
 3 files changed, 27 insertions(+)

diff --git a/English Version/README.md b/English Version/README.md
index 531d275e..6734a8d2 100644
--- a/English Version/README.md	
+++ b/English Version/README.md	
@@ -550,6 +550,15 @@ Project Address:https://github.com/lsjwzh/MaterialLoadingProgressBar
 Renderings: ![Renderings](https://github.com/lsjwzh/MaterialLoadingProgressBar/raw/master/screen.gif)
 <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>
 
+1. LoadingDrawable
+壹些酷炫的android加載動畫,可以與任何組件配合使用作為加載的組件或者ProgressBar。<br>
+項目地址:https://github.com/dinuscxj/LoadingDrawable
+效果圖:<br/>
+![LoadingDrawable](https://raw.githubusercontent.com/dinuscxj/LoadingDrawable/master/Preview/AnimalDrawable.gif?width=300)
+![LoadingDrawable](https://raw.githubusercontent.com/dinuscxj/LoadingDrawable/master/Preview/SceneryDrawable.gif?width=300)
+![LoadingDrawable](https://raw.githubusercontent.com/dinuscxj/LoadingDrawable/master/Preview/CircleJumpDrawable.gif?width=300)
+![LoadingDrawable](https://raw.githubusercontent.com/dinuscxj/LoadingDrawable/master/Preview/CircleRotateDrawable.gif?width=300)
+
 #### 8. TextView  
 include TextView and other views extend TextView, like EditText, Button, RadioButton and so on  
 
diff --git a/README.md b/README.md
index fafdb9c9..7ba5de8c 100644
--- a/README.md
+++ b/README.md
@@ -815,6 +815,15 @@ Demo地址:(https://play.google.com/store/apps/details?id=com.mikhaellopez.cir
 项目地址:https://github.com/Shinelw/ColorArcProgressBar<br/>
 效果图:<br/>![ColorArcProgressBar](https://raw.githubusercontent.com/Shinelw/ColorArcProgressBar/master/Demo.gif)
 
+1. LoadingDrawable
+一些酷炫的android加载动画,可以与任何组件配合使用作为加载的组件或者ProgressBar。<br>
+项目地址:https://github.com/dinuscxj/LoadingDrawable
+效果图:<br/>
+![LoadingDrawable](https://raw.githubusercontent.com/dinuscxj/LoadingDrawable/master/Preview/AnimalDrawable.gif?width=300)
+![LoadingDrawable](https://raw.githubusercontent.com/dinuscxj/LoadingDrawable/master/Preview/SceneryDrawable.gif?width=300)
+![LoadingDrawable](https://raw.githubusercontent.com/dinuscxj/LoadingDrawable/master/Preview/CircleJumpDrawable.gif?width=300)
+![LoadingDrawable](https://raw.githubusercontent.com/dinuscxj/LoadingDrawable/master/Preview/CircleRotateDrawable.gif?width=300)
+
 #### 八、TextView
 包括 TextView 及所有继承自 TextView 控件,如 EditText、Button、RadioButton  
 
diff --git "a/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md" "b/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
index 5412b2dc..bd8d1401 100644
--- "a/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
+++ "b/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
@@ -551,6 +551,15 @@ Demo地址:https://raw.github.com/john990/WaveView/master/screenshot%26apk/dem
 效果圖:![Renderings](https://github.com/lsjwzh/MaterialLoadingProgressBar/raw/master/screen.gif)    
 <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>
 
+1. LoadingDrawable
+壹些酷炫的android加載動畫,可以與任何組件配合使用作為加載的組件或者ProgressBar。<br>
+項目地址:https://github.com/dinuscxj/LoadingDrawable
+效果圖:<br/>
+![LoadingDrawable](https://raw.githubusercontent.com/dinuscxj/LoadingDrawable/master/Preview/AnimalDrawable.gif?width=300)
+![LoadingDrawable](https://raw.githubusercontent.com/dinuscxj/LoadingDrawable/master/Preview/SceneryDrawable.gif?width=300)
+![LoadingDrawable](https://raw.githubusercontent.com/dinuscxj/LoadingDrawable/master/Preview/CircleJumpDrawable.gif?width=300)
+![LoadingDrawable](https://raw.githubusercontent.com/dinuscxj/LoadingDrawable/master/Preview/CircleRotateDrawable.gif?width=300)
+
 #### 八、TextView  
 包括TextView及所有繼承自TextView控件,如EditText、Button、RadioButton  
 

From f7fda3050bf66d7ed647fffa4d956044db26d4a3 Mon Sep 17 00:00:00 2001
From: dinuscxj <13836160245@163.com>
Date: Tue, 17 May 2016 07:12:41 +0800
Subject: [PATCH 036/100] adjust english version

---
 English Version/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/English Version/README.md b/English Version/README.md
index 6734a8d2..183d2239 100644
--- a/English Version/README.md	
+++ b/English Version/README.md	
@@ -551,7 +551,7 @@ Renderings: ![Renderings](https://github.com/lsjwzh/MaterialLoadingProgressBar/r
 <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>
 
 1. LoadingDrawable
-壹些酷炫的android加載動畫,可以與任何組件配合使用作為加載的組件或者ProgressBar。<br>
+some beautiful android loading drawable, can be combined with any view as the loading view and the progressbar.<br>
 項目地址:https://github.com/dinuscxj/LoadingDrawable
 效果圖:<br/>
 ![LoadingDrawable](https://raw.githubusercontent.com/dinuscxj/LoadingDrawable/master/Preview/AnimalDrawable.gif?width=300)

From 158ab05ff2ad4ac40b66a037f9ad3c4f59dd0238 Mon Sep 17 00:00:00 2001
From: dinuscxj <13836160245@163.com>
Date: Tue, 17 May 2016 07:14:38 +0800
Subject: [PATCH 037/100] adjust english version again

---
 English Version/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/English Version/README.md b/English Version/README.md
index 183d2239..eb51d44a 100644
--- a/English Version/README.md	
+++ b/English Version/README.md	
@@ -552,8 +552,8 @@ Renderings: ![Renderings](https://github.com/lsjwzh/MaterialLoadingProgressBar/r
 
 1. LoadingDrawable
 some beautiful android loading drawable, can be combined with any view as the loading view and the progressbar.<br>
-項目地址:https://github.com/dinuscxj/LoadingDrawable
-效果圖:<br/>
+Project Address:https://github.com/dinuscxj/LoadingDrawable
+Renderings: <br/>
 ![LoadingDrawable](https://raw.githubusercontent.com/dinuscxj/LoadingDrawable/master/Preview/AnimalDrawable.gif?width=300)
 ![LoadingDrawable](https://raw.githubusercontent.com/dinuscxj/LoadingDrawable/master/Preview/SceneryDrawable.gif?width=300)
 ![LoadingDrawable](https://raw.githubusercontent.com/dinuscxj/LoadingDrawable/master/Preview/CircleJumpDrawable.gif?width=300)

From 42b559bb81e89215cf1c322763538651a391d6c7 Mon Sep 17 00:00:00 2001
From: Tim Qi <i@timqi.com>
Date: Tue, 17 May 2016 09:42:14 +0800
Subject: [PATCH 038/100] add WindRoseDiagramView

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index fafdb9c9..732cf082 100644
--- a/README.md
+++ b/README.md
@@ -1547,6 +1547,10 @@ demo地址:https://github.com/wenmingvs/NotifyUtil#notifydemo
 效果图:  
 ![Renderings](https://raw.githubusercontent.com/canyinghao/CanDialog/master/pic/CanDialog.gif) 
 
+1. WindRoseDiagramView
+一个风力玫瑰图的 View 组件,项目地址:![https://github.com/timqi/WindRoseDiagramView/](https://github.com/timqi/WindRoseDiagramView/)
+![效果图](https://github.com/timqi/WindRoseDiagramView/raw/master/art/WindRoseDiagram.gif) 
+
 ## 第二部分 工具库
 主要包括那些不错的开发库,包括依赖注入框架、图片缓存、网络请求、数据库 ORM 建模、Android 公共库、Android 高版本向低版本兼容、多媒体相关及其他。  
 

From 027ce338e0ccdd058a0381e19501f7a3da69409b Mon Sep 17 00:00:00 2001
From: dreamlivemeng <dreamlivemeng@gmail.com>
Date: Wed, 18 May 2016 16:21:12 +0800
Subject: [PATCH 039/100] add OkHttpFinal
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

新增一个OkHttpFinal的网络请求框架。
---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 90d5ee93..88046b13 100644
--- a/README.md
+++ b/README.md
@@ -1695,6 +1695,11 @@ Demo 地址:https://github.com/stephanenicolas/RoboDemo/downloads
 TwistVolley 是对 Volley 的一个封装库。提供类似 Picasso 一样的串联式 API。使得使用 Volley 更加方便。  
 项目地址:https://github.com/TwistedEquations/TwistVolley  
 
+1. OkHttpFinal  
+一个对OkHttp封装的简单易用型HTTP请求和文件下载管理框架  
+项目地址:https://github.com/pengjianbo/OkHttpFinal  
+Demo 地址:https://github.com/pengjianbo/OkHttpFinal  
+
 #### 四、数据库 orm 工具包
 orm 的 db 工具类,简化建表、查询、更新、插入、事务、索引的操作 
 

From fb84bf34f6f0120bc88a6546874f84b60d179f84 Mon Sep 17 00:00:00 2001
From: anzewei <anzewei88@gmail.com>
Date: Sun, 5 Jun 2016 16:23:11 +0800
Subject: [PATCH 040/100] Add NestRefreshLayout

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index fc33226c..f1f5c2f6 100644
--- a/README.md
+++ b/README.md
@@ -272,6 +272,12 @@ Demo 地址:https://github.com/LuckyJayce/MVCHelper/blob/master/raw/MVCHelper_
 Demo 地址:https://play.google.com/store/apps/details?id=com.baobomb.popuplistview_sample  
 效果图:![Renderings](https://github.com/s8871404/PopupListView/blob/master/example.gif)  
 
+1. NestRefreshLayout  
+下拉刷新及加载更多控件,支持多种View,可以自定义Header和Footer
+由于实现了NestedScrollingChild和NestedScrollingParent所以与Support-Design兼容,可以配合CollapsingToolbarLayout使用  
+项目地址:https://github.com/anzewei/NestRefreshLayout  
+Demo 地址:https://github.com/anzewei/NestRefreshLayout/blob/master/ext/sample-debug.apk?raw=true
+
 #### 二、ActionBar
 1. ActionBarSherlock  
 为 Android 所有版本提供统一的 ActionBar,解决 4.0 以下 ActionBar 的适配问题  

From 9e6d5a7ce4246fd4c5c9d6a5586245d5c0c0f3b3 Mon Sep 17 00:00:00 2001
From: anzewei <anzewei88@gmail.com>
Date: Sun, 5 Jun 2016 16:31:17 +0800
Subject: [PATCH 041/100] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=B8=80=E4=B8=AAStu?=
 =?UTF-8?q?dio=E6=8F=92=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index f1f5c2f6..ac0e0dbc 100644
--- a/README.md
+++ b/README.md
@@ -2390,6 +2390,11 @@ dagger 的 intellij 插件
 项目地址:https://github.com/zzz40500/GsonFormat  
 效果图:![Renderings](https://camo.githubusercontent.com/fbf4b89e2ec64e80d351f725d11762ebd2b7a515/687474703a2f2f75706c6f61642d696d616765732e6a69616e7368752e696f2f75706c6f61645f696d616765732f3136363836362d303766333038346262363735386566612e676966)  
 
+1. Json2Class  
+根据Json生成Java文件的Android Studio/IntelliJ IDEA 插件,并且可以选择Parcelable或者Serializable  
+项目地址:https://github.com/anzewei/Json2Class  
+效果图:![Renderings](https://raw.githubusercontent.com/anzewei/Json2Class/master/screenshot/screenshot_15002.png)  
+
 1. 9-Patch-Resizer  
 自动生成 png 及点 9 图片的不同分辨率版本  
 项目地址:https://github.com/redwarp/9-Patch-Resizer  

From 9d38466894dcd3419f119281f24da7ef24c2e3f3 Mon Sep 17 00:00:00 2001
From: ybq <yangbingqaing@gmail.com>
Date: Tue, 7 Jun 2016 12:31:03 +0800
Subject: [PATCH 042/100] Add AndroidSpinKit,ParallaxViewPager

---
 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.md b/README.md
index 97d93bd9..8131e0fd 100644
--- a/README.md
+++ b/README.md
@@ -578,6 +578,11 @@ App
 效果图:  
 ![Renderings](https://raw.githubusercontent.com/CaMnter/EasySlidingTabs/master/readme/readme_easy_sliding_tabs_1.png)   
 
+1. ParallaxViewPager  
+ViewPager页面切换视差效果  
+项目地址:https://github.com/ybq/ParallaxViewPager  
+效果图:    
+![Renderings](https://github.com/ybq/ParallaxViewPager/raw/master/art/screen.gif)   
 
 #### 五、GridView
 1. StaggeredGridView  
@@ -829,6 +834,11 @@ Demo地址:(https://play.google.com/store/apps/details?id=com.mikhaellopez.cir
 ![LoadingDrawable](https://raw.githubusercontent.com/dinuscxj/LoadingDrawable/master/Preview/SceneryDrawable.gif?width=300)
 ![LoadingDrawable](https://raw.githubusercontent.com/dinuscxj/LoadingDrawable/master/Preview/CircleJumpDrawable.gif?width=300)
 ![LoadingDrawable](https://raw.githubusercontent.com/dinuscxj/LoadingDrawable/master/Preview/CircleRotateDrawable.gif?width=300)
+1. Android-SpinKit  
+Android加载动画库  
+项目地址:https://github.com/ybq/Android-SpinKit  
+效果图:  
+![Renderings](https://raw.githubusercontent.com/ybq/AndroidSpinKit/master/art/screen.gif)  
 
 #### 八、TextView
 包括 TextView 及所有继承自 TextView 控件,如 EditText、Button、RadioButton  

From c77d038757f437966fe63b53bd06c9b8e72afc42 Mon Sep 17 00:00:00 2001
From: Trinea <jsjwgx_1989@126.com>
Date: Tue, 7 Jun 2016 17:42:48 +0800
Subject: [PATCH 043/100] Update README.md

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8131e0fd..63e73df3 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,10 @@ Android 开源项目分类汇总
 
 ####<a href="http://a.codekk.com" target="_blank">Android 开源项目源码解析(Volley、UIL、Dagger、EventBus、插件化库等分析)</a>  
 ####<a href="http://j.codekk.com" target="_blank">Android 职位内部推荐(阿里、腾讯、百度、京东、滴滴、美团、58、华为、网易、魅族等)</a>  
+####<a href="http://p.codekk.com" target="_blank">强大的 Android 开源项目搜索站</a>  
+
+欢迎大家推荐好的 Android 开源项目,开源项目添加到 <a href="http://p.codekk.com/add-project" target="_blank">Android 开源项目集合</a>,可以得到更多朋友的关注和反馈,欢迎`Star`、`Fork` :)  
 
-欢迎大家推荐好的 Android 开源项目,可直接[Commit](https://github.com/Trinea/android-open-project/wiki "请遵守<内容添加及编辑规范>"),欢迎`Star`、`Fork` :)  
 > **关于我,欢迎关注**  
  微博:<a title="Android 技术及移动互联网分享" href="http://weibo.com/trinea?s=6cm7D0" target="_blank">Trinea</a>&nbsp;&nbsp;&nbsp;&nbsp;主页:<a title="关注于 Android、Java、性能优化、开源项目" href="http://www.trinea.cn/" target="_blank">trinea.cn</a>  
 

From 20f840d719a60ab836edb44a3315a5a80a6786a3 Mon Sep 17 00:00:00 2001
From: Carl Lee <ljbha007@gmail.com>
Date: Mon, 13 Jun 2016 15:30:27 +0800
Subject: [PATCH 044/100] Add SnappingSwipingRecyclerView

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 63e73df3..4ad57d66 100644
--- a/README.md
+++ b/README.md
@@ -317,6 +317,11 @@ Demo 地址:https://play.google.com/store/apps/details?id=com.baobomb.popuplis
 项目地址:https://github.com/anzewei/NestRefreshLayout  
 Demo 地址:https://github.com/anzewei/NestRefreshLayout/blob/master/ext/sample-debug.apk?raw=true
 
+1. SnappingSwipingRecyclerView
+实现了类似微信读书首页的长按之后滑动删除的特效和动画
+<img src="https://raw.githubusercontent.com/CarlLee/SnappingSwipingRecyclerView/master/preview.gif" height="480" width="320" >
+项目地址:https://github.com/CarlLee/SnappingSwipingRecyclerView
+
 #### 二、ActionBar
 1. ActionBarSherlock  
 为 Android 所有版本提供统一的 ActionBar,解决 4.0 以下 ActionBar 的适配问题  

From f9ff0f095712ba812c8616327db448603a325325 Mon Sep 17 00:00:00 2001
From: Toan Chi Vu <galaxy.man.0205@gmail.com>
Date: Sun, 26 Jun 2016 14:01:07 -0700
Subject: [PATCH 045/100] Adding FloatingActionMenu-Animation

---
 English Version/README.md                                  | 7 ++++++-
 README.md                                                  | 5 +++++
 .../README.md"                                             | 7 +++++++
 3 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/English Version/README.md b/English Version/README.md
index eb51d44a..4344b7f9 100644
--- a/English Version/README.md	
+++ b/English Version/README.md	
@@ -254,7 +254,12 @@ Renderings: ![Renderings](https://lh6.ggpht.com/VnKUZenAozQ0KFAm5blFTGqMaKFjvX-B
 The idea of ResideMenu is from Dribbble 1 and 2 likes iOS ResideMenu   
 Project Address: https://github.com/SpecialCyCi/AndroidResideMenu    
 Renderings: ![Renderings](https://github.com/SpecialCyCi/AndroidResideMenu/raw/master/2.gif)    
-<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>  
+
+1. FloatingActionMenu-Animation  
+Extended FloatingActionMenu lib, with custom menu icon, animation when scrolling
+Project Address: https://github.com/toanvc/FloatingActionMenu-Animation  
+Renderings: ![Renderings](https://github.com/toanvc/FloatingActionMenu-Animation/raw/master/screenshots/scale.gif)    
+<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> 
 
 #### 4. ViewPager Gallery  
 1. Android-ViewPagerIndicator  
diff --git a/README.md b/README.md
index 4ad57d66..61c845c5 100644
--- a/README.md
+++ b/README.md
@@ -469,6 +469,11 @@ Demo 地址:[SlideBottomPanelDemo 下载](https://github.com/kingideayou/Slide
 项目地址:[https://github.com/mxn21/FlowingDrawer](https://github.com/mxn21/FlowingDrawer)
 效果图:![Renderings](https://github.com/mxn21/FlowingDrawer/raw/master/screen.gif)  
 
+1. FloatingActionMenu-Animation  
+扩展FloatingActionMenu库,自定义菜单图标,动画滚动时
+项目地址: https://github.com/toanvc/FloatingActionMenu-Animation  
+效果图: ![Renderings](https://github.com/toanvc/FloatingActionMenu-Animation/raw/master/screenshots/scale.gif)    
+
 #### 四、ViewPager 、Gallery
 1. AdvancedPagerSlidingTabStrip   
 一个完美兼容ViewPager的导航栏组件;可以自定义TabView;能动态加载Tab上的Icon图片; 能显示Tab的消息数量和提示小圆点;支持自定义为微博形式的可滑动tab。  
diff --git "a/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md" "b/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
index bd8d1401..322b024f 100644
--- "a/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
+++ "b/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
@@ -253,8 +253,15 @@ APP示例:Path
 仿 Dribbble 的邊欄菜單   
 項目地址:https://github.com/SpecialCyCi/AndroidResideMenu    
 效果圖:![Renderings](https://github.com/SpecialCyCi/AndroidResideMenu/raw/master/2.gif)    
+
+1. FloatingActionMenu-Animation  
+扩展FloatingActionMenu库,自定义菜单图标,动画滚动时
+项目地址: https://github.com/toanvc/FloatingActionMenu-Animation  
+效果图: ![Renderings](https://github.com/toanvc/FloatingActionMenu-Animation/raw/master/screenshots/scale.gif)
+
 <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>  
 
+
 #### 四、ViewPager 、Gallery  
 1. Android-ViewPagerIndicator  
 配合ViewPager使用的Indicator,支持各種位置和樣式  

From 044215633c8f5f1af4a327a8d770a605c8234e48 Mon Sep 17 00:00:00 2001
From: AMIT SHEKHAR <amit.shekhar.iitbhu@gmail.com>
Date: Fri, 1 Jul 2016 07:59:43 +0530
Subject: [PATCH 046/100] Android Networking added in network

---
 English Version/README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/English Version/README.md b/English Version/README.md
index 4344b7f9..5de14151 100644
--- a/English Version/README.md	
+++ b/English Version/README.md	
@@ -935,6 +935,11 @@ Document: http://sonatype.github.io/async-http-client/
 Android Asynchronous Networking and Image Loading  
 Project Address: https://github.com/koush/ion  
 Document: https://github.com/koush/ion#more-examples  
+
+1. Android Networking  
+Android Networking is a powerful library for doing any type of networking in Android Applications 
+Project Address: https://github.com/amitshekhariitbhu/AndroidNetworking  
+Document: http://amitshekhariitbhu.github.io/AndroidNetworking/  
    
 1. Http Request  
 A simple convenience library for using a HttpURLConnection to make requests and access the response.  

From 9c111210a4cefd8cebcf8034594720c6a13e98f3 Mon Sep 17 00:00:00 2001
From: AMIT SHEKHAR <amit.shekhar.iitbhu@gmail.com>
Date: Fri, 1 Jul 2016 08:11:57 +0530
Subject: [PATCH 047/100] Glide Bitmap Pool added in others

---
 English Version/README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/English Version/README.md b/English Version/README.md
index 5de14151..0dc3a658 100644
--- a/English Version/README.md	
+++ b/English Version/README.md	
@@ -1232,7 +1232,12 @@ Project Address: https://github.com/JakeWharton/salvage
 A Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability.  
 Project Address: https://github.com/path/android-priority-jobqueue  
 Document: https://github.com/path/android-priority-jobqueue#getting-started  
-   
+
+1. Glide Bitmap Pool  
+Java HTML Parser, with best of DOM, CSS, and jquery  
+Project Address: https://github.com/amitshekhariitbhu/GlideBitmapPool 
+Document: https://amitshekhariitbhu.github.io/GlideBitmapPool/ 
+
 1. jsoup  
 Java HTML Parser, with best of DOM, CSS, and jquery  
 Project Address: https://github.com/jhy/jsoup  

From 07167b027ebcc379dff5b4f940e0e16828711579 Mon Sep 17 00:00:00 2001
From: AMIT SHEKHAR <amit.shekhar.iitbhu@gmail.com>
Date: Fri, 1 Jul 2016 08:16:09 +0530
Subject: [PATCH 048/100] Glide Bitmap Pool added in others

---
 English Version/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/English Version/README.md b/English Version/README.md
index 0dc3a658..ae7d3fc5 100644
--- a/English Version/README.md	
+++ b/English Version/README.md	
@@ -1234,7 +1234,7 @@ Project Address: https://github.com/path/android-priority-jobqueue
 Document: https://github.com/path/android-priority-jobqueue#getting-started  
 
 1. Glide Bitmap Pool  
-Java HTML Parser, with best of DOM, CSS, and jquery  
+Glide Bitmap Pool is a memory management library for reusing the bitmap memory
 Project Address: https://github.com/amitshekhariitbhu/GlideBitmapPool 
 Document: https://amitshekhariitbhu.github.io/GlideBitmapPool/ 
 

From 5a7fa8495f61f1553d7ad5b69f1ef0a524308cc2 Mon Sep 17 00:00:00 2001
From: seal <sealwu@iresearch.com.cn>
Date: Mon, 4 Jul 2016 20:03:40 +0800
Subject: [PATCH 049/100] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=90=8C=E6=97=B6?=
 =?UTF-8?q?=E5=B8=A6=E6=96=87=E5=AD=97=E5=92=8C=E5=9B=BE=E7=89=87=E6=98=BE?=
 =?UTF-8?q?=E7=A4=BA=E7=9A=84drawable?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 61c845c5..c296b173 100644
--- a/README.md
+++ b/README.md
@@ -731,7 +731,11 @@ https://github.com/siyamed/android-shape-imageview/raw/master/images/all-samples
 1. PhotoView  
 支持双指/双击缩放的ImageView,支持从一个PhotoView缩放到另外一个PhotoView(点击图片放大预览),相对于其他PhototView有更加平滑的缩放,平移的动画,并且支持所有的ScaleType,可以作为普通的ImageView使用  
 项目地址:https://github.com/bm-x/PhotoView  
-效果图:![Renderings](https://github.com/bm-x/PhotoView/raw/master/demo1.gif)    
+效果图:![Renderings](https://github.com/bm-x/PhotoView/raw/master/demo1.gif)  
+  
+1. TextWithImageDrawable  
+一个可以同时包含图片和文字的drawable,使用方式类似TextView和它的drawableLeft之类的方法,功能比较全面,可以代替TextView或是解决一些非得需要在ImageView中同时显示文字和图片的问题  
+项目地址:https://github.com/wuseal/TextWithImageDrawable  
 
 #### 七、ProgressBar
 1. SmoothProgressBar  

From 29b6f136963cda54a02bda13cb01d998e2094713 Mon Sep 17 00:00:00 2001
From: Nishant Srivastava <nisrulz@users.noreply.github.com>
Date: Mon, 11 Jul 2016 10:36:53 +0530
Subject: [PATCH 050/100] Added StackedHorizontalProgressbar to readme

---
 English Version/README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/English Version/README.md b/English Version/README.md
index ae7d3fc5..8bde2414 100644
--- a/English Version/README.md	
+++ b/English Version/README.md	
@@ -564,6 +564,14 @@ Renderings: <br/>
 ![LoadingDrawable](https://raw.githubusercontent.com/dinuscxj/LoadingDrawable/master/Preview/CircleJumpDrawable.gif?width=300)
 ![LoadingDrawable](https://raw.githubusercontent.com/dinuscxj/LoadingDrawable/master/Preview/CircleRotateDrawable.gif?width=300)
 
+1. StackedHorizontalProgressBar
+Stacked dual progress indicator progressbar
+
+Project Address:https://github.com/nisrulz/stackedhorizontalprogressbar
+
+Renderings: </br>
+![Sc1](https://github.com/nisrulz/stackedhorizontalprogressbar/blob/master/img/sc1.png) 
+
 #### 8. TextView  
 include TextView and other views extend TextView, like EditText, Button, RadioButton and so on  
 

From e2897a53dd0fbb35c4609c1115b17bfe8585f84c Mon Sep 17 00:00:00 2001
From: Nishant Srivastava <nisrulz@users.noreply.github.com>
Date: Mon, 11 Jul 2016 10:44:44 +0530
Subject: [PATCH 051/100] Added Sensey to readme

---
 English Version/README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/English Version/README.md b/English Version/README.md
index ae7d3fc5..b5606652 100644
--- a/English Version/README.md	
+++ b/English Version/README.md	
@@ -1170,6 +1170,10 @@ Project Address: https://github.com/alt236/Bluetooth-LE-Library---Android
 Demo Apk: https://play.google.com/store/apps/details?id=uk.co.alt236.btlescan  
 <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>  
 
+1. Sensey   
+Android library which makes detecting gestures a breeze.  
+Project Address: https://github.com/nisrulz/sensey
+
 #### 10. Security  
 1. SQLCipher  
 SQLCipher is an SQLite extension that provides 256 bit AES encryption of database files.  

From 2eda63ac3ce0030e0bf94628b013baa572835185 Mon Sep 17 00:00:00 2001
From: Nishant Srivastava <nisrulz@users.noreply.github.com>
Date: Mon, 11 Jul 2016 10:48:08 +0530
Subject: [PATCH 052/100] Added EasyDeviceInfo to readme

---
 English Version/README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/English Version/README.md b/English Version/README.md
index ae7d3fc5..3e7b5780 100644
--- a/English Version/README.md	
+++ b/English Version/README.md	
@@ -1321,6 +1321,10 @@ Project Address: https://github.com/Almeros/android-gesture-detectors
 This is a simple Android utils library to write any type of data into cache files and then read them later, using Gson to serialize and deserialize these data.  
 Project Address: https://github.com/westlinkin/CacheUtilsLibrary  
 
+1. EasyDeviceInfo  
+Android library to get device information in a super easy way.  
+Project Address: https://github.com/nisrulz/easydeviceinfo 
+
 ## 3. Excellent projects  
 Linux  
 Project Address: https://github.com/torvalds/linux  

From bb13ce7af45b6e9ff1b1d4c6c3926d7fa484e7d5 Mon Sep 17 00:00:00 2001
From: jcodeing <jcodeing@gmail.com>
Date: Fri, 23 Sep 2016 21:22:59 +0800
Subject: [PATCH 053/100] =?UTF-8?q?=E6=B7=BB=E5=8A=A0K-Sonic=20=E4=B8=80?=
 =?UTF-8?q?=E4=B8=AA=E6=94=AF=E6=8C=81=E8=B0=83=E8=8A=82=E9=9F=B3=E9=A2=91?=
 =?UTF-8?q?Speed,Pitch,Rate=E7=9A=84Demo?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

该Demo支持两种媒体引擎,都支持音频的变速功能.
    一个是,基于Exo和Sonic Java算法
    另一个是,基于Presto和Sonic C算法
    -----------
    另外界面部分中
    含有一个PlusMinusNum自定义控件
    支持数字的累加/递减(float/int:需要自己再修改)
    支持长按连续累加/递减.....
---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index c296b173..e2aaf91d 100644
--- a/README.md
+++ b/README.md
@@ -2069,6 +2069,12 @@ android 上开源弹幕解析绘制引擎项目
 android 上一个轻量级的更简单的开源弹幕控件  
 项目地址:https://github.com/linsea/OpenDanmaku  
 
+1. K-Sonic  
+一个基于Sonic的变音Demo,可调节Speed,Pitch,Rate.  
+项目地址:https://github.com/jcodeing/K-Sonic  
+Demo 地址:[Download here](https://raw.githubusercontent.com/jcodeing/K-Sonic/master/K-Sonic-demo.apk)  
+效果图:![Renderings](https://raw.githubusercontent.com/jcodeing/K-Sonic/master/lookme.jpg)  
+
 #### 八、事件总线(订阅者模式)
 通过发布/订阅事件解耦事件发送和接受,从而简化应用程序组件(Activities, Fragments 及后台线程)之间的通信  
 

From 964b1831b3a39589072cd3ede3c1a55d0126cf19 Mon Sep 17 00:00:00 2001
From: Eric Liu <eric.liu.developer@gmail.com>
Date: Sat, 15 Oct 2016 19:35:23 +1100
Subject: [PATCH 054/100] Update README.md

---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index f097b52b..6a16dcf6 100644
--- a/README.md
+++ b/README.md
@@ -59,6 +59,13 @@ APP示例:微信
 支持3.0以下版本见:https://github.com/JakeWharton/SwipeToDismissNOA  
 Demo地址:https://github.com/JakeWharton/SwipeToDismissNOA/SwipeToDismissNOA.apk/qr_code  
 
+1. async-expandable-list
+支持异步加载子列表的 ExpandableListView,包括CollectionView可以显示小标题的列表
+项目地址:https://github.com/Ericliu001/async-expandable-list
+效果图:
+
+![Demo](https://cloud.githubusercontent.com/assets/3691022/19348717/0d6c98ec-919b-11e6-97c3-a8ff782a059b.gif)  ![Demo](https://cloud.githubusercontent.com/assets/3691022/19406879/cb982648-92da-11e6-86bf-7c82e8505e6c.gif)
+
 1. PinnedHeaderExpandableListView  
 首先它是一个ExpandableListView,但是它的头部可以固定,其次,在它的上面还有一个头部可以来回伸缩  
 项目地址:https://github.com/singwhatiwanna/PinnedHeaderExpandableListView  

From f1018e24eb90a06b3e4edf265ae5e311e6ce4998 Mon Sep 17 00:00:00 2001
From: Eric Liu <eric.liu.developer@gmail.com>
Date: Sat, 15 Oct 2016 19:36:21 +1100
Subject: [PATCH 055/100] Update README.md

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 6a16dcf6..e98b324a 100644
--- a/README.md
+++ b/README.md
@@ -62,6 +62,7 @@ Demo地址:https://github.com/JakeWharton/SwipeToDismissNOA/SwipeToDismissNOA.
 1. async-expandable-list
 支持异步加载子列表的 ExpandableListView,包括CollectionView可以显示小标题的列表
 项目地址:https://github.com/Ericliu001/async-expandable-list
+
 效果图:
 
 ![Demo](https://cloud.githubusercontent.com/assets/3691022/19348717/0d6c98ec-919b-11e6-97c3-a8ff782a059b.gif)  ![Demo](https://cloud.githubusercontent.com/assets/3691022/19406879/cb982648-92da-11e6-86bf-7c82e8505e6c.gif)

From 2b9dd8ed82ea65501c0060b15a4c3d45d60a6339 Mon Sep 17 00:00:00 2001
From: Zhang Hai <DreaminginCodeZH@users.noreply.github.com>
Date: Mon, 24 Oct 2016 15:08:37 +0800
Subject: [PATCH 056/100] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20MaterialRatingBar?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index e2aaf91d..122d4480 100644
--- a/README.md
+++ b/README.md
@@ -1598,6 +1598,12 @@ demo地址:https://github.com/wenmingvs/NotifyUtil#notifydemo
 一个风力玫瑰图的 View 组件,项目地址:![https://github.com/timqi/WindRoseDiagramView/](https://github.com/timqi/WindRoseDiagramView/)
 ![效果图](https://github.com/timqi/WindRoseDiagramView/raw/master/art/WindRoseDiagram.gif) 
 
+1. MaterialRatingBar  
+与 Google 系应用设计相同、支持拉伸、修正原生实现诸多问题的星级评分条。可直接替换 RatingBar。  
+项目地址:https://github.com/DreaminginCodeZH/MaterialRatingBar  
+Demo 地址:https://github.com/DreaminginCodeZH/MaterialRatingBar/releases/download/v1.0.2/sample-release.apk  
+![效果图](https://github.com/DreaminginCodeZH/MaterialRatingBar/raw/master/screenshot/sample_app.jpg)  
+
 ## 第二部分 工具库
 主要包括那些不错的开发库,包括依赖注入框架、图片缓存、网络请求、数据库 ORM 建模、Android 公共库、Android 高版本向低版本兼容、多媒体相关及其他。  
 

From 6973ae478b1ba53e51ac9e4c03a790ba0171e0f0 Mon Sep 17 00:00:00 2001
From: Alexey Derbyshev <rupta3@gmail.com>
Date: Thu, 15 Dec 2016 21:24:01 +0300
Subject: [PATCH 057/100] Add youtube-play-icon

---
 English Version/README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/English Version/README.md b/English Version/README.md
index bde230b5..0bb2723c 100644
--- a/English Version/README.md	
+++ b/English Version/README.md	
@@ -627,6 +627,12 @@ Renderings:
 ![Renderings](https://github.com/andyken/MoneyTextView/blob/master/sample/sample1.gif)  
 
 #### 9. Others  
+1. youtube-play-icon   
+Material style morphing play-pause icon   
+Project Address: https://github.com/alxrm/youtube-play-icon   
+Renderings:   
+![Renderings](https://raw.githubusercontent.com/alxrm/youtube-play-icon/master/art/play.gif)  
+
 1. achartengine  
 AChartEngine is a charting library for Android applications. It currently supports the following chart types: line chart, area chart, scatter chart, time chart, bar chart, pie chart, bubble chart, doughnut chart, range (high-low) bar chart, dial chart / gauge, combined (any combination of line, cubic line, scatter, bar, range bar, bubble) chart, cubic line chart and so on.  
 Project Address: https://code.google.com/p/achartengine/  

From 6c0a95ca88e86ca595928ceac32c9699b239db7e Mon Sep 17 00:00:00 2001
From: BeppiMenozzi <beppi@beppi.it>
Date: Fri, 23 Dec 2016 17:33:28 +0100
Subject: [PATCH 058/100] Update README.md

---
 English Version/README.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/English Version/README.md b/English Version/README.md
index bde230b5..965b521d 100644
--- a/English Version/README.md	
+++ b/English Version/README.md	
@@ -761,7 +761,7 @@ Demo Apk: https://play.google.com/store/apps/details?id=net.sebastianopoggi.samp
 Renderings: ![Renderings](https://lh6.ggpht.com/U070b6Lh6cVsVwx4jN-5nq0xqiB1PBzrYABPeJIEe2hZQ5UWOxc-FDUG77wADelToHA=h310-rw)  
 
 1. GlowPadView  
-GlowPadView for Android is a great library to implement Google's lockscreen and new alarmclock style.  
+GlowPadView for Android is a great library to implement Googles lockscreen and new alarmclock style.  
 Project Address: https://github.com/nadavfima/GlowPadView  
 Renderings: https://raw.github.com/nadavfima/GlowPadView/master/example.png  
    
@@ -854,6 +854,14 @@ Project Address: https://github.com/TheFinestArtist/YouTubePlayerActivity
 Sample App: https://play.google.com/store/apps/details?id=com.thefinestartist.ytpa.sample  
 Renderings: ![Renderings](https://github.com/thefinestartist/YouTubePlayerActivity/blob/master/art/preview.gif)
 
+1. TristateToggleButton
+Customizable tri-state toggle button (with three states, three state toggle) for Android
+Project Address: https://github.com/BeppiMenozzi/TriStateToggleButton  
+
+1. Knob
+Fully customizable rotating knob selector with discrete values for Android. Replaces radio buttons, integer value inputs and ViewPager indicators.
+Project Address: https://github.com/BeppiMenozzi/Knob
+
 ## 2. Common Util Libs  
 Include Dependency Injection, ImageCache, Network, Database ORM, Android common lib, Compatible low version, Multimedia, Event Bus, Sensor, Security, Plug-in, File, Others<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>  
 #### 1. Dependency Injection  

From b3b1c74097eb4be3d4e6631577317cafb1bf5bd0 Mon Sep 17 00:00:00 2001
From: K Sun <jcodeing@gmail.com>
Date: Wed, 11 Jan 2017 23:25:05 +0800
Subject: [PATCH 059/100] =?UTF-8?q?=E6=9B=B4=E6=96=B0AnchorImageView(?=
 =?UTF-8?q?=E4=B8=80=E4=B8=AA=E5=8F=AF=E4=BB=A5=E9=94=9A=E7=82=B9=E5=AE=9A?=
 =?UTF-8?q?=E4=BD=8D=E7=9A=84View[Demo=E7=AE=80=E5=8D=95=E5=AE=9E=E7=8E=B0?=
 =?UTF-8?q?=E8=AF=BE=E6=9C=AC=E7=82=B9=E8=AF=BB])?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

一个可以锚点定位的ImageView(根据像素点)   Demo中通过AnchorImageView简单的实现了一个课本点读的功能
---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index 33f74683..f52d671c 100644
--- a/README.md
+++ b/README.md
@@ -745,6 +745,13 @@ https://github.com/siyamed/android-shape-imageview/raw/master/images/all-samples
 一个可以同时包含图片和文字的drawable,使用方式类似TextView和它的drawableLeft之类的方法,功能比较全面,可以代替TextView或是解决一些非得需要在ImageView中同时显示文字和图片的问题  
 项目地址:https://github.com/wuseal/TextWithImageDrawable  
 
+1. AnchorImageView  
+一个可以锚点定位的ImageView(根据像素点)  
+Demo中通过AnchorImageView简单的实现了一个课本点读的功能  
+项目地址:https://github.com/jcodeing/AnchorImageView  
+Demo 地址:[Download here](https://raw.githubusercontent.com/jcodeing/AnchorImageView/master/AnchorImageView-debug.apk)  
+效果图:![Renderings](https://raw.githubusercontent.com/jcodeing/AnchorImageView/master/lookme.gif)  
+
 #### 七、ProgressBar
 1. SmoothProgressBar  
 水平进度条  

From df831cbfc3a43ef3d6c235db9c108a4206924805 Mon Sep 17 00:00:00 2001
From: K Sun <jcodeing@gmail.com>
Date: Wed, 11 Jan 2017 23:37:26 +0800
Subject: [PATCH 060/100] =?UTF-8?q?=E6=9B=B4=E6=96=B0AnchorImageView(?=
 =?UTF-8?q?=E4=B8=80=E4=B8=AA=E5=8F=AF=E4=BB=A5=E9=94=9A=E7=82=B9=E5=AE=9A?=
 =?UTF-8?q?=E4=BD=8D=E7=9A=84View[Demo=E7=AE=80=E5=8D=95=E5=AE=9E=E7=8E=B0?=
 =?UTF-8?q?=E8=AF=BE=E6=9C=AC=E7=82=B9=E8=AF=BB])?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

一个可以锚点定位的ImageView(根据像素点)   Demo中通过AnchorImageView简单的实现了一个课本点读的功能
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index f52d671c..26275bb5 100644
--- a/README.md
+++ b/README.md
@@ -746,8 +746,8 @@ https://github.com/siyamed/android-shape-imageview/raw/master/images/all-samples
 项目地址:https://github.com/wuseal/TextWithImageDrawable  
 
 1. AnchorImageView  
-一个可以锚点定位的ImageView(根据像素点)  
-Demo中通过AnchorImageView简单的实现了一个课本点读的功能  
+一个可以锚点定位的ImageView(根据像素点)  
+Demo中通过AnchorImageView简单的实现了一个课本点读的功能  
 项目地址:https://github.com/jcodeing/AnchorImageView  
 Demo 地址:[Download here](https://raw.githubusercontent.com/jcodeing/AnchorImageView/master/AnchorImageView-debug.apk)  
 效果图:![Renderings](https://raw.githubusercontent.com/jcodeing/AnchorImageView/master/lookme.gif)  

From bf8757037c3a9f318800e6b043b6494cfff9283e Mon Sep 17 00:00:00 2001
From: Trinea <jsjwgx_1989@126.com>
Date: Thu, 12 Jan 2017 21:48:26 +0800
Subject: [PATCH 061/100] Add dev tools

---
 English Version/README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/English Version/README.md b/English Version/README.md
index bde230b5..cd1a2dc3 100644
--- a/English Version/README.md	
+++ b/English Version/README.md	
@@ -3,6 +3,8 @@ Android Open Source Projects
 
 Welcome to recommend good android open source projects, you can [Commit](https://github.com/Trinea/android-open-project/wiki/Standard-of-adding-and-editing-content "Standard of adding and editing content") directly or tell me at [Colloct Page](https://github.com/Trinea/android-open-project/issues/1). Welcome `Star` and `Fork`  
 
+####[Android develop and debug efficiency tool - development assistant](https://play.google.com/store/apps/details?id=cn.trinea.android.developertools)
+
 Twitter:[trinea_cn](https://twitter.com/trinea_cn)&nbsp;&nbsp;&nbsp;&nbsp;HomePage: [www.trinea.cn](http://www.trinea.cn/)&nbsp;&nbsp;&nbsp;&nbsp;Email:[trinea.cn@gmail.com](mailto:trinea.cn@gmail.com)&nbsp;&nbsp;&nbsp;&nbsp;QQ:[717763774](http://wpa.qq.com/msgrd?v=3&uin=717763774&site=qq&menu=yes)  
 Share:<a href="https://twitter.com/intent/tweet?text=Android Open Source Projects include Personalized Views, Common Util Libs, Excellent projects and so on   %40trinea_cn+https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&pic=" target="_blank" title="Share on twitter" style="width:100%"><img src="http://farm4.staticflickr.com/3764/13104038813_03933d4394_o.png"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&t=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&pic" target="_blank" title="Share on facebook" style="width:100%"><img src="http://farm4.staticflickr.com/3801/13104038583_b03d5cafac_o.png"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://service.weibo.com/share/share.php?url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&appkey=1657413438&searchPic=true" target="_blank" title="Shared on weibo" style="width:100%"><img src="http://farm8.staticflickr.com/7342/13103239365_e5cd37fbac_o.png" title="Shared on weibo"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&desc=&summary=&site=www.trinea.cn" target="_blank" title="Share on qzone" style="width:100%"><img src="http://farm8.staticflickr.com/7418/13103935825_209bd521f0_o.jpg"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://share.v.t.qq.com/index.php?c=share&a=index&url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&appkey=801404464" target="_blank" title="Shared on tecent weibo" style="width:100%"><img src="http://farm8.staticflickr.com/7452/13104204564_f867971a13_o.png"/></a>
 ### Include:  

From 29e772db767e6fd4a0d247a4422a2da4ec0a4bfc Mon Sep 17 00:00:00 2001
From: Trinea <jsjwgx_1989@126.com>
Date: Thu, 12 Jan 2017 21:49:21 +0800
Subject: [PATCH 062/100] Add Android develop and debug tool - dev tools

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 33f74683..d6076a48 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@ Android 开源项目分类汇总
  ![img](http://www.trinea.cn/wp-content/uploads/2016/01/weixin-codekk-160.jpg)  
  我们的网站:[www.codekk.com](http://a.codekk.com)  
 
+####[Android 开发调试效率数倍提升工具——开发助手](http://www.trinea.cn/android/android-develop-and-debug-tools/),可从 Google Play、应用宝、360 手机助手里搜索”开发助手”下载,或通过网页下载:<a href="https://play.google.com/store/apps/details?id=cn.trinea.android.developertools" target="_blank" title="去 Google Play 下载开发助手">Google Play</a>、<a href="http://android.myapp.com/myapp/detail.htm?apkName=cn.trinea.android.developertools" target="_blank" title="去应用宝下载开发助手">应用宝</a>、<a href="http://zhushou.360.cn/detail/index/soft_id/3644614" target="_blank" title="去 360 手机助手下载开发助手">360 手机助手</a>、<a href="http://trinea.cn/app/dev-tools.apk" target="_blank" title="直接本地下载开发助手">本地下载</a>
 ####<a href="http://a.codekk.com" target="_blank">Android 开源项目源码解析(Volley、UIL、Dagger、EventBus、插件化库等分析)</a>  
 ####<a href="http://j.codekk.com" target="_blank">Android 职位内部推荐(阿里、腾讯、百度、京东、滴滴、美团、58、华为、网易、魅族等)</a>  
 ####<a href="http://p.codekk.com" target="_blank">强大的 Android 开源项目搜索站</a>  

From 21cea1f22690178fda2d0fce4713b27c6bdcca89 Mon Sep 17 00:00:00 2001
From: Trinea <jsjwgx_1989@126.com>
Date: Thu, 12 Jan 2017 21:55:43 +0800
Subject: [PATCH 063/100] Update README.md

---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index dec2ffdf..26275bb5 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,6 @@ Android 开源项目分类汇总
  ![img](http://www.trinea.cn/wp-content/uploads/2016/01/weixin-codekk-160.jpg)  
  我们的网站:[www.codekk.com](http://a.codekk.com)  
 
-####[Android 开发调试效率数倍提升工具——开发助手](http://www.trinea.cn/android/android-develop-and-debug-tools/),可从 Google Play、应用宝、360 手机助手里搜索”开发助手”下载,或通过网页下载:<a href="https://play.google.com/store/apps/details?id=cn.trinea.android.developertools" target="_blank" title="去 Google Play 下载开发助手">Google Play</a>、<a href="http://android.myapp.com/myapp/detail.htm?apkName=cn.trinea.android.developertools" target="_blank" title="去应用宝下载开发助手">应用宝</a>、<a href="http://zhushou.360.cn/detail/index/soft_id/3644614" target="_blank" title="去 360 手机助手下载开发助手">360 手机助手</a>、<a href="http://trinea.cn/app/dev-tools.apk" target="_blank" title="直接本地下载开发助手">本地下载</a>
 ####<a href="http://a.codekk.com" target="_blank">Android 开源项目源码解析(Volley、UIL、Dagger、EventBus、插件化库等分析)</a>  
 ####<a href="http://j.codekk.com" target="_blank">Android 职位内部推荐(阿里、腾讯、百度、京东、滴滴、美团、58、华为、网易、魅族等)</a>  
 ####<a href="http://p.codekk.com" target="_blank">强大的 Android 开源项目搜索站</a>  

From 2d4df2001dfa5992501ace5d601aa4ab940f3bbe Mon Sep 17 00:00:00 2001
From: Trinea <jsjwgx_1989@126.com>
Date: Thu, 12 Jan 2017 21:56:25 +0800
Subject: [PATCH 064/100] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20Android=20?=
 =?UTF-8?q?=E5=BC=80=E5=8F=91=E8=B0=83=E8=AF=95=E6=95=88=E7=8E=87=E6=95=B0?=
 =?UTF-8?q?=E5=80=8D=E6=8F=90=E5=8D=87=E5=B7=A5=E5=85=B7=E2=80=94=E2=80=94?=
 =?UTF-8?q?=E5=BC=80=E5=8F=91=E5=8A=A9=E6=89=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 26275bb5..e5a0aa39 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,8 @@ Android 开源项目分类汇总
  专注于 Android 开源分享、源码解析、框架设计、Android 内推。  
  ![img](http://www.trinea.cn/wp-content/uploads/2016/01/weixin-codekk-160.jpg)  
  我们的网站:[www.codekk.com](http://a.codekk.com)  
-
+ 
+####[Android 开发调试效率数倍提升工具——开发助手](http://www.trinea.cn/android/android-develop-and-debug-tools/),可从 Google Play、应用宝、360 手机助手里搜索”开发助手”下载,或通过网页下载:<a href="https://play.google.com/store/apps/details?id=cn.trinea.android.developertools" target="_blank" title="去 Google Play 下载开发助手">Google Play</a>、<a href="http://android.myapp.com/myapp/detail.htm?apkName=cn.trinea.android.developertools" target="_blank" title="去应用宝下载开发助手">应用宝</a>、<a href="http://zhushou.360.cn/detail/index/soft_id/3644614" target="_blank" title="去 360 手机助手下载开发助手">360 手机助手</a>、<a href="http://trinea.cn/app/dev-tools.apk" target="_blank" title="直接本地下载开发助手">本地下载</a>
 ####<a href="http://a.codekk.com" target="_blank">Android 开源项目源码解析(Volley、UIL、Dagger、EventBus、插件化库等分析)</a>  
 ####<a href="http://j.codekk.com" target="_blank">Android 职位内部推荐(阿里、腾讯、百度、京东、滴滴、美团、58、华为、网易、魅族等)</a>  
 ####<a href="http://p.codekk.com" target="_blank">强大的 Android 开源项目搜索站</a>  

From d48756811f671fa439d6a50f852a75008253a192 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=AF=E8=B6=8A=E6=96=B0?=
 <fengyuexin@fengyuexindeMacBook-Air.local>
Date: Fri, 10 Feb 2017 15:21:07 +0800
Subject: [PATCH 065/100] =?UTF-8?q?=E6=96=B0=E5=A2=9EDividedDraggbleView?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 English Version/README.md                                   | 6 ++++++
 README.md                                                   | 5 +++++
 .../README.md"                                              | 6 ++++++
 3 files changed, 17 insertions(+)

diff --git a/English Version/README.md b/English Version/README.md
index 5873d91a..7c8e701c 100644
--- a/English Version/README.md	
+++ b/English Version/README.md	
@@ -412,6 +412,12 @@ Project Address: [DraggableGridView](https://github.com/andyken/DraggableGridVie
 Renderings:   
 ![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif)
 
+1. DividedDraggbleView
+Draggable grid view with divided line.
+Project Address: https://github.com/andyken/DividedDraggableView
+Renderings:
+![Renderings](https://github.com/andyken/DividedDraggableView/blob/master/app/sample.gif)
+
 1. StickyGridHeaders  
 StickyGridHeaders is an Android library that provides a GridView that shows items in sections with headers. By default the section headers stick to the top like the People app in Android 4.x but this can be turned off.  
 Project Address: https://github.com/TonicArtos/StickyGridHeaders     
diff --git a/README.md b/README.md
index e5a0aa39..f4b19e3f 100644
--- a/README.md
+++ b/README.md
@@ -631,6 +631,11 @@ Demo 地址:https://github.com/thquinn/DraggableGridView/blob/master/bin/Dragg
 效果图:  
 ![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif)
 
+1. DividedDraggbleView
+一个带有分割区域的可拖动 view ,可屏幕自动上下滚动进行 Item 移动交换。
+项目地址:https://github.com/andyken/DividedDraggableView
+效果图:
+![Renderings](https://github.com/andyken/DividedDraggableView/blob/master/app/sample.gif)
 
 1. StickyGridHeaders  
 GroupName 滑动到顶端时会固定不动直到另外一个 GroupName 到达顶端的 GridView  
diff --git "a/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md" "b/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
index 322b024f..83424c04 100644
--- "a/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
+++ "b/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
@@ -416,6 +416,12 @@ Demo地址:https://github.com/thquinn/DraggableGridView/blob/master/bin/Dragga
 效果圖:  
 ![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif)
 
+1. DividedDraggbleView
+壹個帶有分割區域的可拖動 view ,可屏幕自動上下滾動進行 Item 移動交換。
+項目地址:https://github.com/andyken/DividedDraggableView
+效果圖:
+![Renderings](https://github.com/andyken/DividedDraggableView/blob/master/app/sample.gif)
+
 1. StickyGridHeaders  
 GroupName滑動到頂端時會固定不動直到另外一個GroupName到達頂端的GridView  
 項目地址:https://github.com/TonicArtos/StickyGridHeaders     

From f30b767c56b932cd83a1da901de62a0f81893c87 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=86=AF=E8=B6=8A=E6=96=B0?=
 <fengyuexin@fengyuexindeMacBook-Air.local>
Date: Fri, 10 Feb 2017 17:26:12 +0800
Subject: [PATCH 066/100] =?UTF-8?q?=E4=BF=AE=E6=94=B9DividedDraggableView?=
 =?UTF-8?q?=E5=90=8D=E7=A7=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 English Version/README.md                                       | 2 +-
 README.md                                                       | 2 +-
 .../README.md"                                                  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/English Version/README.md b/English Version/README.md
index 7c8e701c..cc37bc8a 100644
--- a/English Version/README.md	
+++ b/English Version/README.md	
@@ -412,7 +412,7 @@ Project Address: [DraggableGridView](https://github.com/andyken/DraggableGridVie
 Renderings:   
 ![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif)
 
-1. DividedDraggbleView
+1. DividedDraggableView
 Draggable grid view with divided line.
 Project Address: https://github.com/andyken/DividedDraggableView
 Renderings:
diff --git a/README.md b/README.md
index f4b19e3f..8160caa9 100644
--- a/README.md
+++ b/README.md
@@ -631,7 +631,7 @@ Demo 地址:https://github.com/thquinn/DraggableGridView/blob/master/bin/Dragg
 效果图:  
 ![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif)
 
-1. DividedDraggbleView
+1. DividedDraggableView
 一个带有分割区域的可拖动 view ,可屏幕自动上下滚动进行 Item 移动交换。
 项目地址:https://github.com/andyken/DividedDraggableView
 效果图:
diff --git "a/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md" "b/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
index 83424c04..39c09154 100644
--- "a/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
+++ "b/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
@@ -416,7 +416,7 @@ Demo地址:https://github.com/thquinn/DraggableGridView/blob/master/bin/Dragga
 效果圖:  
 ![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif)
 
-1. DividedDraggbleView
+1. DividedDraggableView
 壹個帶有分割區域的可拖動 view ,可屏幕自動上下滾動進行 Item 移動交換。
 項目地址:https://github.com/andyken/DividedDraggableView
 效果圖:

From aefbb0c2343e87326759574079841d05118894c9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=8B=BE=E5=B9=B4?= <diql@hotmail.com>
Date: Sun, 26 Feb 2017 00:22:39 +0800
Subject: [PATCH 067/100] Update README.md
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

删除超链接末尾错误添加的“。”
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8160caa9..3b1b24f1 100644
--- a/README.md
+++ b/README.md
@@ -681,7 +681,7 @@ APP 示例:photup
 
 1. Fresco-ImageView  
 Fresco-ImageView是一种Android平台的图像控件,底层是对Fresco的封装,可以异步加载网络图片、项目资源和本地图片,并且支持双指缩放、图片的基本处理以及Fresco的所有特性。  
-项目地址:https://github.com/HomHomLin/FrescoImageView。  
+项目地址:https://github.com/HomHomLin/FrescoImageView  
 
 1. android-gif-drawable  
 支持 gif 显示的 view,用 jni 实现的,编译生成 so 库后直接 xml 定义 view 即可,而且本身不依赖于其他开源项目所以相对下面的 ImageViewEx 简单的多  

From 7add6e7291126f15aceb8e55d6362b4e9410c4af Mon Sep 17 00:00:00 2001
From: Trinea <jsjwgx_1989@126.com>
Date: Thu, 11 May 2017 20:48:15 +0800
Subject: [PATCH 068/100] Update README.md

---
 README.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 3b1b24f1..1bc08b52 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,15 @@
 Android 开源项目分类汇总
 ====================
+Other: [English Version](https://github.com/Trinea/android-open-project/tree/master/English%20Version), [繁體版](https://github.com/Trinea/android-open-project/tree/master/%E7%B9%81%E9%AB%94%E4%B8%AD%E6%96%87%E7%89%88)  
 > 我们的微信公众号:codekk。二维码如下:  
  专注于 Android 开源分享、源码解析、框架设计、Android 内推。  
  ![img](http://www.trinea.cn/wp-content/uploads/2016/01/weixin-codekk-160.jpg)  
  我们的网站:[www.codekk.com](http://a.codekk.com)  
  
-####[Android 开发调试效率数倍提升工具——开发助手](http://www.trinea.cn/android/android-develop-and-debug-tools/),可从 Google Play、应用宝、360 手机助手里搜索”开发助手”下载,或通过网页下载:<a href="https://play.google.com/store/apps/details?id=cn.trinea.android.developertools" target="_blank" title="去 Google Play 下载开发助手">Google Play</a>、<a href="http://android.myapp.com/myapp/detail.htm?apkName=cn.trinea.android.developertools" target="_blank" title="去应用宝下载开发助手">应用宝</a>、<a href="http://zhushou.360.cn/detail/index/soft_id/3644614" target="_blank" title="去 360 手机助手下载开发助手">360 手机助手</a>、<a href="http://trinea.cn/app/dev-tools.apk" target="_blank" title="直接本地下载开发助手">本地下载</a>
-####<a href="http://a.codekk.com" target="_blank">Android 开源项目源码解析(Volley、UIL、Dagger、EventBus、插件化库等分析)</a>  
-####<a href="http://j.codekk.com" target="_blank">Android 职位内部推荐(阿里、腾讯、百度、京东、滴滴、美团、58、华为、网易、魅族等)</a>  
-####<a href="http://p.codekk.com" target="_blank">强大的 Android 开源项目搜索站</a>  
+#### [Android 开发调试效率数倍提升工具——开发助手 1.3.0 版](http://www.trinea.cn/dev-tools/development-tools/features-and-versions/),可从 Google Play、应用宝、360 手机助手里搜索”开发助手”下载,或通过网页下载:<a href="https://play.google.com/store/apps/details?id=cn.trinea.android.developertools" target="_blank" title="去 Google Play 下载开发助手">Google Play</a>、<a href="http://android.myapp.com/myapp/detail.htm?apkName=cn.trinea.android.developertools" target="_blank" title="去应用宝下载开发助手">应用宝</a>、<a href="http://zhushou.360.cn/detail/index/soft_id/3644614" target="_blank" title="去 360 手机助手下载开发助手">360 手机助手</a>、<a href="http://trinea.cn/app/dev-tools.apk" target="_blank" title="直接本地下载开发助手">本地下载</a>
+#### <a href="http://a.codekk.com" target="_blank">Android 开源项目源码解析(Volley、UIL、Dagger、EventBus、插件化库等分析)</a>  
+#### <a href="http://j.codekk.com" target="_blank">Android 职位内部推荐(阿里、腾讯、百度、京东、滴滴、美团、58、华为、网易、魅族等)</a>  
+#### <a href="http://p.codekk.com" target="_blank">强大的 Android 开源项目搜索站</a>  
 
 欢迎大家推荐好的 Android 开源项目,开源项目添加到 <a href="http://p.codekk.com/add-project" target="_blank">Android 开源项目集合</a>,可以得到更多朋友的关注和反馈,欢迎`Star`、`Fork` :)  
 

From 363220a33c7a25abafdbf6792342450c3a40748d Mon Sep 17 00:00:00 2001
From: Trinea <jsjwgx_1989@126.com>
Date: Thu, 11 May 2017 20:49:57 +0800
Subject: [PATCH 069/100] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1bc08b52..f26bca57 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 Android 开源项目分类汇总
 ====================
-Other: [English Version](https://github.com/Trinea/android-open-project/tree/master/English%20Version), [繁體版](https://github.com/Trinea/android-open-project/tree/master/%E7%B9%81%E9%AB%94%E4%B8%AD%E6%96%87%E7%89%88)  
+Other: [English Version](https://github.com/Trinea/android-open-project/tree/master/English%20Version), [繁體版](https://github.com/Trinea/android-open-project/tree/master/%E7%B9%81%E9%AB%94%E4%B8%AD%E6%96%87%E7%89%88), [Website Version](http://p.codekk.com/).    
 > 我们的微信公众号:codekk。二维码如下:  
  专注于 Android 开源分享、源码解析、框架设计、Android 内推。  
  ![img](http://www.trinea.cn/wp-content/uploads/2016/01/weixin-codekk-160.jpg)  

From 48dd8215ca50c4c166a5abd92fe445e71df77d16 Mon Sep 17 00:00:00 2001
From: Trinea <trinea.cn@gmail.com>
Date: Thu, 11 May 2017 22:35:16 +0800
Subject: [PATCH 070/100] Modify Desc

---
 English Version/README.md                                       | 2 +-
 README.md                                                       | 2 +-
 .../README.md"                                                  | 2 ++
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/English Version/README.md b/English Version/README.md
index cc37bc8a..264a2758 100644
--- a/English Version/README.md	
+++ b/English Version/README.md	
@@ -3,7 +3,7 @@ Android Open Source Projects
 
 Welcome to recommend good android open source projects, you can [Commit](https://github.com/Trinea/android-open-project/wiki/Standard-of-adding-and-editing-content "Standard of adding and editing content") directly or tell me at [Colloct Page](https://github.com/Trinea/android-open-project/issues/1). Welcome `Star` and `Fork`  
 
-####[Android develop and debug efficiency tool - development assistant](https://play.google.com/store/apps/details?id=cn.trinea.android.developertools)
+#### [Android develop and debug efficiency tool - Developer Tools App](https://play.google.com/store/apps/details?id=cn.trinea.android.developertools)
 
 Twitter:[trinea_cn](https://twitter.com/trinea_cn)&nbsp;&nbsp;&nbsp;&nbsp;HomePage: [www.trinea.cn](http://www.trinea.cn/)&nbsp;&nbsp;&nbsp;&nbsp;Email:[trinea.cn@gmail.com](mailto:trinea.cn@gmail.com)&nbsp;&nbsp;&nbsp;&nbsp;QQ:[717763774](http://wpa.qq.com/msgrd?v=3&uin=717763774&site=qq&menu=yes)  
 Share:<a href="https://twitter.com/intent/tweet?text=Android Open Source Projects include Personalized Views, Common Util Libs, Excellent projects and so on   %40trinea_cn+https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&pic=" target="_blank" title="Share on twitter" style="width:100%"><img src="http://farm4.staticflickr.com/3764/13104038813_03933d4394_o.png"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&t=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&pic" target="_blank" title="Share on facebook" style="width:100%"><img src="http://farm4.staticflickr.com/3801/13104038583_b03d5cafac_o.png"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://service.weibo.com/share/share.php?url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&appkey=1657413438&searchPic=true" target="_blank" title="Shared on weibo" style="width:100%"><img src="http://farm8.staticflickr.com/7342/13103239365_e5cd37fbac_o.png" title="Shared on weibo"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&desc=&summary=&site=www.trinea.cn" target="_blank" title="Share on qzone" style="width:100%"><img src="http://farm8.staticflickr.com/7418/13103935825_209bd521f0_o.jpg"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://share.v.t.qq.com/index.php?c=share&a=index&url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&appkey=801404464" target="_blank" title="Shared on tecent weibo" style="width:100%"><img src="http://farm8.staticflickr.com/7452/13104204564_f867971a13_o.png"/></a>
diff --git a/README.md b/README.md
index f26bca57..be08f433 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Other: [English Version](https://github.com/Trinea/android-open-project/tree/mas
  ![img](http://www.trinea.cn/wp-content/uploads/2016/01/weixin-codekk-160.jpg)  
  我们的网站:[www.codekk.com](http://a.codekk.com)  
  
-#### [Android 开发调试效率数倍提升工具——开发助手 1.3.0 版](http://www.trinea.cn/dev-tools/development-tools/features-and-versions/),可从 Google Play、应用宝、360 手机助手里搜索”开发助手”下载,或通过网页下载:<a href="https://play.google.com/store/apps/details?id=cn.trinea.android.developertools" target="_blank" title="去 Google Play 下载开发助手">Google Play</a>、<a href="http://android.myapp.com/myapp/detail.htm?apkName=cn.trinea.android.developertools" target="_blank" title="去应用宝下载开发助手">应用宝</a>、<a href="http://zhushou.360.cn/detail/index/soft_id/3644614" target="_blank" title="去 360 手机助手下载开发助手">360 手机助手</a>、<a href="http://trinea.cn/app/dev-tools.apk" target="_blank" title="直接本地下载开发助手">本地下载</a>
+#### [Android 开发调试效率数倍提升工具——开发助手 App 最新版](http://www.trinea.cn/dev-tools/development-tools/features-and-versions/),可从 Google Play、应用宝、360 手机助手里搜索”开发助手”下载,或通过网页下载:<a href="https://play.google.com/store/apps/details?id=cn.trinea.android.developertools" target="_blank" title="去 Google Play 下载开发助手">Google Play</a>、<a href="http://android.myapp.com/myapp/detail.htm?apkName=cn.trinea.android.developertools" target="_blank" title="去应用宝下载开发助手">应用宝</a>、<a href="http://zhushou.360.cn/detail/index/soft_id/3644614" target="_blank" title="去 360 手机助手下载开发助手">360 手机助手</a>、<a href="http://trinea.cn/app/dev-tools.apk" target="_blank" title="直接本地下载开发助手">本地下载</a>
 #### <a href="http://a.codekk.com" target="_blank">Android 开源项目源码解析(Volley、UIL、Dagger、EventBus、插件化库等分析)</a>  
 #### <a href="http://j.codekk.com" target="_blank">Android 职位内部推荐(阿里、腾讯、百度、京东、滴滴、美团、58、华为、网易、魅族等)</a>  
 #### <a href="http://p.codekk.com" target="_blank">强大的 Android 开源项目搜索站</a>  
diff --git "a/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md" "b/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
index 39c09154..ed9f19c4 100644
--- "a/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
+++ "b/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
@@ -3,6 +3,8 @@ Android開源項目分類彙總
 
 歡迎大家推薦好的Android開源項目,可直接[Commit](https://github.com/Trinea/android-open-project/wiki)或在 [收集&提交頁](https://github.com/Trinea/android-open-project/issues/1) 中告訴我,歡迎`Star`、`Fork` :)  
 
+#### [Android 開發調試效率數倍提升工具——開發助手 App 最新版](https://play.google.com/store/apps/details?id=cn.trinea.android.developertools)  
+
 微博:[Trinea](https://weibo.com/trinea)&nbsp;&nbsp;&nbsp;&nbsp;主頁:[www.trinea.cn](http://www.trinea.cn/)&nbsp;&nbsp;&nbsp;&nbsp;郵箱:[trinea.cn@gmail.com](mailto:trinea.cn@gmail.com)&nbsp;&nbsp;&nbsp;&nbsp;QQ:[717763774](http://wpa.qq.com/msgrd?v=3&uin=717763774&site=qq&menu=yes)  
 分享:<a href="http://service.weibo.com/share/share.php?url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&appkey=1657413438&searchPic=true" target="_blank" title="分享到新浪微博" style="width:100%"><img src="http://farm8.staticflickr.com/7342/13103239365_e5cd37fbac_o.png" title="分享到新浪微博"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&desc=&summary=&site=www.trinea.cn" target="_blank" title="分享到QQ空間" style="width:100%"><img src="http://farm8.staticflickr.com/7418/13103935825_209bd521f0_o.jpg"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://share.v.t.qq.com/index.php?c=share&a=index&url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&appkey=801404464" target="_blank" title="分享到騰訊微博" style="width:100%"><img src="http://farm8.staticflickr.com/7452/13104204564_f867971a13_o.png"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://twitter.com/intent/tweet?text=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40trinea_cn+https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&pic=" target="_blank" title="Share on twitter" style="width:100%"><img src="http://farm4.staticflickr.com/3764/13104038813_03933d4394_o.png"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&t=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&pic" target="_blank" title="Share on facebook" style="width:100%"><img src="http://farm4.staticflickr.com/3801/13104038583_b03d5cafac_o.png"/></a>  
 ## 目前包括:  

From ab84e17ccd908cd484827f7aea20a15013f018e3 Mon Sep 17 00:00:00 2001
From: socoolby <socoolby@gmail.com>
Date: Thu, 8 Jun 2017 18:48:27 +0800
Subject: [PATCH 071/100] add CoolClock project

---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index be08f433..44bea54b 100644
--- a/README.md
+++ b/README.md
@@ -2608,6 +2608,13 @@ The Google I/O 2014 Android App
 项目地址:https://github.com/google/iosched  
 APK 地址:https://play.google.com/store/apps/details?id=com.google.samples.apps.iosched  
 
+1. CoolClock  
+An Android clock  
+项目地址:https://github.com/socoolby/CoolClock  
+APK 地址:https://github.com/socoolby/CoolClock/blob/master/CoolClock.apk  
+效果图:  
+<img src="https://raw.githubusercontent.com/socoolby/CoolClock/master/CoolClock.png" width="768" height="382"/><img src="https://raw.githubusercontent.com/socoolby/CoolClock/master/demonstrate.gif" width="320" height="568"/>  
+
 ## 第四部分 开发工具及测试工具
 主要介绍和 Android 开发工具和测试工具相关的开源项目。  
 

From 30151df831ef541fdda259d19eff17922c01c336 Mon Sep 17 00:00:00 2001
From: Zhang Hai <DreaminginCodeZH@users.noreply.github.com>
Date: Wed, 21 Jun 2017 14:05:35 +0800
Subject: [PATCH 072/100] Add EffortlessPermissions

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 44bea54b..20cb3c07 100644
--- a/README.md
+++ b/README.md
@@ -2306,6 +2306,10 @@ App示例:[南瓜电影](http://www.wandoujia.com/apps/cn.vcinema.cinema)
 快速集成 CustomTabs 的工具类  
 项目地址:https://github.com/DreaminginCodeZH/CustomTabsHelper  
 
+1. EffortlessPermissions  
+基于 Google EasyPermissions 进行扩展的动态权限库  
+项目地址:https://github.com/DreaminginCodeZH/EffortlessPermissions  
+
 1. Salvage view  
 带 View 缓存的 Viewpager PagerAdapter,很方便使用  
 项目地址:https://github.com/JakeWharton/salvage  

From a117cde112a19be73fa8c113a3f9b6e7367f10ad Mon Sep 17 00:00:00 2001
From: TakuSemba <taku1008ele@gmail.com>
Date: Thu, 6 Jul 2017 14:17:57 +0900
Subject: [PATCH 073/100] Update README.md

---
 .../README.md"                                            | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git "a/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md" "b/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
index ed9f19c4..0b93b3b3 100644
--- "a/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
+++ "b/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
@@ -893,7 +893,13 @@ Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/range-bar-demo
 1. android-segmented-control  
 Android上的Segmented Controls,相當于RadioButton組  
 項目地址:https://github.com/hoang8f/android-segmented-control   
-<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>   
+<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>  
+
+1. Spotlight  
+Android图书馆点亮项目的教程或漫步等...  
+項目地址:https://github.com/TakuSemba/Spotlight
+效果圖: ![Renderings](https://raw.githubusercontent.com/takusemba/spotlight/master/arts/customTarget.gif)  
+
 
 ## 第二部分 工具庫  
 主要包括那些不錯的開發庫,包括依賴注入框架、圖片緩存、網絡相關、數據庫ORM建模、Android公共庫、Android 高版本向低版本兼容、多媒體相關及其他。  <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>  

From 0708682707dd5e31ceabb583f03626f1d2f8afbd Mon Sep 17 00:00:00 2001
From: TakuSemba <taku1008ele@gmail.com>
Date: Thu, 6 Jul 2017 14:22:58 +0900
Subject: [PATCH 074/100] Update README.md

---
 .../README.md"                                                   | 1 +
 1 file changed, 1 insertion(+)

diff --git "a/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md" "b/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
index 0b93b3b3..7941d73f 100644
--- "a/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
+++ "b/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
@@ -898,6 +898,7 @@ Android上的Segmented Controls,相當于RadioButton組
 1. Spotlight  
 Android图书馆点亮项目的教程或漫步等...  
 項目地址:https://github.com/TakuSemba/Spotlight
+
 效果圖: ![Renderings](https://raw.githubusercontent.com/takusemba/spotlight/master/arts/customTarget.gif)  
 
 

From 4207de293ebcd2f4844a84e79332667e021568d0 Mon Sep 17 00:00:00 2001
From: TakuSemba <taku1008ele@gmail.com>
Date: Thu, 6 Jul 2017 14:23:40 +0900
Subject: [PATCH 075/100] Update README.md

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 20cb3c07..fd09282d 100644
--- a/README.md
+++ b/README.md
@@ -1626,6 +1626,12 @@ demo地址:https://github.com/wenmingvs/NotifyUtil#notifydemo
 Demo 地址:https://github.com/DreaminginCodeZH/MaterialRatingBar/releases/download/v1.0.2/sample-release.apk  
 ![效果图](https://github.com/DreaminginCodeZH/MaterialRatingBar/raw/master/screenshot/sample_app.jpg)  
 
+1. Spotlight  
+Android图书馆点亮项目的教程或漫步等...  
+項目地址:https://github.com/TakuSemba/Spotlight
+
+效果圖: ![Renderings](https://raw.githubusercontent.com/takusemba/spotlight/master/arts/customTarget.gif)  
+
 ## 第二部分 工具库
 主要包括那些不错的开发库,包括依赖注入框架、图片缓存、网络请求、数据库 ORM 建模、Android 公共库、Android 高版本向低版本兼容、多媒体相关及其他。  
 

From 223d1d7c4544dcfda8dae1164e12f398dc40f839 Mon Sep 17 00:00:00 2001
From: TakuSemba <taku1008ele@gmail.com>
Date: Thu, 6 Jul 2017 14:26:52 +0900
Subject: [PATCH 076/100] Update README.md

---
 English Version/README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/English Version/README.md b/English Version/README.md
index 264a2758..fd13c2a5 100644
--- a/English Version/README.md	
+++ b/English Version/README.md	
@@ -876,6 +876,13 @@ Project Address: https://github.com/BeppiMenozzi/TriStateToggleButton
 Fully customizable rotating knob selector with discrete values for Android. Replaces radio buttons, integer value inputs and ViewPager indicators.
 Project Address: https://github.com/BeppiMenozzi/Knob
 
+1. Spotlight  
+Android Library that lights items for tutorials or walk-throughs etc...
+Project Address: https://github.com/TakuSemba/Spotlight   
+Renderings:   
+![Renderings](https://raw.githubusercontent.com/takusemba/spotlight/master/arts/customTarget.gif)  
+
+
 ## 2. Common Util Libs  
 Include Dependency Injection, ImageCache, Network, Database ORM, Android common lib, Compatible low version, Multimedia, Event Bus, Sensor, Security, Plug-in, File, Others<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>  
 #### 1. Dependency Injection  

From 5a6c2784d568c0ba317119620c000123d0b7447e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=B0=8F=E8=BF=88?= <949804781@qq.com>
Date: Thu, 10 Aug 2017 11:07:30 +0800
Subject: [PATCH 077/100] Update README.md

update some information about JakeWharton
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 20cb3c07..54ef3cfc 100644
--- a/README.md
+++ b/README.md
@@ -2928,8 +2928,8 @@ BlockCanary是一个Android平台的一个非侵入式的性能监控组件,
 主要介绍那些乐于分享并且有一些很不错的开源项目的个人和组织。Follow 大神,深挖大神的项目和 following,你会发现很多。  
 
 #### 一、个人  
-1. JakeWharton  
-就职于 Square,绝对牛逼的大神,项目主要集中在 Android 版本兼容,ViewPager 及开发工具上  
+1. JakeWharton  
+现就职于 Google,(曾就职于 Square),绝对牛逼的大神,项目主要集中在 Android 版本兼容,ViewPager 及开发工具上  
 Github 地址:https://github.com/JakeWharton  
 代表作:ActionBarSherlock,Android-ViewPagerIndicator,Nine Old Androids,SwipeToDismissNOA,hugo,butterknife,Android-DirectionalViewPager, scalpel    
 pidcat 另外对 square 及其他开源项目有很多贡献  

From 16d61e16d6169c7ebff992d4b2a68e46ff7f0014 Mon Sep 17 00:00:00 2001
From: jcodeing <jcodeing@gmail.com>
Date: Mon, 25 Sep 2017 02:53:57 +0800
Subject: [PATCH 078/100] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AA=92=E4=BD=93?=
 =?UTF-8?q?=E6=A1=86=E6=9E=B6KMedia.=20=E4=B8=80=E4=B8=AA=E4=B8=BAAndroid?=
 =?UTF-8?q?=E6=89=93=E9=80=A0=E7=9A=84=E5=BA=94=E7=94=A8=E7=BA=A7=E5=AA=92?=
 =?UTF-8?q?=E4=BD=93=E6=A1=86=E6=9E=B6,=20=E5=AE=83=E5=8F=AF=E4=BB=A5?=
 =?UTF-8?q?=E5=8A=A9=E4=BD=A0=E5=BF=AB=E9=80=9F=E6=90=AD=E5=BB=BA=E5=AA=92?=
 =?UTF-8?q?=E4=BD=93=E5=BA=94=E7=94=A8.=20=E5=86=85=E9=83=A8=E9=87=8D?=
 =?UTF-8?q?=E6=96=B0=E5=AE=9A=E4=B9=89Android=20MediaPlayer=20API=E5=B9=B6?=
 =?UTF-8?q?=E5=AF=B9=E5=85=B6=E5=B0=81=E8=A3=85,=20=E7=AE=80=E5=8C=96?=
 =?UTF-8?q?=E5=92=8C=E6=89=A9=E5=B1=95=E4=B8=80=E4=BA=9B=E5=8E=9F=E7=94=9F?=
 =?UTF-8?q?API=E4=B8=8D=E6=94=AF=20=E6=8C=81=E7=9A=84=E5=8A=9F=E8=83=BD.?=
 =?UTF-8?q?=20=E6=9B=B4=E6=96=B0=E4=B9=8B=E5=89=8D=E5=BC=80=E6=BA=90?=
 =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=A0=BC=E5=BC=8F.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md | 68 ++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 40 insertions(+), 28 deletions(-)

diff --git a/README.md b/README.md
index 39d4cb94..5cec3ddb 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ Other: [English Version](https://github.com/Trinea/android-open-project/tree/mas
  专注于 Android 开源分享、源码解析、框架设计、Android 内推。  
  ![img](http://www.trinea.cn/wp-content/uploads/2016/01/weixin-codekk-160.jpg)  
  我们的网站:[www.codekk.com](http://a.codekk.com)  
- 
+
 #### [Android 开发调试效率数倍提升工具——开发助手 App 最新版](http://www.trinea.cn/dev-tools/development-tools/features-and-versions/),可从 Google Play、应用宝、360 手机助手里搜索”开发助手”下载,或通过网页下载:<a href="https://play.google.com/store/apps/details?id=cn.trinea.android.developertools" target="_blank" title="去 Google Play 下载开发助手">Google Play</a>、<a href="http://android.myapp.com/myapp/detail.htm?apkName=cn.trinea.android.developertools" target="_blank" title="去应用宝下载开发助手">应用宝</a>、<a href="http://zhushou.360.cn/detail/index/soft_id/3644614" target="_blank" title="去 360 手机助手下载开发助手">360 手机助手</a>、<a href="http://trinea.cn/app/dev-tools.apk" target="_blank" title="直接本地下载开发助手">本地下载</a>
 #### <a href="http://a.codekk.com" target="_blank">Android 开源项目源码解析(Volley、UIL、Dagger、EventBus、插件化库等分析)</a>  
 #### <a href="http://j.codekk.com" target="_blank">Android 职位内部推荐(阿里、腾讯、百度、京东、滴滴、美团、58、华为、网易、魅族等)</a>  
@@ -72,7 +72,7 @@ APP 示例:Wordpress Android
 支持定义 ListView 左右滑动事件,支持左右滑动位移,支持定义动画时间  
 项目地址:https://github.com/47deg/android-swipelistview  
 Demo 地址:https://play.google.com/store/apps/details?id=com.fortysevendeg.android.swipelistview  
-APP 示例:微信 
+APP 示例:微信
 
 1. Android-SlidingLayout  
 实现类似QQ、微信ListView和WebView的上拉下拉弹跳效果和iOS的ListView的果冻效果。兼容Android自带库和兼容库的所有View组件,包括RecyclerView、ListView、ScrollView以及WebView等等。  
@@ -101,7 +101,7 @@ Demo 地址:https://github.com/JakeWharton/SwipeToDismissNOA/SwipeToDismissNOA
 1. QuickSideBar  
 帮助快速查阅对应分组的侧边栏,可以配合任意列表,demo中给出配合RecyclerView(浮动分组使用stickyheadersrecyclerview)。  
 项目地址:https://github.com/saiwu-bigkoo/Android-QuickSideBar  
-效果图:![Renderings](https://github.com/saiwu-bigkoo/Android-QuickSideBar/blob/master/preview/quicksidebardemo.gif) 
+效果图:![Renderings](https://github.com/saiwu-bigkoo/Android-QuickSideBar/blob/master/preview/quicksidebardemo.gif)
 
 1. async-expandable-list
 支持异步加载子列表的 ExpandableListView,包括CollectionView可以显示小标题的列表
@@ -273,7 +273,7 @@ Demo 地址:[Download here](http://7u2jsw.com1.z0.glb.clouddn.com/githubCustom
 一个可以提取单词的 ListView,支持"放大镜"效果。  
 项目地址:https://github.com/jcodeing/ExtractWordView  
 Demo 地址:[Download here](https://raw.githubusercontent.com/jcodeing/ExtractWordView/master/ExtractWordView-demo.apk)  
-效果图:![Renderings](https://raw.githubusercontent.com/jcodeing/ExtractWordView/master/lookme.gif)  
+![Renderings](https://raw.githubusercontent.com/jcodeing/ExtractWordView/master/lookme.gif)  
 
 1. FlyRefresh  
 支持 ListView, GridView, RecyclerView, ScrollView 的下拉刷新  
@@ -307,7 +307,7 @@ Demo 地址:https://play.google.com/store/apps/details?id=com.baobomb.popuplis
 项目地址:https://github.com/tuesda/CircleRefreshLayout  
 效果图:  
 ![Renderings](https://raw.githubusercontent.com/tuesda/CircleRefreshLayout/master/gif/circlerefresh.gif)   
-  
+
 1. EasyRecyclerView  
 一款简单易用的EasyRecyclerView
 1.提供EasyRecyclerView,不需要写太多RecyclerView的配置代码  
@@ -487,7 +487,7 @@ Demo 地址:[SlideBottomPanelDemo 下载](https://github.com/kingideayou/Slide
 #### 四、ViewPager 、Gallery
 1. AdvancedPagerSlidingTabStrip   
 一个完美兼容ViewPager的导航栏组件;可以自定义TabView;能动态加载Tab上的Icon图片; 能显示Tab的消息数量和提示小圆点;支持自定义为微博形式的可滑动tab。  
-![p1](https://raw.githubusercontent.com/HomHomLin/AdvancedPagerSlidingTabStrip/master/Pic/Screen_20160216163404.png) 
+![p1](https://raw.githubusercontent.com/HomHomLin/AdvancedPagerSlidingTabStrip/master/Pic/Screen_20160216163404.png)
 ![p2](https://raw.githubusercontent.com/HomHomLin/AdvancedPagerSlidingTabStrip/master/Pic/Screen_20160411141706.png)
 项目地址:https://github.com/HomHomLin/AdvancedPagerSlidingTabStrip。  
 
@@ -747,7 +747,7 @@ https://github.com/siyamed/android-shape-imageview/raw/master/images/all-samples
 支持双指/双击缩放的ImageView,支持从一个PhotoView缩放到另外一个PhotoView(点击图片放大预览),相对于其他PhototView有更加平滑的缩放,平移的动画,并且支持所有的ScaleType,可以作为普通的ImageView使用  
 项目地址:https://github.com/bm-x/PhotoView  
 效果图:![Renderings](https://github.com/bm-x/PhotoView/raw/master/demo1.gif)  
-  
+
 1. TextWithImageDrawable  
 一个可以同时包含图片和文字的drawable,使用方式类似TextView和它的drawableLeft之类的方法,功能比较全面,可以代替TextView或是解决一些非得需要在ImageView中同时显示文字和图片的问题  
 项目地址:https://github.com/wuseal/TextWithImageDrawable  
@@ -757,7 +757,7 @@ https://github.com/siyamed/android-shape-imageview/raw/master/images/all-samples
 Demo中通过AnchorImageView简单的实现了一个课本点读的功能  
 项目地址:https://github.com/jcodeing/AnchorImageView  
 Demo 地址:[Download here](https://raw.githubusercontent.com/jcodeing/AnchorImageView/master/AnchorImageView-debug.apk)  
-效果图:![Renderings](https://raw.githubusercontent.com/jcodeing/AnchorImageView/master/lookme.gif)  
+![Renderings](https://raw.githubusercontent.com/jcodeing/AnchorImageView/master/lookme.gif)
 
 #### 七、ProgressBar
 1. SmoothProgressBar  
@@ -839,8 +839,8 @@ Demo 地址:https://raw.github.com/john990/WaveView/master/screenshot%26apk/de
 1. MetaballLoading  
 A 2d metaball loading
 项目地址:https://github.com/dodola/MetaballLoading
-效果图:![Renderings](https://github.com/dodola/MetaballLoading/blob/master/metaball.gif) 
-效果图:![Renderings](https://github.com/dodola/MetaballLoading/blob/master/metaball2.gif) 
+效果图:![Renderings](https://github.com/dodola/MetaballLoading/blob/master/metaball.gif)
+效果图:![Renderings](https://github.com/dodola/MetaballLoading/blob/master/metaball2.gif)
 
 1. SectorProgressView  
 一个圆形或环形的进度显示控件,用圆中扇形的角度大小来表示进度信息<br/>
@@ -855,9 +855,9 @@ Demo地址:(https://play.google.com/store/apps/details?id=com.mikhaellopez.cir
 效果图:<br/>![CircularFillableLoaders](https://camo.githubusercontent.com/b8e510f51d0781c1ac41a01713d81beb93ff30a9/687474703a2f2f6936362e74696e797069632e636f6d2f357a6771776e2e706e67) ![CircularFillableLoaders](https://lh3.googleusercontent.com/QUzoUjzTGirHKnGSmvziRfh230FRph12TPfEqUdZs9HXAgDnB79pSP6aCDLVpU9QvRZA=h310-rw)
 
 1. PinWheel  
-一个旋转的大风车Dialog 
+一个旋转的大风车Dialog
 项目地址:https://github.com/codingWang/PinWheel<br/>
-效果图:![Renderings](https://github.com/codingWang/PinWheel/blob/master/gif/pinwheel.gif) 
+效果图:![Renderings](https://github.com/codingWang/PinWheel/blob/master/gif/pinwheel.gif)
 
 1. ColorArcProgressBar
 一个可定制的圆形进度条,通过xml参数配置可实现QQ健康中步数的弧形进度显示、仪盘表显示速度、最常见的下载进度条等功能。<br/>
@@ -1051,9 +1051,9 @@ EditText 的 Material Design 实现。包含 [Google Material Design Spec](http:
 APP示例:知乎  
 效果图:![Renderings](https://raw.githubusercontent.com/kingideayou/TagCloudView/master/imgs/tagCloudView_3.gif)  
 
-1. BubbleTextView 
-Android Bubble View 
-项目地址:https://github.com/dupengtao/BubbleTextView 
+1. BubbleTextView
+Android Bubble View
+项目地址:https://github.com/dupengtao/BubbleTextView
 效果图:![Renderings](https://camo.githubusercontent.com/3b8c44089da79868cb45a4da372f2eaae0f3341b/687474703a2f2f3764397069632e636f6d312e7a302e676c622e636c6f7564646e2e636f6d2f627562626c65775f766965772e706e67)  
 
 1. shadow-layout
@@ -1160,7 +1160,7 @@ Android 倒计时控件,使用Canvas绘制,支持多种样式
 #### 十一、TipView
 包括 Toast、角标、UndoBar 等提示性控件  
 
-1. SVProgressHUD 
+1. SVProgressHUD
 SVProgressHUD For Android 精仿iOS的提示库 SVProgressHUD,api也几乎一样。  
 项目地址:https://github.com/saiwu-bigkoo/Android-SVProgressHUD  
 效果图:![Renderings](https://github.com/saiwu-bigkoo/Android-SVProgressHUD/raw/master/preview/svprogresshuddemo.gif)  
@@ -1505,7 +1505,7 @@ Demo 地址:[Download Demo](https://github.com/daimajia/AndroidSwipeLayout/rel
 项目地址:https://github.com/Tibolte/Android-Anim-Playground  
 效果图:![Renderings](https://raw.githubusercontent.com/Tibolte/Android-Anim-Playground/master/androiddemosvg.gif)  
 
-1. AlertView 
+1. AlertView
 仿iOS的AlertViewController 几乎完美还原iOS 的 AlertViewController ,同时支持Alert和ActionSheet模式,每一个细节都是精雕细琢,并把api封装成懒到极致模式,一行代码就可以进行弹窗.  
 项目地址:https://github.com/saiwu-bigkoo/Android-AlertView  
 效果图:![Renderings](https://github.com/saiwu-bigkoo/Android-AlertView/blob/master/preview/alertviewdemo.gif)  
@@ -1598,7 +1598,7 @@ material风格的camera。能使camera使用起来更简单的库。
 Sample地址:https://github.com/afollestad/material-dialogs/blob/master/sample/sample.apk  
 效果图:  
 ![Renderings](https://raw.githubusercontent.com/afollestad/material-dialogs/master/art/mddemoshowcase.png)    
-  
+
 1. NotifyUtil  
 最常见的通知样式库  
 项目地址:https://github.com/wenmingvs/NotifyUtil  
@@ -1608,17 +1608,17 @@ demo地址:https://github.com/wenmingvs/NotifyUtil#notifydemo
 使用fresco选取多张图片并可预览图片  
 项目地址:https://github.com/canyinghao/CanPhotos   
 效果图:  
-![Renderings](https://raw.githubusercontent.com/canyinghao/CanPhotos/master/pic/CanPhotos.gif) 
+![Renderings](https://raw.githubusercontent.com/canyinghao/CanPhotos/master/pic/CanPhotos.gif)
 
 1. CanDialog
 仿照系统Dialog所写,继承于FrameLayout,添加一些动画,一些显示类型。  
 项目地址:https://github.com/canyinghao/CanDialog  
 效果图:  
-![Renderings](https://raw.githubusercontent.com/canyinghao/CanDialog/master/pic/CanDialog.gif) 
+![Renderings](https://raw.githubusercontent.com/canyinghao/CanDialog/master/pic/CanDialog.gif)
 
 1. WindRoseDiagramView
 一个风力玫瑰图的 View 组件,项目地址:![https://github.com/timqi/WindRoseDiagramView/](https://github.com/timqi/WindRoseDiagramView/)
-![效果图](https://github.com/timqi/WindRoseDiagramView/raw/master/art/WindRoseDiagram.gif) 
+![效果图](https://github.com/timqi/WindRoseDiagramView/raw/master/art/WindRoseDiagram.gif)
 
 1. MaterialRatingBar  
 与 Google 系应用设计相同、支持拉伸、修正原生实现诸多问题的星级评分条。可直接替换 RatingBar。  
@@ -1793,7 +1793,7 @@ TwistVolley 是对 Volley 的一个封装库。提供类似 Picasso 一样的串
 Demo 地址:https://github.com/pengjianbo/OkHttpFinal  
 
 #### 四、数据库 orm 工具包
-orm 的 db 工具类,简化建表、查询、更新、插入、事务、索引的操作 
+orm 的 db 工具类,简化建表、查询、更新、插入、事务、索引的操作
 
 1. greenDAO  
 Android Sqlite orm 的 db 工具类  
@@ -1930,7 +1930,7 @@ A library that analyzes an Android device's specifications and calculates which
 
 1. MultiImageSelector   
 一个本地图片选择器,支持图片的单选和多选,直接返回所选图片的路径。   
-项目地址:https://github.com/lovetuzitong/MultiImageSelector.git 
+项目地址:https://github.com/lovetuzitong/MultiImageSelector.git
 
 #### 六、Android 高版本向低版本兼容
 1. Nine Old Androids  
@@ -1992,7 +1992,7 @@ Demo地址: https://github.com/lfkdsk/EngineDemo
 网站介绍:http://www.vitamio.org/docs/  
 特点:(1) 全面支持硬件解码与 GPU 渲染  
 (2) 能够流畅播放 720P 甚至 1080P 高清 MKV,FLV,MP4,MOV,TS,RMVB 等常见格式的视频  
-(3) 在 Android 与 iOS 上跨平台支持 MMS, RTSP, RTMP, HLS(m3u8)等常见的多种视频流媒体协议,包括点播与直播。 
+(3) 在 Android 与 iOS 上跨平台支持 MMS, RTSP, RTMP, HLS(m3u8)等常见的多种视频流媒体协议,包括点播与直播。
 
 1. VDPlayerSDK  
 最容易集成的开源播放器组件,支持直播,支持软硬解切换,支持清晰度切换  
@@ -2107,7 +2107,19 @@ android 上一个轻量级的更简单的开源弹幕控件
 一个基于Sonic的变音Demo,可调节Speed,Pitch,Rate.  
 项目地址:https://github.com/jcodeing/K-Sonic  
 Demo 地址:[Download here](https://raw.githubusercontent.com/jcodeing/K-Sonic/master/K-Sonic-demo.apk)  
-效果图:![Renderings](https://raw.githubusercontent.com/jcodeing/K-Sonic/master/lookme.jpg)  
+
+1. KMedia  
+一个为Android打造的应用级媒体框架, 它可以助你快速搭建媒体应用.
+内部重新定义Android MediaPlayer API并对其封装, 简化和扩展一些原生API不支持的功能.
+其中涵盖了, `AB播放/循环` `位置单元/间隔/循环` `变速播放` `媒体队列管理` `媒体服务/绑定` `音频后台/通知栏控制`
+`媒体按键自定义处理` `音频焦点管理` `媒体引擎切换/扩展`... 等功能的快速实现.
+以及, 对视频播放实现方面的封装. 其中将视频视图主要分为: 绘制层 控制组 控制层, 三个部分.
+从而能够快速并灵活的实现Video相关应用的大部分功能, 包括 `视频浮窗/拖动/调整位置大小` `横竖屏自动切换` `全屏锁定`
+`手势调整亮度/音量/进度` `字幕/切换/拖动` `视频段落/间隔复读` `视频续集/列表/循环播放` `动态切换视频控制层`
+`控制层分离`... 等功能的快速实现.  
+项目地址:https://github.com/jcodeing/KMedia →项目模块:[KMedia-Core](https://github.com/jcodeing/KMedia-Core) & [KMedia-Uie](https://github.com/jcodeing/KMedia-Uie) & [KMedia-Exo](https://github.com/jcodeing/KMedia-Exo)  
+[![Demo-Screen-Record-1](https://raw.githubusercontent.com/jcodeing/KMedia/release/demo/demo_sr_1.gif)][download_demo_apk][![Demo-Ui](https://raw.githubusercontent.com/jcodeing/KMedia/release/demo/demo_ui.gif)][download_demo_apk][![Demo-Screen-Record-2](https://raw.githubusercontent.com/jcodeing/KMedia/release/demo/demo_sr_2.gif)][download_demo_apk]
+[download_demo_apk]: https://raw.githubusercontent.com/jcodeing/KMedia/release/demo/demo_release.apk  "Click Download KMedia Demo 4.9 MB"  
 
 #### 八、事件总线(订阅者模式)
 通过发布/订阅事件解耦事件发送和接受,从而简化应用程序组件(Activities, Fragments 及后台线程)之间的通信  
@@ -2247,7 +2259,7 @@ Android 插件式开发,开放的源码目前不完整
 1. Android OpenAtlas  
 Android插件框架,基于OSGI,非代理方式,组件需要在宿主中声明  
 项目地址:https://github.com/bunnyblue/OpenAtlas  
-Demo 地址:https://github.com/bunnyblue/OpenAtlasExtension/blob/master/Dist/OpenAtlasLauncher.apk 
+Demo 地址:https://github.com/bunnyblue/OpenAtlasExtension/blob/master/Dist/OpenAtlasLauncher.apk
 
 1. multidex  
 安装多 dex 的 classloader  
@@ -2299,7 +2311,7 @@ java 压缩和解压库
 1. Image File Selector  
 轻量级的图片文件选择器,用系统api选取,压缩和裁切图片,可以方便的得要指定尺寸的图片  
 项目地址:https://github.com/sw926/ImageFileSelector  
-	
+
 #### 十三、其他
 
 1. FragmentStack  
@@ -2674,7 +2686,7 @@ Android ActionBar 样式生成器,可在线选择 ActionBar 样式自动生成
 用于生成各个分辨率的图片  
 项目地址:http://www.appiconsizes.com/  
 
-1. AndroidUtiles 
+1. AndroidUtiles
 集合了所有常用的安卓工具类
 项目地址:https://github.com/l123456789jy/Lazy
 

From 483cdff4c29f8545bda0677af51d4785cf13d18a Mon Sep 17 00:00:00 2001
From: jcodeing <jcodeing@gmail.com>
Date: Mon, 25 Sep 2017 03:47:09 +0800
Subject: [PATCH 079/100] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AA=92=E4=BD=93?=
 =?UTF-8?q?=E6=A1=86=E6=9E=B6KMedia=E5=9B=BE=E7=89=87=E5=9C=B0=E5=9D=80.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 5cec3ddb..fe35b10e 100644
--- a/README.md
+++ b/README.md
@@ -2118,8 +2118,7 @@ Demo 地址:[Download here](https://raw.githubusercontent.com/jcodeing/K-Sonic
 `手势调整亮度/音量/进度` `字幕/切换/拖动` `视频段落/间隔复读` `视频续集/列表/循环播放` `动态切换视频控制层`
 `控制层分离`... 等功能的快速实现.  
 项目地址:https://github.com/jcodeing/KMedia →项目模块:[KMedia-Core](https://github.com/jcodeing/KMedia-Core) & [KMedia-Uie](https://github.com/jcodeing/KMedia-Uie) & [KMedia-Exo](https://github.com/jcodeing/KMedia-Exo)  
-[![Demo-Screen-Record-1](https://raw.githubusercontent.com/jcodeing/KMedia/release/demo/demo_sr_1.gif)][download_demo_apk][![Demo-Ui](https://raw.githubusercontent.com/jcodeing/KMedia/release/demo/demo_ui.gif)][download_demo_apk][![Demo-Screen-Record-2](https://raw.githubusercontent.com/jcodeing/KMedia/release/demo/demo_sr_2.gif)][download_demo_apk]
-[download_demo_apk]: https://raw.githubusercontent.com/jcodeing/KMedia/release/demo/demo_release.apk  "Click Download KMedia Demo 4.9 MB"  
+![Demo-Gif-1](https://raw.githubusercontent.com/jcodeing/raw/raw/gif/km_d_sr_1_270.gif)![Demo-Gif-2](https://raw.githubusercontent.com/jcodeing/raw/raw/gif/km_d_ui_270.gif)![Demo-Gif-3](https://raw.githubusercontent.com/jcodeing/raw/raw/gif/km_d_sr_2_270.gif)
 
 #### 八、事件总线(订阅者模式)
 通过发布/订阅事件解耦事件发送和接受,从而简化应用程序组件(Activities, Fragments 及后台线程)之间的通信  

From 356dde732a221b1ca892da8ce2e8320fd9e41117 Mon Sep 17 00:00:00 2001
From: Supriya <sup0508@gmail.com>
Date: Sun, 15 Oct 2017 00:24:34 +0530
Subject: [PATCH 080/100] Fixed link for "Personalized Views"

---
 English Version/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/English Version/README.md b/English Version/README.md
index fd13c2a5..35d89505 100644
--- a/English Version/README.md	
+++ b/English Version/README.md	
@@ -8,7 +8,7 @@ Welcome to recommend good android open source projects, you can [Commit](https:/
 Twitter:[trinea_cn](https://twitter.com/trinea_cn)&nbsp;&nbsp;&nbsp;&nbsp;HomePage: [www.trinea.cn](http://www.trinea.cn/)&nbsp;&nbsp;&nbsp;&nbsp;Email:[trinea.cn@gmail.com](mailto:trinea.cn@gmail.com)&nbsp;&nbsp;&nbsp;&nbsp;QQ:[717763774](http://wpa.qq.com/msgrd?v=3&uin=717763774&site=qq&menu=yes)  
 Share:<a href="https://twitter.com/intent/tweet?text=Android Open Source Projects include Personalized Views, Common Util Libs, Excellent projects and so on   %40trinea_cn+https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&pic=" target="_blank" title="Share on twitter" style="width:100%"><img src="http://farm4.staticflickr.com/3764/13104038813_03933d4394_o.png"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&t=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&pic" target="_blank" title="Share on facebook" style="width:100%"><img src="http://farm4.staticflickr.com/3801/13104038583_b03d5cafac_o.png"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://service.weibo.com/share/share.php?url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&appkey=1657413438&searchPic=true" target="_blank" title="Shared on weibo" style="width:100%"><img src="http://farm8.staticflickr.com/7342/13103239365_e5cd37fbac_o.png" title="Shared on weibo"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&desc=&summary=&site=www.trinea.cn" target="_blank" title="Share on qzone" style="width:100%"><img src="http://farm8.staticflickr.com/7418/13103935825_209bd521f0_o.jpg"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://share.v.t.qq.com/index.php?c=share&a=index&url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&appkey=801404464" target="_blank" title="Shared on tecent weibo" style="width:100%"><img src="http://farm8.staticflickr.com/7452/13104204564_f867971a13_o.png"/></a>
 ### Include:  
->[1. Personalized Views](https://github.com/Trinea/android-open-project/tree/master/English%20Version#first-part-personalized-views)  
+>[1. Personalized Views](#1.-personalized-views )  
 *&nbsp;&nbsp;include [ListView](https://github.com/Trinea/android-open-project/tree/master/English%20Version#first-listview), [ActionBar](https://github.com/Trinea/android-open-project/tree/master/English%20Version#second-actionbar), [Menu](https://github.com/Trinea/android-open-project/tree/master/English%20Version#third-menu), [ViewPager](https://github.com/Trinea/android-open-project/tree/master/English%20Version#fourth-viewpager-gallery), [Gallery](https://github.com/Trinea/android-open-project/tree/master/English%20Version#fifth-gridview), [ImageView](https://github.com/Trinea/android-open-project/tree/master/English%20Version#sixth-imageview), [ProgressBar](https://github.com/Trinea/android-open-project/tree/master/English%20Version#seventh-progressbar), [TextView](https://github.com/Trinea/android-open-project/tree/master/English%20Version#eighth-textview),[ScrollView](), [TimeView](), [TipView](), [FlipView](), [ColorPickView](), [GraphView](), [UI Style](),  [Others](https://github.com/Trinea/android-open-project/tree/master/English%20Version#ninth-others)*  
 [2. Common Util Libs](https://github.com/Trinea/android-open-project/tree/master/English%20Version#second-part-common-util-libs)  
 *&nbsp;&nbsp;include [Dependency Injection](https://github.com/Trinea/android-open-project/tree/master/English%20Version#first-dependency-injection), [ImageCache](https://github.com/Trinea/android-open-project/tree/master/English%20Version#second-image-cache), [Network](https://github.com/Trinea/android-open-project/tree/master/English%20Version#third-network), [Database ORM](https://github.com/Trinea/android-open-project/tree/master/English%20Version#fourth-database-orm), [Android common lib](https://github.com/Trinea/android-open-project/tree/master/English%20Version#fifth-android-common-lib), [Compatible low version](https://github.com/Trinea/android-open-project/tree/master/English%20Version#sixth-android-compatible-low-version), [Multimedia](https://github.com/Trinea/android-open-project/tree/master/English%20Version#seventh-multimedia), [Event Bus](https://github.com/Trinea/android-open-project/tree/master/English%20Version#eighth-event-bus), [Sensor](https://github.com/Trinea/android-open-project/tree/master/English%20Version#ninth-sensor), [Security](https://github.com/Trinea/android-open-project/tree/master/English%20Version#tenth-security), [Plug-in](), [File](), [Others](https://github.com/Trinea/android-open-project/tree/master/English%20Version#eleventh-others)*  

From f1a4b90af714a94a7f10b004904799d4198f844c Mon Sep 17 00:00:00 2001
From: Supriya <sup0508@gmail.com>
Date: Sun, 15 Oct 2017 00:44:04 +0530
Subject: [PATCH 081/100] Fixed all broken intra page links.

---
 English Version/README.md | 42 ++++++++++++++++++++++++++++++++-------
 1 file changed, 35 insertions(+), 7 deletions(-)

diff --git a/English Version/README.md b/English Version/README.md
index 35d89505..f01db359 100644
--- a/English Version/README.md	
+++ b/English Version/README.md	
@@ -8,15 +8,43 @@ Welcome to recommend good android open source projects, you can [Commit](https:/
 Twitter:[trinea_cn](https://twitter.com/trinea_cn)&nbsp;&nbsp;&nbsp;&nbsp;HomePage: [www.trinea.cn](http://www.trinea.cn/)&nbsp;&nbsp;&nbsp;&nbsp;Email:[trinea.cn@gmail.com](mailto:trinea.cn@gmail.com)&nbsp;&nbsp;&nbsp;&nbsp;QQ:[717763774](http://wpa.qq.com/msgrd?v=3&uin=717763774&site=qq&menu=yes)  
 Share:<a href="https://twitter.com/intent/tweet?text=Android Open Source Projects include Personalized Views, Common Util Libs, Excellent projects and so on   %40trinea_cn+https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&pic=" target="_blank" title="Share on twitter" style="width:100%"><img src="http://farm4.staticflickr.com/3764/13104038813_03933d4394_o.png"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&t=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&pic" target="_blank" title="Share on facebook" style="width:100%"><img src="http://farm4.staticflickr.com/3801/13104038583_b03d5cafac_o.png"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://service.weibo.com/share/share.php?url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&appkey=1657413438&searchPic=true" target="_blank" title="Shared on weibo" style="width:100%"><img src="http://farm8.staticflickr.com/7342/13103239365_e5cd37fbac_o.png" title="Shared on weibo"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&desc=&summary=&site=www.trinea.cn" target="_blank" title="Share on qzone" style="width:100%"><img src="http://farm8.staticflickr.com/7418/13103935825_209bd521f0_o.jpg"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://share.v.t.qq.com/index.php?c=share&a=index&url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&appkey=801404464" target="_blank" title="Shared on tecent weibo" style="width:100%"><img src="http://farm8.staticflickr.com/7452/13104204564_f867971a13_o.png"/></a>
 ### Include:  
->[1. Personalized Views](#1.-personalized-views )  
-*&nbsp;&nbsp;include [ListView](https://github.com/Trinea/android-open-project/tree/master/English%20Version#first-listview), [ActionBar](https://github.com/Trinea/android-open-project/tree/master/English%20Version#second-actionbar), [Menu](https://github.com/Trinea/android-open-project/tree/master/English%20Version#third-menu), [ViewPager](https://github.com/Trinea/android-open-project/tree/master/English%20Version#fourth-viewpager-gallery), [Gallery](https://github.com/Trinea/android-open-project/tree/master/English%20Version#fifth-gridview), [ImageView](https://github.com/Trinea/android-open-project/tree/master/English%20Version#sixth-imageview), [ProgressBar](https://github.com/Trinea/android-open-project/tree/master/English%20Version#seventh-progressbar), [TextView](https://github.com/Trinea/android-open-project/tree/master/English%20Version#eighth-textview),[ScrollView](), [TimeView](), [TipView](), [FlipView](), [ColorPickView](), [GraphView](), [UI Style](),  [Others](https://github.com/Trinea/android-open-project/tree/master/English%20Version#ninth-others)*  
-[2. Common Util Libs](https://github.com/Trinea/android-open-project/tree/master/English%20Version#second-part-common-util-libs)  
-*&nbsp;&nbsp;include [Dependency Injection](https://github.com/Trinea/android-open-project/tree/master/English%20Version#first-dependency-injection), [ImageCache](https://github.com/Trinea/android-open-project/tree/master/English%20Version#second-image-cache), [Network](https://github.com/Trinea/android-open-project/tree/master/English%20Version#third-network), [Database ORM](https://github.com/Trinea/android-open-project/tree/master/English%20Version#fourth-database-orm), [Android common lib](https://github.com/Trinea/android-open-project/tree/master/English%20Version#fifth-android-common-lib), [Compatible low version](https://github.com/Trinea/android-open-project/tree/master/English%20Version#sixth-android-compatible-low-version), [Multimedia](https://github.com/Trinea/android-open-project/tree/master/English%20Version#seventh-multimedia), [Event Bus](https://github.com/Trinea/android-open-project/tree/master/English%20Version#eighth-event-bus), [Sensor](https://github.com/Trinea/android-open-project/tree/master/English%20Version#ninth-sensor), [Security](https://github.com/Trinea/android-open-project/tree/master/English%20Version#tenth-security), [Plug-in](), [File](), [Others](https://github.com/Trinea/android-open-project/tree/master/English%20Version#eleventh-others)*  
-[3. Excellent projects](https://github.com/Trinea/android-open-project/tree/master/English%20Version#third-part-excellent-projects)  
+>[1. Personalized Views](#1-personalized-views )  
+*&nbsp;&nbsp;
+include [ListView](#1-listview),
+[ActionBar](#2-actionbar),
+[Menu](#3-menu),
+[ViewPager](#4-viewpager-gallery),
+[Gallery](#5-gridview),
+[ImageView](#6-imageview),
+[ProgressBar](#7-progressbar),
+[TextView](#8-textview),
+[ScrollView](), 
+[TimeView](), 
+[TipView](), [FlipView](), 
+[ColorPickView](), 
+[GraphView](),
+[UI Style](), 
+[Others](#9-others)*  
+[2. Common Util Libs](#2-common-util-libs)  
+*&nbsp;&nbsp;include [Dependency Injection](#1-dependency-injection),
+[ImageCache](#2-image-cache),
+[Network](#3-network),
+[Database ORM](#4-database),
+[Android common lib](#5-android-common-lib),
+[Compatible low version](#6-android-compatible-low-version),
+[Multimedia](#7-multimedia),
+[Event Bus](#8-event-bus),
+[Sensor](#9-sensor),
+[Security](#10-security),
+[Maps](#11-maps),
+[Plug-in](),
+[File](),
+[Others](#12-others)*  
+[3. Excellent projects](#3-excellent-projects)  
 *&nbsp;&nbsp;more interesting android project*  
-[4. Development and testing tools](https://github.com/Trinea/android-open-project/tree/master/English%20Version#forth-part-development-and-testing-tools)  
+[4. Development and testing tools](#4-development-and-testing-tools)  
 *&nbsp;&nbsp;include [Development productivity tools](https://github.com/Trinea/android-open-project/tree/master/English%20Version#first-development-productivity-tools), [Develop self-test related](https://github.com/Trinea/android-open-project/tree/master/English%20Version#second-develop-self-test-related), [Testing tools](https://github.com/Trinea/android-open-project/tree/master/English%20Version#third-testing-tools), [Development and build environment](https://github.com/Trinea/android-open-project/tree/master/English%20Version#fourth-development-and-build-environment), [Others](https://github.com/Trinea/android-open-project/tree/master/English%20Version#fifth-others)*  
-[5. Outstanding individuals and groups](https://github.com/Trinea/android-open-project/tree/master/English%20Version#fifth-part-outstanding-individuals-and-groups)  
+[5. Outstanding individuals and groups](#4-outstanding-individuals-and-groups)  
 *&nbsp;&nbsp;Willing to share and have some very good open source project [Individual](https://github.com/Trinea/android-open-project/tree/master/English%20Version#first-individual) and [Group](https://github.com/Trinea/android-open-project/tree/master/English%20Version#second-group),include JakeWharton, Chris Banes, Koushik Dutta and so on*
   
 *Thank [likebamoo](https://github.com/likebamboo)  [vmlinz](https://github.com/vmlinz)  [xalexchen](https://github.com/xalexchen)  [youxiachai](https://github.com/youxiachai) [stormzhang](https://github.com/stormzhang)*  

From b06806577e43d6d812c2d4a6865699595cc282e5 Mon Sep 17 00:00:00 2001
From: Supriya <sup0508@gmail.com>
Date: Sun, 15 Oct 2017 00:46:19 +0530
Subject: [PATCH 082/100] Removed non-existent links.

---
 English Version/README.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/English Version/README.md b/English Version/README.md
index f01db359..07e4118c 100644
--- a/English Version/README.md	
+++ b/English Version/README.md	
@@ -18,12 +18,12 @@ include [ListView](#1-listview),
 [ImageView](#6-imageview),
 [ProgressBar](#7-progressbar),
 [TextView](#8-textview),
-[ScrollView](), 
-[TimeView](), 
-[TipView](), [FlipView](), 
-[ColorPickView](), 
-[GraphView](),
-[UI Style](), 
+ScrollView, 
+TimeView](), 
+TipView](), [FlipView](), 
+ColorPickView, 
+GraphView,
+UI Style, 
 [Others](#9-others)*  
 [2. Common Util Libs](#2-common-util-libs)  
 *&nbsp;&nbsp;include [Dependency Injection](#1-dependency-injection),
@@ -37,8 +37,8 @@ include [ListView](#1-listview),
 [Sensor](#9-sensor),
 [Security](#10-security),
 [Maps](#11-maps),
-[Plug-in](),
-[File](),
+Plug-in,
+File,
 [Others](#12-others)*  
 [3. Excellent projects](#3-excellent-projects)  
 *&nbsp;&nbsp;more interesting android project*  

From ddceb2e48969d05abed2fe0d989910cba4668ad4 Mon Sep 17 00:00:00 2001
From: Supriya <sup0508@gmail.com>
Date: Sun, 15 Oct 2017 00:47:58 +0530
Subject: [PATCH 083/100] Fixed typo.

---
 English Version/README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/English Version/README.md b/English Version/README.md
index 07e4118c..c4e1eb66 100644
--- a/English Version/README.md	
+++ b/English Version/README.md	
@@ -19,8 +19,9 @@ include [ListView](#1-listview),
 [ProgressBar](#7-progressbar),
 [TextView](#8-textview),
 ScrollView, 
-TimeView](), 
-TipView](), [FlipView](), 
+TimeView, 
+TipView, 
+FlipView, 
 ColorPickView, 
 GraphView,
 UI Style, 

From 05c6f6eb6e6ff93a8cb63c58997d8ddfc2184f6d Mon Sep 17 00:00:00 2001
From: Anas Altair <anastr@users.noreply.github.com>
Date: Wed, 1 Nov 2017 17:40:58 +0200
Subject: [PATCH 084/100] Update README.md

---
 English Version/README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/English Version/README.md b/English Version/README.md
index c4e1eb66..42bdea38 100644
--- a/English Version/README.md	
+++ b/English Version/README.md	
@@ -911,6 +911,12 @@ Project Address: https://github.com/TakuSemba/Spotlight
 Renderings:   
 ![Renderings](https://raw.githubusercontent.com/takusemba/spotlight/master/arts/customTarget.gif)  
 
+1. SpeedView  
+Dynamic Speedometer and Gauge for Android. amazing, powerful, and multi shape :zap:
+Project Address: https://github.com/anastr/SpeedView   
+Renderings:   
+![Renderings](https://raw.githubusercontent.com/anastr/SpeedView/master/images/AwesomeSpeedometer.gif)  
+
 
 ## 2. Common Util Libs  
 Include Dependency Injection, ImageCache, Network, Database ORM, Android common lib, Compatible low version, Multimedia, Event Bus, Sensor, Security, Plug-in, File, Others<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>  
@@ -1721,4 +1727,3 @@ HomePage: http://www.inmite.eu/
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-

From 428c5eef4c4c08fc369c46b5ad014c16eb77fe48 Mon Sep 17 00:00:00 2001
From: Anas Altair <anastr@users.noreply.github.com>
Date: Wed, 1 Nov 2017 17:41:36 +0200
Subject: [PATCH 085/100] Update README.md

---
 .../README.md"                                              | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git "a/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md" "b/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
index 7941d73f..6bf3214b 100644
--- "a/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
+++ "b/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
@@ -901,6 +901,12 @@ Android图书馆点亮项目的教程或漫步等...
 
 效果圖: ![Renderings](https://raw.githubusercontent.com/takusemba/spotlight/master/arts/customTarget.gif)  
 
+1. SpeedView  
+Android的动态车速表和量规。 惊人,强大,多形 :zap:
+項目地址: https://github.com/anastr/SpeedView   
+效果圖:   
+![Renderings](https://raw.githubusercontent.com/anastr/SpeedView/master/images/AwesomeSpeedometer.gif)  
+
 
 ## 第二部分 工具庫  
 主要包括那些不錯的開發庫,包括依賴注入框架、圖片緩存、網絡相關、數據庫ORM建模、Android公共庫、Android 高版本向低版本兼容、多媒體相關及其他。  <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>  

From db2e30dde6aacc6d9dbce06ac85c3c4ac61250e5 Mon Sep 17 00:00:00 2001
From: Anas Altair <anastr@users.noreply.github.com>
Date: Wed, 1 Nov 2017 17:47:05 +0200
Subject: [PATCH 086/100] Update README.md

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 39d4cb94..304be877 100644
--- a/README.md
+++ b/README.md
@@ -1632,6 +1632,12 @@ Android图书馆点亮项目的教程或漫步等...
 
 效果圖: ![Renderings](https://raw.githubusercontent.com/takusemba/spotlight/master/arts/customTarget.gif)  
 
+1. SpeedView  
+Android的动态车速表和量规。 惊人,强大,多形 :zap:
+項目地址: https://github.com/anastr/SpeedView   
+效果圖:   
+![Renderings](https://raw.githubusercontent.com/anastr/SpeedView/master/images/AwesomeSpeedometer.gif)  
+
 ## 第二部分 工具库
 主要包括那些不错的开发库,包括依赖注入框架、图片缓存、网络请求、数据库 ORM 建模、Android 公共库、Android 高版本向低版本兼容、多媒体相关及其他。  
 

From 9b0e74937e59ceecd3e9abdd67a5b62dec07b1c9 Mon Sep 17 00:00:00 2001
From: Trinea <jsjwgx_1989@126.com>
Date: Fri, 10 Nov 2017 00:11:54 -0600
Subject: [PATCH 087/100] Update README.md

---
 English Version/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/English Version/README.md b/English Version/README.md
index 42bdea38..b3dfaa1b 100644
--- a/English Version/README.md	
+++ b/English Version/README.md	
@@ -1,4 +1,4 @@
-Android Open Source Projects
+Android Open Source Projects [http://codekk.com](http://p.codekk.com/) for more
 ====================
 
 Welcome to recommend good android open source projects, you can [Commit](https://github.com/Trinea/android-open-project/wiki/Standard-of-adding-and-editing-content "Standard of adding and editing content") directly or tell me at [Colloct Page](https://github.com/Trinea/android-open-project/issues/1). Welcome `Star` and `Fork`  

From c1c2bfde442626733375563a596c3178a6bb2e75 Mon Sep 17 00:00:00 2001
From: Trinea <jsjwgx_1989@126.com>
Date: Fri, 10 Nov 2017 00:13:37 -0600
Subject: [PATCH 088/100] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 304be877..90f45b19 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Android 开源项目分类汇总
+Android 开源项目分类汇总,更全更新可见 [codekk.com](http://p.codekk.com/)
 ====================
 Other: [English Version](https://github.com/Trinea/android-open-project/tree/master/English%20Version), [繁體版](https://github.com/Trinea/android-open-project/tree/master/%E7%B9%81%E9%AB%94%E4%B8%AD%E6%96%87%E7%89%88), [Website Version](http://p.codekk.com/).    
 > 我们的微信公众号:codekk。二维码如下:  

From 93d8e6ea127befc367c42898da25f163c92a0763 Mon Sep 17 00:00:00 2001
From: jcodeing <jcodeing@gmail.com>
Date: Thu, 28 Dec 2017 12:48:06 +0800
Subject: [PATCH 089/100] =?UTF-8?q?Fix=20Add=20KMedia=E6=97=B6=E7=9A=84?=
 =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md | 50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

diff --git a/README.md b/README.md
index 570cbd9b..0ee37733 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ Other: [English Version](https://github.com/Trinea/android-open-project/tree/mas
  专注于 Android 开源分享、源码解析、框架设计、Android 内推。  
  ![img](http://www.trinea.cn/wp-content/uploads/2016/01/weixin-codekk-160.jpg)  
  我们的网站:[www.codekk.com](http://a.codekk.com)  
-
+ 
 #### [Android 开发调试效率数倍提升工具——开发助手 App 最新版](http://www.trinea.cn/dev-tools/development-tools/features-and-versions/),可从 Google Play、应用宝、360 手机助手里搜索”开发助手”下载,或通过网页下载:<a href="https://play.google.com/store/apps/details?id=cn.trinea.android.developertools" target="_blank" title="去 Google Play 下载开发助手">Google Play</a>、<a href="http://android.myapp.com/myapp/detail.htm?apkName=cn.trinea.android.developertools" target="_blank" title="去应用宝下载开发助手">应用宝</a>、<a href="http://zhushou.360.cn/detail/index/soft_id/3644614" target="_blank" title="去 360 手机助手下载开发助手">360 手机助手</a>、<a href="http://trinea.cn/app/dev-tools.apk" target="_blank" title="直接本地下载开发助手">本地下载</a>
 #### <a href="http://a.codekk.com" target="_blank">Android 开源项目源码解析(Volley、UIL、Dagger、EventBus、插件化库等分析)</a>  
 #### <a href="http://j.codekk.com" target="_blank">Android 职位内部推荐(阿里、腾讯、百度、京东、滴滴、美团、58、华为、网易、魅族等)</a>  
@@ -72,7 +72,7 @@ APP 示例:Wordpress Android
 支持定义 ListView 左右滑动事件,支持左右滑动位移,支持定义动画时间  
 项目地址:https://github.com/47deg/android-swipelistview  
 Demo 地址:https://play.google.com/store/apps/details?id=com.fortysevendeg.android.swipelistview  
-APP 示例:微信
+APP 示例:微信 
 
 1. Android-SlidingLayout  
 实现类似QQ、微信ListView和WebView的上拉下拉弹跳效果和iOS的ListView的果冻效果。兼容Android自带库和兼容库的所有View组件,包括RecyclerView、ListView、ScrollView以及WebView等等。  
@@ -101,7 +101,7 @@ Demo 地址:https://github.com/JakeWharton/SwipeToDismissNOA/SwipeToDismissNOA
 1. QuickSideBar  
 帮助快速查阅对应分组的侧边栏,可以配合任意列表,demo中给出配合RecyclerView(浮动分组使用stickyheadersrecyclerview)。  
 项目地址:https://github.com/saiwu-bigkoo/Android-QuickSideBar  
-效果图:![Renderings](https://github.com/saiwu-bigkoo/Android-QuickSideBar/blob/master/preview/quicksidebardemo.gif)
+效果图:![Renderings](https://github.com/saiwu-bigkoo/Android-QuickSideBar/blob/master/preview/quicksidebardemo.gif) 
 
 1. async-expandable-list
 支持异步加载子列表的 ExpandableListView,包括CollectionView可以显示小标题的列表
@@ -307,7 +307,7 @@ Demo 地址:https://play.google.com/store/apps/details?id=com.baobomb.popuplis
 项目地址:https://github.com/tuesda/CircleRefreshLayout  
 效果图:  
 ![Renderings](https://raw.githubusercontent.com/tuesda/CircleRefreshLayout/master/gif/circlerefresh.gif)   
-
+  
 1. EasyRecyclerView  
 一款简单易用的EasyRecyclerView
 1.提供EasyRecyclerView,不需要写太多RecyclerView的配置代码  
@@ -487,7 +487,7 @@ Demo 地址:[SlideBottomPanelDemo 下载](https://github.com/kingideayou/Slide
 #### 四、ViewPager 、Gallery
 1. AdvancedPagerSlidingTabStrip   
 一个完美兼容ViewPager的导航栏组件;可以自定义TabView;能动态加载Tab上的Icon图片; 能显示Tab的消息数量和提示小圆点;支持自定义为微博形式的可滑动tab。  
-![p1](https://raw.githubusercontent.com/HomHomLin/AdvancedPagerSlidingTabStrip/master/Pic/Screen_20160216163404.png)
+![p1](https://raw.githubusercontent.com/HomHomLin/AdvancedPagerSlidingTabStrip/master/Pic/Screen_20160216163404.png) 
 ![p2](https://raw.githubusercontent.com/HomHomLin/AdvancedPagerSlidingTabStrip/master/Pic/Screen_20160411141706.png)
 项目地址:https://github.com/HomHomLin/AdvancedPagerSlidingTabStrip。  
 
@@ -747,7 +747,7 @@ https://github.com/siyamed/android-shape-imageview/raw/master/images/all-samples
 支持双指/双击缩放的ImageView,支持从一个PhotoView缩放到另外一个PhotoView(点击图片放大预览),相对于其他PhototView有更加平滑的缩放,平移的动画,并且支持所有的ScaleType,可以作为普通的ImageView使用  
 项目地址:https://github.com/bm-x/PhotoView  
 效果图:![Renderings](https://github.com/bm-x/PhotoView/raw/master/demo1.gif)  
-
+  
 1. TextWithImageDrawable  
 一个可以同时包含图片和文字的drawable,使用方式类似TextView和它的drawableLeft之类的方法,功能比较全面,可以代替TextView或是解决一些非得需要在ImageView中同时显示文字和图片的问题  
 项目地址:https://github.com/wuseal/TextWithImageDrawable  
@@ -839,8 +839,8 @@ Demo 地址:https://raw.github.com/john990/WaveView/master/screenshot%26apk/de
 1. MetaballLoading  
 A 2d metaball loading
 项目地址:https://github.com/dodola/MetaballLoading
-效果图:![Renderings](https://github.com/dodola/MetaballLoading/blob/master/metaball.gif)
-效果图:![Renderings](https://github.com/dodola/MetaballLoading/blob/master/metaball2.gif)
+效果图:![Renderings](https://github.com/dodola/MetaballLoading/blob/master/metaball.gif) 
+效果图:![Renderings](https://github.com/dodola/MetaballLoading/blob/master/metaball2.gif) 
 
 1. SectorProgressView  
 一个圆形或环形的进度显示控件,用圆中扇形的角度大小来表示进度信息<br/>
@@ -855,9 +855,9 @@ Demo地址:(https://play.google.com/store/apps/details?id=com.mikhaellopez.cir
 效果图:<br/>![CircularFillableLoaders](https://camo.githubusercontent.com/b8e510f51d0781c1ac41a01713d81beb93ff30a9/687474703a2f2f6936362e74696e797069632e636f6d2f357a6771776e2e706e67) ![CircularFillableLoaders](https://lh3.googleusercontent.com/QUzoUjzTGirHKnGSmvziRfh230FRph12TPfEqUdZs9HXAgDnB79pSP6aCDLVpU9QvRZA=h310-rw)
 
 1. PinWheel  
-一个旋转的大风车Dialog
+一个旋转的大风车Dialog 
 项目地址:https://github.com/codingWang/PinWheel<br/>
-效果图:![Renderings](https://github.com/codingWang/PinWheel/blob/master/gif/pinwheel.gif)
+效果图:![Renderings](https://github.com/codingWang/PinWheel/blob/master/gif/pinwheel.gif) 
 
 1. ColorArcProgressBar
 一个可定制的圆形进度条,通过xml参数配置可实现QQ健康中步数的弧形进度显示、仪盘表显示速度、最常见的下载进度条等功能。<br/>
@@ -1051,9 +1051,9 @@ EditText 的 Material Design 实现。包含 [Google Material Design Spec](http:
 APP示例:知乎  
 效果图:![Renderings](https://raw.githubusercontent.com/kingideayou/TagCloudView/master/imgs/tagCloudView_3.gif)  
 
-1. BubbleTextView
-Android Bubble View
-项目地址:https://github.com/dupengtao/BubbleTextView
+1. BubbleTextView 
+Android Bubble View 
+项目地址:https://github.com/dupengtao/BubbleTextView 
 效果图:![Renderings](https://camo.githubusercontent.com/3b8c44089da79868cb45a4da372f2eaae0f3341b/687474703a2f2f3764397069632e636f6d312e7a302e676c622e636c6f7564646e2e636f6d2f627562626c65775f766965772e706e67)  
 
 1. shadow-layout
@@ -1160,7 +1160,7 @@ Android 倒计时控件,使用Canvas绘制,支持多种样式
 #### 十一、TipView
 包括 Toast、角标、UndoBar 等提示性控件  
 
-1. SVProgressHUD
+1. SVProgressHUD 
 SVProgressHUD For Android 精仿iOS的提示库 SVProgressHUD,api也几乎一样。  
 项目地址:https://github.com/saiwu-bigkoo/Android-SVProgressHUD  
 效果图:![Renderings](https://github.com/saiwu-bigkoo/Android-SVProgressHUD/raw/master/preview/svprogresshuddemo.gif)  
@@ -1505,7 +1505,7 @@ Demo 地址:[Download Demo](https://github.com/daimajia/AndroidSwipeLayout/rel
 项目地址:https://github.com/Tibolte/Android-Anim-Playground  
 效果图:![Renderings](https://raw.githubusercontent.com/Tibolte/Android-Anim-Playground/master/androiddemosvg.gif)  
 
-1. AlertView
+1. AlertView 
 仿iOS的AlertViewController 几乎完美还原iOS 的 AlertViewController ,同时支持Alert和ActionSheet模式,每一个细节都是精雕细琢,并把api封装成懒到极致模式,一行代码就可以进行弹窗.  
 项目地址:https://github.com/saiwu-bigkoo/Android-AlertView  
 效果图:![Renderings](https://github.com/saiwu-bigkoo/Android-AlertView/blob/master/preview/alertviewdemo.gif)  
@@ -1598,7 +1598,7 @@ material风格的camera。能使camera使用起来更简单的库。
 Sample地址:https://github.com/afollestad/material-dialogs/blob/master/sample/sample.apk  
 效果图:  
 ![Renderings](https://raw.githubusercontent.com/afollestad/material-dialogs/master/art/mddemoshowcase.png)    
-
+  
 1. NotifyUtil  
 最常见的通知样式库  
 项目地址:https://github.com/wenmingvs/NotifyUtil  
@@ -1608,17 +1608,17 @@ demo地址:https://github.com/wenmingvs/NotifyUtil#notifydemo
 使用fresco选取多张图片并可预览图片  
 项目地址:https://github.com/canyinghao/CanPhotos   
 效果图:  
-![Renderings](https://raw.githubusercontent.com/canyinghao/CanPhotos/master/pic/CanPhotos.gif)
+![Renderings](https://raw.githubusercontent.com/canyinghao/CanPhotos/master/pic/CanPhotos.gif) 
 
 1. CanDialog
 仿照系统Dialog所写,继承于FrameLayout,添加一些动画,一些显示类型。  
 项目地址:https://github.com/canyinghao/CanDialog  
 效果图:  
-![Renderings](https://raw.githubusercontent.com/canyinghao/CanDialog/master/pic/CanDialog.gif)
+![Renderings](https://raw.githubusercontent.com/canyinghao/CanDialog/master/pic/CanDialog.gif) 
 
 1. WindRoseDiagramView
 一个风力玫瑰图的 View 组件,项目地址:![https://github.com/timqi/WindRoseDiagramView/](https://github.com/timqi/WindRoseDiagramView/)
-![效果图](https://github.com/timqi/WindRoseDiagramView/raw/master/art/WindRoseDiagram.gif)
+![效果图](https://github.com/timqi/WindRoseDiagramView/raw/master/art/WindRoseDiagram.gif) 
 
 1. MaterialRatingBar  
 与 Google 系应用设计相同、支持拉伸、修正原生实现诸多问题的星级评分条。可直接替换 RatingBar。  
@@ -1799,7 +1799,7 @@ TwistVolley 是对 Volley 的一个封装库。提供类似 Picasso 一样的串
 Demo 地址:https://github.com/pengjianbo/OkHttpFinal  
 
 #### 四、数据库 orm 工具包
-orm 的 db 工具类,简化建表、查询、更新、插入、事务、索引的操作
+orm 的 db 工具类,简化建表、查询、更新、插入、事务、索引的操作 
 
 1. greenDAO  
 Android Sqlite orm 的 db 工具类  
@@ -1936,7 +1936,7 @@ A library that analyzes an Android device's specifications and calculates which
 
 1. MultiImageSelector   
 一个本地图片选择器,支持图片的单选和多选,直接返回所选图片的路径。   
-项目地址:https://github.com/lovetuzitong/MultiImageSelector.git
+项目地址:https://github.com/lovetuzitong/MultiImageSelector.git 
 
 #### 六、Android 高版本向低版本兼容
 1. Nine Old Androids  
@@ -1998,7 +1998,7 @@ Demo地址: https://github.com/lfkdsk/EngineDemo
 网站介绍:http://www.vitamio.org/docs/  
 特点:(1) 全面支持硬件解码与 GPU 渲染  
 (2) 能够流畅播放 720P 甚至 1080P 高清 MKV,FLV,MP4,MOV,TS,RMVB 等常见格式的视频  
-(3) 在 Android 与 iOS 上跨平台支持 MMS, RTSP, RTMP, HLS(m3u8)等常见的多种视频流媒体协议,包括点播与直播。
+(3) 在 Android 与 iOS 上跨平台支持 MMS, RTSP, RTMP, HLS(m3u8)等常见的多种视频流媒体协议,包括点播与直播。 
 
 1. VDPlayerSDK  
 最容易集成的开源播放器组件,支持直播,支持软硬解切换,支持清晰度切换  
@@ -2264,7 +2264,7 @@ Android 插件式开发,开放的源码目前不完整
 1. Android OpenAtlas  
 Android插件框架,基于OSGI,非代理方式,组件需要在宿主中声明  
 项目地址:https://github.com/bunnyblue/OpenAtlas  
-Demo 地址:https://github.com/bunnyblue/OpenAtlasExtension/blob/master/Dist/OpenAtlasLauncher.apk
+Demo 地址:https://github.com/bunnyblue/OpenAtlasExtension/blob/master/Dist/OpenAtlasLauncher.apk 
 
 1. multidex  
 安装多 dex 的 classloader  
@@ -2316,7 +2316,7 @@ java 压缩和解压库
 1. Image File Selector  
 轻量级的图片文件选择器,用系统api选取,压缩和裁切图片,可以方便的得要指定尺寸的图片  
 项目地址:https://github.com/sw926/ImageFileSelector  
-
+	
 #### 十三、其他
 
 1. FragmentStack  
@@ -2691,7 +2691,7 @@ Android ActionBar 样式生成器,可在线选择 ActionBar 样式自动生成
 用于生成各个分辨率的图片  
 项目地址:http://www.appiconsizes.com/  
 
-1. AndroidUtiles
+1. AndroidUtiles 
 集合了所有常用的安卓工具类
 项目地址:https://github.com/l123456789jy/Lazy
 

From 0b842fe0b76bcc59722c7b04ec2aa0381439d783 Mon Sep 17 00:00:00 2001
From: LinHongHong <HomHomLin@users.noreply.github.com>
Date: Wed, 30 May 2018 15:06:52 +0800
Subject: [PATCH 090/100] Update README.md
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

添加一个新的组件
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 0ee37733..1e962a53 100644
--- a/README.md
+++ b/README.md
@@ -1680,6 +1680,10 @@ android 快速开发框架
 作者认为使用AutoParcel的好处是,可以简化构造函数,方便IDE代码自动完成,方便测试,前向兼容,生成不可变的对象。      
 文档介绍:https://github.com/frankiesardo/auto-parcel
 
+1. Dilutions  
+通过注解生成协议映射执行跨模块的界面跳转和方法调用,解耦的协议框架  
+项目地址:https://github.com/HomHomLin/Dilutions 
+文档介绍:https://github.com/HomHomLin/Dilutions  
 
 
 #### 二、图片缓存

From 6fc3cc39e66ef5c316686f0b5d5d8e4ab9e938c7 Mon Sep 17 00:00:00 2001
From: Zhang Hai <DreaminginCodeZH@users.noreply.github.com>
Date: Wed, 30 May 2018 19:38:57 +0800
Subject: [PATCH 091/100] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20MaterialPlayPauseD?=
 =?UTF-8?q?rawble?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Material Design 的播放/暂停图标动画,可作为 `Drawable`、`ImageView` 或 `ImageButton` 使用
---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 0ee37733..3c6cfd4f 100644
--- a/README.md
+++ b/README.md
@@ -1638,6 +1638,12 @@ Android的动态车速表和量规。 惊人,强大,多形 :zap:
 效果圖:   
 ![Renderings](https://raw.githubusercontent.com/anastr/SpeedView/master/images/AwesomeSpeedometer.gif)  
 
+1. MaterialPlayPauseDrawble  
+Material Design 的播放/暂停图标动画,可作为 `Drawable`、`ImageView` 或 `ImageButton` 使用  
+項目地址: https://github.com/DreaminginCodeZH/MaterialPlayPauseDrawble   
+效果图:   
+![Renderings](https://github.com/DreaminginCodeZH/MaterialPlayPauseDrawble/raw/master/preview/sample.gif)  
+
 ## 第二部分 工具库
 主要包括那些不错的开发库,包括依赖注入框架、图片缓存、网络请求、数据库 ORM 建模、Android 公共库、Android 高版本向低版本兼容、多媒体相关及其他。  
 

From a7070efcac8cc8206e225d600df9b2cf5675cc22 Mon Sep 17 00:00:00 2001
From: Trinea <trinea.cn@gmail.com>
Date: Sun, 7 Apr 2019 18:43:53 +0800
Subject: [PATCH 092/100] Upgrade http to https

---
 English Version/README.md                     | 12 ++--
 README.md                                     | 64 +++++++++----------
 .../README.md"                                | 12 ++--
 3 files changed, 44 insertions(+), 44 deletions(-)

diff --git a/English Version/README.md b/English Version/README.md
index b3dfaa1b..a101d0ea 100644
--- a/English Version/README.md	
+++ b/English Version/README.md	
@@ -1,11 +1,11 @@
-Android Open Source Projects [http://codekk.com](http://p.codekk.com/) for more
+Android Open Source Projects [https://codekk.com](https://p.codekk.com/) for more
 ====================
 
 Welcome to recommend good android open source projects, you can [Commit](https://github.com/Trinea/android-open-project/wiki/Standard-of-adding-and-editing-content "Standard of adding and editing content") directly or tell me at [Colloct Page](https://github.com/Trinea/android-open-project/issues/1). Welcome `Star` and `Fork`  
 
 #### [Android develop and debug efficiency tool - Developer Tools App](https://play.google.com/store/apps/details?id=cn.trinea.android.developertools)
 
-Twitter:[trinea_cn](https://twitter.com/trinea_cn)&nbsp;&nbsp;&nbsp;&nbsp;HomePage: [www.trinea.cn](http://www.trinea.cn/)&nbsp;&nbsp;&nbsp;&nbsp;Email:[trinea.cn@gmail.com](mailto:trinea.cn@gmail.com)&nbsp;&nbsp;&nbsp;&nbsp;QQ:[717763774](http://wpa.qq.com/msgrd?v=3&uin=717763774&site=qq&menu=yes)  
+Twitter:[trinea_cn](https://twitter.com/trinea_cn)&nbsp;&nbsp;&nbsp;&nbsp;HomePage: [www.trinea.cn](https://www.trinea.cn/)&nbsp;&nbsp;&nbsp;&nbsp;Email:[trinea.cn@gmail.com](mailto:trinea.cn@gmail.com)&nbsp;&nbsp;&nbsp;&nbsp;QQ:[717763774](http://wpa.qq.com/msgrd?v=3&uin=717763774&site=qq&menu=yes)  
 Share:<a href="https://twitter.com/intent/tweet?text=Android Open Source Projects include Personalized Views, Common Util Libs, Excellent projects and so on   %40trinea_cn+https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&pic=" target="_blank" title="Share on twitter" style="width:100%"><img src="http://farm4.staticflickr.com/3764/13104038813_03933d4394_o.png"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&t=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&pic" target="_blank" title="Share on facebook" style="width:100%"><img src="http://farm4.staticflickr.com/3801/13104038583_b03d5cafac_o.png"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://service.weibo.com/share/share.php?url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&appkey=1657413438&searchPic=true" target="_blank" title="Shared on weibo" style="width:100%"><img src="http://farm8.staticflickr.com/7342/13103239365_e5cd37fbac_o.png" title="Shared on weibo"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&desc=&summary=&site=www.trinea.cn" target="_blank" title="Share on qzone" style="width:100%"><img src="http://farm8.staticflickr.com/7418/13103935825_209bd521f0_o.jpg"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://share.v.t.qq.com/index.php?c=share&a=index&url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&appkey=801404464" target="_blank" title="Shared on tecent weibo" style="width:100%"><img src="http://farm8.staticflickr.com/7452/13104204564_f867971a13_o.png"/></a>
 ### Include:  
 >[1. Personalized Views](#1-personalized-views )  
@@ -82,7 +82,7 @@ Demo Apk: https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh/blob/master
 Pull to refresh and load more when on bottom listView for android  
 Project Address: https://github.com/Trinea/AndroidCommon  
 Demo Apk: https://play.google.com/store/apps/details?id=cn.trinea.android.demo  
-Document: http://www.trinea.cn/android/dropdown-to-refresh-and-bottom-load-more-listview/  
+Document: https://www.trinea.cn/android/dropdown-to-refresh-and-bottom-load-more-listview/  
    
 1. DragSortListView  
 Android ListView with drag and drop reordering.   
@@ -328,7 +328,7 @@ Demo Apk: https://github.com/Trinea/TrineaDownload/blob/master/touch-gallery-dem
 Android Auto scroll ViewPager or ViewPager in ViewPager  
 Project Address: https://github.com/Trinea/android-auto-scroll-view-pager  
 Demo Apk: https://play.google.com/store/apps/details?id=cn.trinea.android.demo  
-Document: http://www.trinea.cn/android/auto-scroll-view-pager/  
+Document: https://www.trinea.cn/android/auto-scroll-view-pager/  
 
 1. Salvage view  
 Generic view recycler and ViewPager PagerAdapter implementation.  
@@ -966,7 +966,7 @@ Document: http://square.github.io/picasso/
 Image Cache, support multi caching algorithms  
 Project Address: https://github.com/Trinea/AndroidCommon  
 Demo Apk: https://play.google.com/store/apps/details?id=cn.trinea.android.demo  
-Document: http://www.trinea.cn/android/android-imagecache/ 
+Document: https://www.trinea.cn/android/android-imagecache/ 
 
 1. Cube ImageLoader  
 Easy to use, high performance, used in some of the Apps in Alibaba Group.
@@ -1063,7 +1063,7 @@ Document: http://commondatastorage.googleapis.com/io-2013/presentations/110%20-%
 Android common lib, include ImageCache, HttpCache, DropDownListView, DownloadManager, Utils and so on  
 Project Address: https://github.com/Trinea/AndroidCommon  
 Demo Apk: https://play.google.com/store/apps/details?id=cn.trinea.android.demo  
-Document: http://www.trinea.cn/android/android-common-lib/  
+Document: https://www.trinea.cn/android/android-common-lib/  
    
 1. shipfaster  
 Sample project demonstrating usage of Dagger + Otto + Robolectric + Retrofit + Picasso + OkHttp  
diff --git a/README.md b/README.md
index c18d5d5c..5aa7124a 100644
--- a/README.md
+++ b/README.md
@@ -1,22 +1,22 @@
-Android 开源项目分类汇总,更全更新可见 [codekk.com](http://p.codekk.com/)
+Android 开源项目分类汇总,更全更新可见 [codekk.com](https://p.codekk.com/)
 ====================
-Other: [English Version](https://github.com/Trinea/android-open-project/tree/master/English%20Version), [繁體版](https://github.com/Trinea/android-open-project/tree/master/%E7%B9%81%E9%AB%94%E4%B8%AD%E6%96%87%E7%89%88), [Website Version](http://p.codekk.com/).    
+Other: [English Version](https://github.com/Trinea/android-open-project/tree/master/English%20Version), [繁體版](https://github.com/Trinea/android-open-project/tree/master/%E7%B9%81%E9%AB%94%E4%B8%AD%E6%96%87%E7%89%88), [Website Version](https://p.codekk.com/).    
 > 我们的微信公众号:codekk。二维码如下:  
  专注于 Android 开源分享、源码解析、框架设计、Android 内推。  
- ![img](http://www.trinea.cn/wp-content/uploads/2016/01/weixin-codekk-160.jpg)  
- 我们的网站:[www.codekk.com](http://a.codekk.com)  
+ ![img](https://www.trinea.cn/wp-content/uploads/2016/01/weixin-codekk-160.jpg)  
+ 我们的网站:[www.codekk.com](https://a.codekk.com)  
  
-#### [Android 开发调试效率数倍提升工具——开发助手 App 最新版](http://www.trinea.cn/dev-tools/development-tools/features-and-versions/),可从 Google Play、应用宝、360 手机助手里搜索”开发助手”下载,或通过网页下载:<a href="https://play.google.com/store/apps/details?id=cn.trinea.android.developertools" target="_blank" title="去 Google Play 下载开发助手">Google Play</a>、<a href="http://android.myapp.com/myapp/detail.htm?apkName=cn.trinea.android.developertools" target="_blank" title="去应用宝下载开发助手">应用宝</a>、<a href="http://zhushou.360.cn/detail/index/soft_id/3644614" target="_blank" title="去 360 手机助手下载开发助手">360 手机助手</a>、<a href="http://trinea.cn/app/dev-tools.apk" target="_blank" title="直接本地下载开发助手">本地下载</a>
-#### <a href="http://a.codekk.com" target="_blank">Android 开源项目源码解析(Volley、UIL、Dagger、EventBus、插件化库等分析)</a>  
-#### <a href="http://j.codekk.com" target="_blank">Android 职位内部推荐(阿里、腾讯、百度、京东、滴滴、美团、58、华为、网易、魅族等)</a>  
-#### <a href="http://p.codekk.com" target="_blank">强大的 Android 开源项目搜索站</a>  
+#### [Android 开发调试效率数倍提升工具——开发助手 App 最新版](https://www.trinea.cn/dev-tools/development-tools/features-and-versions/),可从 Google Play、应用宝、360 手机助手里搜索”开发助手”下载,或通过网页下载:<a href="https://play.google.com/store/apps/details?id=cn.trinea.android.developertools" target="_blank" title="去 Google Play 下载开发助手">Google Play</a>、<a href="http://android.myapp.com/myapp/detail.htm?apkName=cn.trinea.android.developertools" target="_blank" title="去应用宝下载开发助手">应用宝</a>、<a href="http://zhushou.360.cn/detail/index/soft_id/3644614" target="_blank" title="去 360 手机助手下载开发助手">360 手机助手</a>、<a href="https://trinea.cn/app/dev-tools.apk" target="_blank" title="直接本地下载开发助手">本地下载</a>
+#### <a href="https://a.codekk.com" target="_blank">Android 开源项目源码解析(Volley、UIL、Dagger、EventBus、插件化库等分析)</a>  
+#### <a href="https://j.codekk.com" target="_blank">Android 职位内部推荐(阿里、腾讯、百度、京东、滴滴、美团、58、华为、网易、魅族等)</a>  
+#### <a href="https://p.codekk.com" target="_blank">强大的 Android 开源项目搜索站</a>  
 
-欢迎大家推荐好的 Android 开源项目,开源项目添加到 <a href="http://p.codekk.com/add-project" target="_blank">Android 开源项目集合</a>,可以得到更多朋友的关注和反馈,欢迎`Star`、`Fork` :)  
+欢迎大家推荐好的 Android 开源项目,开源项目添加到 <a href="https://p.codekk.com/add-project" target="_blank">Android 开源项目集合</a>,可以得到更多朋友的关注和反馈,欢迎`Star`、`Fork` :)  
 
 > **关于我,欢迎关注**  
- 微博:<a title="Android 技术及移动互联网分享" href="http://weibo.com/trinea?s=6cm7D0" target="_blank">Trinea</a>&nbsp;&nbsp;&nbsp;&nbsp;主页:<a title="关注于 Android、Java、性能优化、开源项目" href="http://www.trinea.cn/" target="_blank">trinea.cn</a>  
+ 微博:<a title="Android 技术及移动互联网分享" href="http://weibo.com/trinea?s=6cm7D0" target="_blank">Trinea</a>&nbsp;&nbsp;&nbsp;&nbsp;主页:<a title="关注于 Android、Java、性能优化、开源项目" href="https://www.trinea.cn/" target="_blank">trinea.cn</a>  
 
-更多:[Android 开源库获取途径整理](http://www.trinea.cn/android/android-open-project-summary/)  
+更多:[Android 开源库获取途径整理](https://www.trinea.cn/android/android-open-project-summary/)  
 分享:<a href="http://service.weibo.com/share/share.php?url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86250%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8cB%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&appkey=1657413438&searchPic=true" target="_blank" title="分享到新浪微博" style="width:100%"><img src="http://farm8.staticflickr.com/7342/13103239365_e5cd37fbac_o.png" title="分享到新浪微博"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86250%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&desc=&summary=&site=www.trinea.cn" target="_blank" title="分享到 QQ 空间" style="width:100%"><img src="http://farm8.staticflickr.com/7418/13103935825_209bd521f0_o.jpg"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://share.v.t.qq.com/index.php?c=share&a=index&url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86250%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&appkey=801404464" target="_blank" title="分享到腾讯微博" style="width:100%"><img src="http://farm8.staticflickr.com/7452/13104204564_f867971a13_o.png"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://twitter.com/intent/tweet?text=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86250%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40trinea_cn+https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&pic=" target="_blank" title="Share on twitter" style="width:100%"><img src="http://farm4.staticflickr.com/3764/13104038813_03933d4394_o.png"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&t=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86250%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&pic" target="_blank" title="Share on facebook" style="width:100%"><img src="http://farm4.staticflickr.com/3801/13104038583_b03d5cafac_o.png"/></a>  
 
 ## 目前包括:
@@ -49,7 +49,7 @@ Demo 地址:https://github.com/Trinea/TrineaDownload/blob/master/pull-to-refre
 1. android-Ultra-Pull-to-Refresh  
 下拉刷新,第一个项目已经停止维护了,并且使用起来相对复杂,定制性也差。这个是替代和改良方案。这个继承于 ViewGroup 可以包含任何 View。功能甚至比 SwipeRefreshLayout 强大。使用起来非常简单。良好的设计,如果你想定制自己的 UI 样式,非常简单,就像给 ListView 加一个 Header View 那么简单。支持 `API LEVEL >= 8`  
 项目地址:https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh  
-原理剖析文档:[android-Ultra-Pull-to-Refresh](http://a.codekk.com/detail/Android/Grumoon/android-Ultra-Pull-To-Refresh 源码解析)  
+原理剖析文档:[android-Ultra-Pull-to-Refresh](https://a.codekk.com/detail/Android/Grumoon/android-Ultra-Pull-To-Refresh 源码解析)  
 Demo 地址:https://raw.githubusercontent.com/liaohuqiu/android-Ultra-Pull-To-Refresh/master/ptr-demo.apk  
 效果图:![Renderings](http://srain-github.qiniudn.com/ultra-ptr/contains-all-of-views.gif)  
 http://srain-github.qiniudn.com/ultra-ptr/release-to-refresh.gif  
@@ -232,7 +232,7 @@ APP 示例:手机 QQV5.0
 1. CalendarListview  
 实现每个月一行日历效果的 ListView  
 项目地址:https://github.com/traex/CalendarListview  
-原理剖析文档:[CalendarListview](http://a.codekk.com/detail/Android/Rogary/CalendarListView%20%E6%BA%90%E7%A0%81%E8%A7%A3%E6%9E%90)  
+原理剖析文档:[CalendarListview](https://a.codekk.com/detail/Android/Rogary/CalendarListView%20%E6%BA%90%E7%A0%81%E8%A7%A3%E6%9E%90)  
 效果图:![Renderings](https://github.com/traex/CalendarListview/raw/master/demo.gif)  
 
 1. sticky-headers-recyclerview  
@@ -379,7 +379,7 @@ APP 示例:Gmail、Google Music 等大部分 google app
 1. SlidingMenu  
 滑出式菜单,通过拖动屏幕边缘滑出菜单,支持屏幕左右划出,支持菜单 zoom、scale、slide up 三种动画样式出现。与 MenuDrawer 相比而言,SlidingMenu 支持菜单动画样式出现,MenuDrawer 支持菜单 view 处于内容的上下层  
 项目地址:https://github.com/jfeinstein10/SlidingMenu  
-原理剖析文档:[SlidingMenu](http://a.codekk.com/detail/Android/huxian99/SlidingMenu 源码解析)  
+原理剖析文档:[SlidingMenu](https://a.codekk.com/detail/Android/huxian99/SlidingMenu 源码解析)  
 Demo 地址:https://play.google.com/store/apps/details?id=com.slidingmenu.example  
 APP 示例:Foursquare, LinkedIn, Zappos, Rdio, Evernote Food, Plume, VLC for Android, ESPN ScoreCenter, MLS MatchDay, 9GAG, Wunderlist 2, The Verge, MTG Familiar, Mantano Reader, Falcon Pro (BETA), MW3 Barracks  
 
@@ -421,7 +421,7 @@ Demo 地址:https://play.google.com/store/apps/details?id=com.ptr.folding.samp
 1. CircularFloatingActionMenu  
 一个可定制的圆形的浮动菜单控件,类似于 Path 的圆形菜单。这个控件的可定制性更强,可以很容易的定制菜单出现消失时的动画,起始角度和半径。  
 项目地址:https://github.com/oguzbilgener/CircularFloatingActionMenu  
-原理剖析文档:[CircularFloatingActionMenu](http://a.codekk.com/detail/Android/cpacm/CircularFloatingActionMenu 源码解析)  
+原理剖析文档:[CircularFloatingActionMenu](https://a.codekk.com/detail/Android/cpacm/CircularFloatingActionMenu 源码解析)  
 Demo 地址:https://github.com/oguzbilgener/CircularFloatingActionMenu/tree/master/samples  
 效果图:![Renderings](https://raw.githubusercontent.com/oguzbilgener/CircularFloatingActionMenu/master/assets/circularfab.gif)  
 
@@ -450,7 +450,7 @@ Material Design 形式的展开折叠 Icon
 1. Side-Menu.Android  
 分类侧滑菜单,[Yalantis](http://yalantis.com/) 出品。  
 项目地址:https://github.com/Yalantis/Side-Menu.Android  
-原理剖析文档:[Side-Menu.Android](http://a.codekk.com/detail/Android/cpacm/Side Menu.Android 源码解析)  
+原理剖析文档:[Side-Menu.Android](https://a.codekk.com/detail/Android/cpacm/Side Menu.Android 源码解析)  
 效果图:![Renderings](https://camo.githubusercontent.com/cb6caa7a392d01d46bca9d9485c01fc173f55fac/68747470733a2f2f6431337961637572716a676172612e636c6f756466726f6e742e6e65742f75736572732f3132353035362f73637265656e73686f74732f313638393932322f6576656e74732d6d656e755f312d312d362e676966)  
 
 1. Context-Menu.Android  
@@ -533,12 +533,12 @@ APP 示例:类似微信中查看聊天记录图片时可双击放大,并且
 Android 自动滚动 轮播循环的 ViewPager  
 项目地址:https://github.com/Trinea/android-auto-scroll-view-pager  
 Demo 地址:https://play.google.com/store/apps/details?id=cn.trinea.android.demo  
-文档介绍:http://www.trinea.cn/android/auto-scroll-view-pager/  
+文档介绍:https://www.trinea.cn/android/auto-scroll-view-pager/  
 
 1. Android PagerSlidingTabStrip  
 配合 ViewPager 使用的 Indicator,支持 ViewPager Scroll 时 Indicator 联动  
 项目地址:https://github.com/astuetz/PagerSlidingTabStrip  
-原理剖析文档:[Android PagerSlidingTabStrip](http://a.codekk.com/detail/Android/ayyb1988/PagerSlidingTabStrip 源码解析)  
+原理剖析文档:[Android PagerSlidingTabStrip](https://a.codekk.com/detail/Android/ayyb1988/PagerSlidingTabStrip 源码解析)  
 Demo 地址:https://play.google.com/store/apps/details?id=com.astuetz.viewpager.extensions.sample  
 
 1. ViewPager3D  
@@ -676,7 +676,7 @@ Demo 地址:https://play.google.com/store/apps/details?id=com.felipecsl.asymme
 1. PhotoView  
 支持双击或双指缩放的 ImageView,在 ViewPager 等 Scrolling view 中正常使用,相比上面的 AndroidTouchGallery,不仅支持 ViewPager,同时支持单个 ImageView  
 项目地址:https://github.com/chrisbanes/PhotoView  
-原理剖析文档:[PhotoView](http://a.codekk.com/detail/Android/dkmeteor/PhotoView 源码解析)  
+原理剖析文档:[PhotoView](https://a.codekk.com/detail/Android/dkmeteor/PhotoView 源码解析)  
 Demo 地址:https://play.google.com/store/apps/details?id=uk.co.senab.photoview.sample  
 APP 示例:photup  
 
@@ -1427,7 +1427,7 @@ APP 示例:QQ名片圈圈效果
 1. android-lockpattern  
 Android 的图案密码解锁  
 项目地址:https://code.google.com/p/android-lockpattern/  
-原理剖析文档:[android-lockpattern](http://a.codekk.com/detail/Android/爱早起/Android Lock Pattern 源码解析)  
+原理剖析文档:[android-lockpattern](https://a.codekk.com/detail/Android/爱早起/Android Lock Pattern 源码解析)  
 Demo 地址:https://play.google.com/store/apps/details?id=group.pals.android.lib.ui.lockpattern.demo  
 文档介绍:https://code.google.com/p/android-lockpattern/wiki/QuickUse  
 APP 示例:Android 开机的图案密码解锁,支付宝的密码解锁  
@@ -1676,7 +1676,7 @@ android 快速开发框架
 1. Dagger  
 依赖注入,适用于 Android 和 Java  
 项目地址:https://github.com/square/dagger  
-原理剖析文档:[Dagger](http://a.codekk.com/detail/Android/扔物线/Dagger 源码解析)  
+原理剖析文档:[Dagger](https://a.codekk.com/detail/Android/扔物线/Dagger 源码解析)  
 文档介绍:http://square.github.io/dagger/  
 
 1. AutoParcel  
@@ -1696,7 +1696,7 @@ android 快速开发框架
 1. Android-Universal-Image-Loader  
 图片缓存,目前使用最广泛的图片缓存,支持主流图片缓存的绝大多数特性。  
 项目地址:https://github.com/nostra13/Android-Universal-Image-Loader  
-原理剖析文档:[Android-Universal-Image-Loader](http://a.codekk.com/detail/Android/huxian99/Android Universal Image Loader 源码分析)  
+原理剖析文档:[Android-Universal-Image-Loader](https://a.codekk.com/detail/Android/huxian99/Android Universal Image Loader 源码分析)  
 Demo 地址:https://github.com/Trinea/TrineaDownload/blob/master/universal-imageloader-demo.apk?raw=true  
 文档介绍:http://www.intexsoft.com/blog/item/74-universal-image-loader-part-3.html  
 
@@ -1873,9 +1873,9 @@ Google 的基于 java1.6 的类库集合的扩展项目,包括 collections, ca
 Android 公共库  
 项目地址:https://github.com/Trinea/AndroidCommon  
 Demo 地址:https://play.google.com/store/apps/details?id=cn.trinea.android.demo  
-文档介绍:http://www.trinea.cn/android/android-common-lib/  
+文档介绍:https://www.trinea.cn/android/android-common-lib/  
 包括:a. ImageCache 图片缓存,包含内存和 Sdcard 缓存  
-http://www.trinea.cn/android/android-imagecache/  
+https://www.trinea.cn/android/android-imagecache/  
 特点:(1)支持预取新图片,支持等待队列  
 (2)包含二级缓存,可自定义文件名保存规则  
 (3)可选择多种缓存算法(FIFO、LIFO、LRU、MRU、LFU、MFU 等 13 种)或自定义缓存算法  
@@ -1884,7 +1884,7 @@ http://www.trinea.cn/android/android-imagecache/
 (6)可根据系统配置初始化缓存等  
 
 1. HttpCache Http 缓存  
-文档介绍:http://www.trinea.cn/android/android-http-cache  
+文档介绍:https://www.trinea.cn/android/android-http-cache  
 特点是:(1) 根据 cache-control、expires 缓存 http 请求  
 (2) 支持同步、异步 Http 请求  
 (3) 在匿名回调中处理请求结果  
@@ -1894,7 +1894,7 @@ http://www.trinea.cn/android/android-imagecache/
 (3) Android 常用工具类(网络、下载、Android 资源操作、shell、文件、Json、随机数、Collection 等等)  
 
 1. DropDownListView 下拉刷新及滑动到底部加载更多 ListView  
-文档介绍:http://www.trinea.cn/android/dropdown-to-refresh-and-bottom-load-more-listview/  
+文档介绍:https://www.trinea.cn/android/dropdown-to-refresh-and-bottom-load-more-listview/  
 
 1. shipfaster  
 整合了 Dagger Otto Retrofit Robolectric Picasso OkHttp,方便快速开发  
@@ -1907,7 +1907,7 @@ http://www.trinea.cn/android/android-imagecache/
 1. xUtils  
 基于 Afinal,包含 DbUtils、ViewUtils、HttpUtils、BitmapUtils 四大模块,可用于快速开发  
 项目地址:https://github.com/wyouflf/xUtils  
-原理剖析文档:[xUtils](http://a.codekk.com/detail/Android/Caij/xUtils 源码解析)  
+原理剖析文档:[xUtils](https://a.codekk.com/detail/Android/Caij/xUtils 源码解析)  
 
 1. Afinal  
 Afinal 是一个 android 的 ioc,orm 框架,内置了四大模块功能:FinalAcitivity,FinalBitmap,FinalDb,FinalHttp。通过 finalActivity,我们可以通过注解的方式进行绑定 ui 和事件。通过 finalBitmap,我们可以方便的加载 bitmap 图片,而无需考虑 oom 等问题。通过 finalDB 模块,我们一行代码就可以对 android 的 sqlite 数据库进行增删改查。通过 FinalHttp 模块,我们可以以 ajax 形式请求 http 数据  
@@ -1952,7 +1952,7 @@ A library that analyzes an Android device's specifications and calculates which
 1. Nine Old Androids  
 将 Android 3.0(Honeycomb)所有动画 API(ObjectAnimator ValueAnimator 等)兼容到 Android1.0  
 项目地址:https://github.com/JakeWharton/NineOldAndroids  
-原理剖析文档:[Nine Old Androids](http://a.codekk.com/detail/Android/Mr.Simple/NineOldAnimations 源码解析)  
+原理剖析文档:[Nine Old Androids](https://a.codekk.com/detail/Android/Mr.Simple/NineOldAnimations 源码解析)  
 Demo 地址:https://play.google.com/store/apps/details?id=com.jakewharton.nineoldandroids.sample  
 文档介绍:http://nineoldandroids.com/  
 
@@ -2142,7 +2142,7 @@ Demo 地址:[Download here](https://raw.githubusercontent.com/jcodeing/K-Sonic
 1. EventBus  
 greenrobot 的开源项目  
 项目地址:https://github.com/greenrobot/EventBus  
-原理剖析文档:[EventBus](http://a.codekk.com/detail/Android/Trinea/EventBus 源码解析)  
+原理剖析文档:[EventBus](https://a.codekk.com/detail/Android/Trinea/EventBus 源码解析)  
 文档介绍:https://github.com/greenrobot/EventBus#general-usage-and-api  
 特点:(1) 支持在不同类型的线程中处理订阅,包括发布所在线程,UI 线程、单一后台线程、异步线程  
 (2) 支持事件优先级定义,支持优先级高的订阅者取消事件继续传递,支持粘性事件,是不是跟系统的有序广播、粘性广播很像啊  
@@ -2249,12 +2249,12 @@ Android 4 锁屏界面解锁
 项目地址:https://github.com/dineshshetty/Android-InsecureBankv2  
 
 #### 十一、插件化
-更多见:[Android 插件化作用、概念以及不错的资料(包括开源项目)和解决方案](http://www.trinea.cn/android/android-plugin/)  
+更多见:[Android 插件化作用、概念以及不错的资料(包括开源项目)和解决方案](https://www.trinea.cn/android/android-plugin/)  
 
 1. dynamic-load-apk  
 Android 动态加载 Apk,热部署,利用 ClassLoader 以及 Activity 代理的方式解决  
 项目地址:https://github.com/singwhatiwanna/dynamic-load-apk  
-原理剖析文档:[dynamic-load-apk](http://a.codekk.com/detail/Android/FFish/DynamicLoadApk 源码解析)  
+原理剖析文档:[dynamic-load-apk](https://a.codekk.com/detail/Android/FFish/DynamicLoadApk 源码解析)  
 文档介绍:http://blog.csdn.net/singwhatiwanna/article/details/22597587  
 
 1. Android Dynamic Loader  
@@ -3039,7 +3039,7 @@ Github 地址:https://github.com/inmite
 
 ## License
 
-    Copyright 2014 [trinea.cn](http://www.trinea.cn/)
+    Copyright 2014 [trinea.cn](https://www.trinea.cn/)
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
diff --git "a/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md" "b/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
index 6bf3214b..0b54d82e 100644
--- "a/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
+++ "b/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
@@ -5,7 +5,7 @@ Android開源項目分類彙總
 
 #### [Android 開發調試效率數倍提升工具——開發助手 App 最新版](https://play.google.com/store/apps/details?id=cn.trinea.android.developertools)  
 
-微博:[Trinea](https://weibo.com/trinea)&nbsp;&nbsp;&nbsp;&nbsp;主頁:[www.trinea.cn](http://www.trinea.cn/)&nbsp;&nbsp;&nbsp;&nbsp;郵箱:[trinea.cn@gmail.com](mailto:trinea.cn@gmail.com)&nbsp;&nbsp;&nbsp;&nbsp;QQ:[717763774](http://wpa.qq.com/msgrd?v=3&uin=717763774&site=qq&menu=yes)  
+微博:[Trinea](https://weibo.com/trinea)&nbsp;&nbsp;&nbsp;&nbsp;主頁:[www.trinea.cn](https://www.trinea.cn/)&nbsp;&nbsp;&nbsp;&nbsp;郵箱:[trinea.cn@gmail.com](mailto:trinea.cn@gmail.com)&nbsp;&nbsp;&nbsp;&nbsp;QQ:[717763774](http://wpa.qq.com/msgrd?v=3&uin=717763774&site=qq&menu=yes)  
 分享:<a href="http://service.weibo.com/share/share.php?url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&appkey=1657413438&searchPic=true" target="_blank" title="分享到新浪微博" style="width:100%"><img src="http://farm8.staticflickr.com/7342/13103239365_e5cd37fbac_o.png" title="分享到新浪微博"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&desc=&summary=&site=www.trinea.cn" target="_blank" title="分享到QQ空間" style="width:100%"><img src="http://farm8.staticflickr.com/7418/13103935825_209bd521f0_o.jpg"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://share.v.t.qq.com/index.php?c=share&a=index&url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&appkey=801404464" target="_blank" title="分享到騰訊微博" style="width:100%"><img src="http://farm8.staticflickr.com/7452/13104204564_f867971a13_o.png"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://twitter.com/intent/tweet?text=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40trinea_cn+https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&pic=" target="_blank" title="Share on twitter" style="width:100%"><img src="http://farm4.staticflickr.com/3764/13104038813_03933d4394_o.png"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&t=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&pic" target="_blank" title="Share on facebook" style="width:100%"><img src="http://farm4.staticflickr.com/3801/13104038583_b03d5cafac_o.png"/></a>  
 ## 目前包括:  
 >[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)  
@@ -53,7 +53,7 @@ Demo地址:https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh/blob/mas
 下拉刷新及滑動到底部加載更多ListView  
 項目地址:https://github.com/Trinea/AndroidCommon  
 Demo地址:https://play.google.com/store/apps/details?id=cn.trinea.android.demo  
-文檔介紹:http://www.trinea.cn/android/dropdown-to-refresh-and-bottom-load-more-listview/  
+文檔介紹:https://www.trinea.cn/android/dropdown-to-refresh-and-bottom-load-more-listview/  
    
 1. DragSortListView  
 拖動排序的ListView,同時支持ListView滑動item刪除,各個Item高度不一、單選、複選、CursorAdapter做爲適配器、拖動背景變化等  
@@ -304,7 +304,7 @@ APP示例:類似微信中查看聊天記錄圖片時可雙擊放大,並且
 Android自動滾動 輪播循環的ViewPager  
 項目地址:https://github.com/Trinea/android-auto-scroll-view-pager  
 Demo地址:https://play.google.com/store/apps/details?id=cn.trinea.android.demo  
-文檔介紹:http://www.trinea.cn/android/auto-scroll-view-pager/  
+文檔介紹:https://www.trinea.cn/android/auto-scroll-view-pager/  
 
 1. Salvage view  
 帶View緩存的Viewpager PagerAdapter,很方便使用  
@@ -963,7 +963,7 @@ square開源的圖片緩存
 圖片緩存,包含內存和Sdcard緩存  
 項目地址:https://github.com/Trinea/AndroidCommon  
 Demo地址:https://play.google.com/store/apps/details?id=cn.trinea.android.demo  
-文檔介紹:http://www.trinea.cn/android/android-imagecache/  
+文檔介紹:https://www.trinea.cn/android/android-imagecache/  
 特點:(1)支持預取新圖片,支持等待隊列  
 (2)包含二級緩存,可自定義文件名保存規則  
 (3)可選擇多種緩存算法(FIFO、LIFO、LRU、MRU、LFU、MFU等13種)或自定義緩存算法  
@@ -1013,7 +1013,7 @@ Java異步Http請求
 Http緩存  
 項目地址:https://github.com/Trinea/AndroidCommon  
 Demo地址:https://play.google.com/store/apps/details?id=cn.trinea.android.demo  
-文檔介紹:http://www.trinea.cn/android/android-http-cache  
+文檔介紹:https://www.trinea.cn/android/android-http-cache  
 特點是:(1) 根據cache-control、expires緩存http請求  
 (2) 支持同步、異步Http請求  
 (3) 在匿名回調中處理請求結果  
@@ -1089,7 +1089,7 @@ Github地址:https://github.com/mcxiaoke/android-volley
 Android公共庫  
 項目地址:https://github.com/Trinea/AndroidCommon  
 Demo地址:https://play.google.com/store/apps/details?id=cn.trinea.android.demo  
-文檔介紹:http://www.trinea.cn/android/android-common-lib/  
+文檔介紹:https://www.trinea.cn/android/android-common-lib/  
 包括:(1)緩存(圖片緩存、預取緩存、網絡緩存)  
 (2) 公共View(下拉及底部加載更多ListView、底部加載更多ScrollView、滑動一頁Gallery)  
 (3) Android常用工具類(網絡、下載、Android資源操作、shell、文件、Json、隨機數、Collection等等)  

From ea350bff1515c9ac8de919510db2447ab214da32 Mon Sep 17 00:00:00 2001
From: Trinea <trinea.cn@gmail.com>
Date: Sun, 7 Apr 2019 18:46:45 +0800
Subject: [PATCH 093/100] Update https://p.codekk.com

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 5aa7124a..ac952f83 100644
--- a/README.md
+++ b/README.md
@@ -4,14 +4,14 @@ Other: [English Version](https://github.com/Trinea/android-open-project/tree/mas
 > 我们的微信公众号:codekk。二维码如下:  
  专注于 Android 开源分享、源码解析、框架设计、Android 内推。  
  ![img](https://www.trinea.cn/wp-content/uploads/2016/01/weixin-codekk-160.jpg)  
- 我们的网站:[www.codekk.com](https://a.codekk.com)  
+ 我们的网站:[www.codekk.com](https://p.codekk.com)  
  
 #### [Android 开发调试效率数倍提升工具——开发助手 App 最新版](https://www.trinea.cn/dev-tools/development-tools/features-and-versions/),可从 Google Play、应用宝、360 手机助手里搜索”开发助手”下载,或通过网页下载:<a href="https://play.google.com/store/apps/details?id=cn.trinea.android.developertools" target="_blank" title="去 Google Play 下载开发助手">Google Play</a>、<a href="http://android.myapp.com/myapp/detail.htm?apkName=cn.trinea.android.developertools" target="_blank" title="去应用宝下载开发助手">应用宝</a>、<a href="http://zhushou.360.cn/detail/index/soft_id/3644614" target="_blank" title="去 360 手机助手下载开发助手">360 手机助手</a>、<a href="https://trinea.cn/app/dev-tools.apk" target="_blank" title="直接本地下载开发助手">本地下载</a>
 #### <a href="https://a.codekk.com" target="_blank">Android 开源项目源码解析(Volley、UIL、Dagger、EventBus、插件化库等分析)</a>  
 #### <a href="https://j.codekk.com" target="_blank">Android 职位内部推荐(阿里、腾讯、百度、京东、滴滴、美团、58、华为、网易、魅族等)</a>  
 #### <a href="https://p.codekk.com" target="_blank">强大的 Android 开源项目搜索站</a>  
 
-欢迎大家推荐好的 Android 开源项目,开源项目添加到 <a href="https://p.codekk.com/add-project" target="_blank">Android 开源项目集合</a>,可以得到更多朋友的关注和反馈,欢迎`Star`、`Fork` :)  
+每日最新开源项目可见 <a href="https://p.codekk.com/" target="_blank">Android 开源项目集合</a>,欢迎浏览和反馈 :)  
 
 > **关于我,欢迎关注**  
  微博:<a title="Android 技术及移动互联网分享" href="http://weibo.com/trinea?s=6cm7D0" target="_blank">Trinea</a>&nbsp;&nbsp;&nbsp;&nbsp;主页:<a title="关注于 Android、Java、性能优化、开源项目" href="https://www.trinea.cn/" target="_blank">trinea.cn</a>  

From 3630f96bfc5f9ff2dffba5b9eda1d31193ddfdf1 Mon Sep 17 00:00:00 2001
From: Trinea <trinea.cn@gmail.com>
Date: Sun, 16 Feb 2020 21:47:51 +0800
Subject: [PATCH 094/100] Add Dev Tools App info

---
 English Version/README.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/English Version/README.md b/English Version/README.md
index a101d0ea..79fba3e8 100644
--- a/English Version/README.md	
+++ b/English Version/README.md	
@@ -3,9 +3,15 @@ Android Open Source Projects [https://codekk.com](https://p.codekk.com/) for mor
 
 Welcome to recommend good android open source projects, you can [Commit](https://github.com/Trinea/android-open-project/wiki/Standard-of-adding-and-editing-content "Standard of adding and editing content") directly or tell me at [Colloct Page](https://github.com/Trinea/android-open-project/issues/1). Welcome `Star` and `Fork`  
 
-#### [Android develop and debug efficiency tool - Developer Tools App](https://play.google.com/store/apps/details?id=cn.trinea.android.developertools)
+ 
+### Dev Tools App
+The Dev Tools App is a powerful android development tool that can help you improve efficiency greatly, It can be used to view the latest open source projects, view activity history, view manifest, decompile, color picker, extract apk or so, view app info, open or close the options in the developer options quickly, and more.  
+  
+You can download it from **[DevTools@Google Play](https://play.google.com/store/apps/details?id=cn.trinea.android.developertools)**.  
+![](https://lh3.googleusercontent.com/ERb20Y50r3u_tZMMlqpH5cnS_MC_n366WoKvEjJyFfHz6d-EwvhaEUf7ZKAgRajboTWR=w720-h440-rw)  
+
 
-Twitter:[trinea_cn](https://twitter.com/trinea_cn)&nbsp;&nbsp;&nbsp;&nbsp;HomePage: [www.trinea.cn](https://www.trinea.cn/)&nbsp;&nbsp;&nbsp;&nbsp;Email:[trinea.cn@gmail.com](mailto:trinea.cn@gmail.com)&nbsp;&nbsp;&nbsp;&nbsp;QQ:[717763774](http://wpa.qq.com/msgrd?v=3&uin=717763774&site=qq&menu=yes)  
+Twitter:[trinea_cn](https://twitter.com/trinea_cn)&nbsp;&nbsp;&nbsp;&nbsp;HomePage: [codekk.com](https://codekk.com/)&nbsp;&nbsp;&nbsp;&nbsp;Email:[trinea.cn@gmail.com](mailto:trinea.cn@gmail.com)  
 Share:<a href="https://twitter.com/intent/tweet?text=Android Open Source Projects include Personalized Views, Common Util Libs, Excellent projects and so on   %40trinea_cn+https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&pic=" target="_blank" title="Share on twitter" style="width:100%"><img src="http://farm4.staticflickr.com/3764/13104038813_03933d4394_o.png"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&t=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&pic" target="_blank" title="Share on facebook" style="width:100%"><img src="http://farm4.staticflickr.com/3801/13104038583_b03d5cafac_o.png"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://service.weibo.com/share/share.php?url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&appkey=1657413438&searchPic=true" target="_blank" title="Shared on weibo" style="width:100%"><img src="http://farm8.staticflickr.com/7342/13103239365_e5cd37fbac_o.png" title="Shared on weibo"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&desc=&summary=&site=www.trinea.cn" target="_blank" title="Share on qzone" style="width:100%"><img src="http://farm8.staticflickr.com/7418/13103935825_209bd521f0_o.jpg"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://share.v.t.qq.com/index.php?c=share&a=index&url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&appkey=801404464" target="_blank" title="Shared on tecent weibo" style="width:100%"><img src="http://farm8.staticflickr.com/7452/13104204564_f867971a13_o.png"/></a>
 ### Include:  
 >[1. Personalized Views](#1-personalized-views )  

From ecdbbda47b72d0f31fba8d6c893a9abcd7e85768 Mon Sep 17 00:00:00 2001
From: Trinea <trinea.cn@gmail.com>
Date: Sun, 16 Feb 2020 21:55:33 +0800
Subject: [PATCH 095/100] Add Dev Tools App info

---
 README.md | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index ac952f83..35a7b3e6 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,13 @@ Other: [English Version](https://github.com/Trinea/android-open-project/tree/mas
  ![img](https://www.trinea.cn/wp-content/uploads/2016/01/weixin-codekk-160.jpg)  
  我们的网站:[www.codekk.com](https://p.codekk.com)  
  
-#### [Android 开发调试效率数倍提升工具——开发助手 App 最新版](https://www.trinea.cn/dev-tools/development-tools/features-and-versions/),可从 Google Play、应用宝、360 手机助手里搜索”开发助手”下载,或通过网页下载:<a href="https://play.google.com/store/apps/details?id=cn.trinea.android.developertools" target="_blank" title="去 Google Play 下载开发助手">Google Play</a>、<a href="http://android.myapp.com/myapp/detail.htm?apkName=cn.trinea.android.developertools" target="_blank" title="去应用宝下载开发助手">应用宝</a>、<a href="http://zhushou.360.cn/detail/index/soft_id/3644614" target="_blank" title="去 360 手机助手下载开发助手">360 手机助手</a>、<a href="https://trinea.cn/app/dev-tools.apk" target="_blank" title="直接本地下载开发助手">本地下载</a>
-#### <a href="https://a.codekk.com" target="_blank">Android 开源项目源码解析(Volley、UIL、Dagger、EventBus、插件化库等分析)</a>  
-#### <a href="https://j.codekk.com" target="_blank">Android 职位内部推荐(阿里、腾讯、百度、京东、滴滴、美团、58、华为、网易、魅族等)</a>  
+
+ 
+### Dev Tools App
+The Dev Tools App is a powerful android development tool that can help you improve efficiency greatly, It can be used to view the latest open source projects, view activity history, view manifest, decompile, color picker, extract apk or so, view app info, open or close the options in the developer options quickly, and more.  
+  
+You can download it from **[DevTools@Google Play](https://play.google.com/store/apps/details?id=cn.trinea.android.developertools)**, [DevTools@酷安](https://coolapk.com/apk/cn.trinea.android.developertools), [DevTools@应用宝](http://android.myapp.com/myapp/detail.htm?apkName=cn.trinea.android.developertools), [DevTools@360 手机助手](http://zhushou.360.cn/detail/index/soft_id/3644614), [DevTools@trinea.cn](https://trinea.cn/app/dev-tools.apk)  
+![](https://lh3.googleusercontent.com/ERb20Y50r3u_tZMMlqpH5cnS_MC_n366WoKvEjJyFfHz6d-EwvhaEUf7ZKAgRajboTWR=w720-h440-rw)   
 #### <a href="https://p.codekk.com" target="_blank">强大的 Android 开源项目搜索站</a>  
 
 每日最新开源项目可见 <a href="https://p.codekk.com/" target="_blank">Android 开源项目集合</a>,欢迎浏览和反馈 :)  

From a8aadf86ef00a8391ede5a99dea544489a7e0222 Mon Sep 17 00:00:00 2001
From: Harjyot Singh <105898824+Harjyot-dev-187@users.noreply.github.com>
Date: Sun, 6 Nov 2022 13:01:05 +0530
Subject: [PATCH 096/100] Update README.md

---
 English Version/README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/English Version/README.md b/English Version/README.md
index 79fba3e8..57527d32 100644
--- a/English Version/README.md	
+++ b/English Version/README.md	
@@ -109,7 +109,6 @@ Demo Apk: https://github.com/yydcdut/SlideAndDragListView/blob/master/apk/sdlv.a
 Similar App: Android 手机QQ 5.0  
 Renderings: ![Renderings](https://raw.githubusercontent.com/yydcdut/SlideAndDragListView/master/gif/v1.1.gif)  
 
-   
 1. RecyclerViewSwipeDismiss
 lightweight support-v7 RecyclerView Swipe to dismiss library,Just bind `onTouchListener`
 Project Address:https://github.com/CodeFalling/RecyclerViewSwipeDismiss

From 8c3eb900b0d14bb73cb934e73105fd7ba7edf49a Mon Sep 17 00:00:00 2001
From: Trinea <trinea.cn@gmail.com>
Date: Tue, 13 Dec 2022 22:47:55 +0800
Subject: [PATCH 097/100] Update README.md

---
 README.md | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/README.md b/README.md
index 35a7b3e6..8848afef 100644
--- a/README.md
+++ b/README.md
@@ -1,29 +1,29 @@
-Android 开源项目分类汇总,更全更新可见 [codekk.com](https://p.codekk.com/)
+Android 开源项目分类汇总,最新最全版可见 [codekk.com](https://p.codekk.com/)
 ====================
 Other: [English Version](https://github.com/Trinea/android-open-project/tree/master/English%20Version), [繁體版](https://github.com/Trinea/android-open-project/tree/master/%E7%B9%81%E9%AB%94%E4%B8%AD%E6%96%87%E7%89%88), [Website Version](https://p.codekk.com/).    
-> 我们的微信公众号:codekk。二维码如下:  
- 专注于 Android 开源分享、源码解析、框架设计、Android 内推。  
- ![img](https://www.trinea.cn/wp-content/uploads/2016/01/weixin-codekk-160.jpg)  
- 我们的网站:[www.codekk.com](https://p.codekk.com)  
- 
-
- 
-### Dev Tools App
-The Dev Tools App is a powerful android development tool that can help you improve efficiency greatly, It can be used to view the latest open source projects, view activity history, view manifest, decompile, color picker, extract apk or so, view app info, open or close the options in the developer options quickly, and more.  
+
+### 一、codekk.com 
+<a href="https://codekk.com" target="_blank">codekk.com</a> 收集了数万开源项目。支持最新开源项目查看和自动推送、支持开源项目搜索,欢迎浏览 :)  
+
+
+### 二、开发助手 App
+开发助手是个强大的开发工具,由 Trinea 从 2017 年初正式对外发布。它能够用来反编译其他应用、查看其他应用布局和控件信息、屏幕取色(颜色取样器)、查看 Activity 历史记录、查看其他应用 Manifest、查看最近使用和最近安装的应用、提取任何应用 Apk 和 So 文件、查看最新开源项目、调试应用、查看手机软硬件信息等,更多功能持续添加中。  
   
-You can download it from **[DevTools@Google Play](https://play.google.com/store/apps/details?id=cn.trinea.android.developertools)**, [DevTools@酷安](https://coolapk.com/apk/cn.trinea.android.developertools), [DevTools@应用宝](http://android.myapp.com/myapp/detail.htm?apkName=cn.trinea.android.developertools), [DevTools@360 手机助手](http://zhushou.360.cn/detail/index/soft_id/3644614), [DevTools@trinea.cn](https://trinea.cn/app/dev-tools.apk)  
+可从各大手机应用市场搜素`开发助手`下载,包括 **小米应用商店**、**华为应用商店**、**Vivo 应用市场**、**Opp 应用市场**、**[Google Play](https://play.google.com/store/apps/details?id=cn.trinea.android.developertools)**、[酷安](https://coolapk.com/apk/cn.trinea.android.developertools)**、[应用宝](http://android.myapp.com/myapp/detail.htm?apkName=cn.trinea.android.developertools)**    
 ![](https://lh3.googleusercontent.com/ERb20Y50r3u_tZMMlqpH5cnS_MC_n366WoKvEjJyFfHz6d-EwvhaEUf7ZKAgRajboTWR=w720-h440-rw)   
-#### <a href="https://p.codekk.com" target="_blank">强大的 Android 开源项目搜索站</a>  
 
-每日最新开源项目可见 <a href="https://p.codekk.com/" target="_blank">Android 开源项目集合</a>,欢迎浏览和反馈 :)  
+### 三、微信公众号 codekk
+专注于技术分享、职业成长、互联网内推、开发助手版本更新,二维码如下:  
+![img](https://www.trinea.cn/wp-content/uploads/2016/01/weixin-codekk-160.jpg)  
+
+
+### 四、关于我,欢迎关注
+GitHub: <a href="https://github.com/Trinea">Trinea</a>  &nbsp;&nbsp;&nbsp;&nbsp;微博:<a title="Android 技术及移动互联网分享" href="http://weibo.com/trinea?s=6cm7D0" target="_blank">Trinea</a>&nbsp;&nbsp;&nbsp;&nbsp;个人主页:<a title="关注于 Android、Java、性能优化、开源项目" href="https://www.trinea.cn/" target="_blank">trinea.cn</a>  
 
-> **关于我,欢迎关注**  
- 微博:<a title="Android 技术及移动互联网分享" href="http://weibo.com/trinea?s=6cm7D0" target="_blank">Trinea</a>&nbsp;&nbsp;&nbsp;&nbsp;主页:<a title="关注于 Android、Java、性能优化、开源项目" href="https://www.trinea.cn/" target="_blank">trinea.cn</a>  
 
-更多:[Android 开源库获取途径整理](https://www.trinea.cn/android/android-open-project-summary/)  
-分享:<a href="http://service.weibo.com/share/share.php?url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86250%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8cB%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&appkey=1657413438&searchPic=true" target="_blank" title="分享到新浪微博" style="width:100%"><img src="http://farm8.staticflickr.com/7342/13103239365_e5cd37fbac_o.png" title="分享到新浪微博"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86250%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&desc=&summary=&site=www.trinea.cn" target="_blank" title="分享到 QQ 空间" style="width:100%"><img src="http://farm8.staticflickr.com/7418/13103935825_209bd521f0_o.jpg"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://share.v.t.qq.com/index.php?c=share&a=index&url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86250%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&appkey=801404464" target="_blank" title="分享到腾讯微博" style="width:100%"><img src="http://farm8.staticflickr.com/7452/13104204564_f867971a13_o.png"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://twitter.com/intent/tweet?text=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86250%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40trinea_cn+https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&pic=" target="_blank" title="Share on twitter" style="width:100%"><img src="http://farm4.staticflickr.com/3764/13104038813_03933d4394_o.png"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&t=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86250%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&pic" target="_blank" title="Share on facebook" style="width:100%"><img src="http://farm4.staticflickr.com/3801/13104038583_b03d5cafac_o.png"/></a>  
+给朋友分享本站:<a href="http://service.weibo.com/share/share.php?url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86250%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8cB%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&appkey=1657413438&searchPic=true" target="_blank" title="分享到新浪微博" style="width:100%"><img src="http://farm8.staticflickr.com/7342/13103239365_e5cd37fbac_o.png" title="分享到新浪微博"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86250%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&desc=&summary=&site=www.trinea.cn" target="_blank" title="分享到 QQ 空间" style="width:100%"><img src="http://farm8.staticflickr.com/7418/13103935825_209bd521f0_o.jpg"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://twitter.com/intent/tweet?text=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86250%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40trinea_cn+https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&pic=" target="_blank" title="Share on twitter" style="width:100%"><img src="http://farm4.staticflickr.com/3764/13104038813_03933d4394_o.png"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&t=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86250%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&pic" target="_blank" title="Share on facebook" style="width:100%"><img src="http://farm4.staticflickr.com/3801/13104038583_b03d5cafac_o.png"/></a>  
 
-## 目前包括:
+## 目前包括(内容比较陈旧,最新最全及不断更新版本请见 <a href="https://codekk.com" target="_blank">codekk.com</a>):
 >[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)  
 *&nbsp;&nbsp;包括[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#十六其他)*  
 [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)  

From ca4165da0844f260d8627268e0fe3a90a8e586f2 Mon Sep 17 00:00:00 2001
From: Trinea <trinea.cn@gmail.com>
Date: Tue, 13 Dec 2022 22:54:58 +0800
Subject: [PATCH 098/100] Update README.md

---
 .../README.md"                                | 28 +++++++++++++++----
 1 file changed, 22 insertions(+), 6 deletions(-)

diff --git "a/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md" "b/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
index 0b54d82e..d1fc6993 100644
--- "a/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
+++ "b/\347\271\201\351\253\224\344\270\255\346\226\207\347\211\210/README.md"
@@ -1,13 +1,29 @@
-Android開源項目分類彙總
+Android 開源項目分類匯總,最新最全版可見 [codekk.com](https://p.codekk.com/)
 ====================
+Other: [English Version](https://github.com/Trinea/android-open-project/tree/master/English%20Version), [繁體版](https://github.com/Trinea/android-open-project/tree/master/%E7%B9%81%E9%AB%94%E4%B8%AD%E6%96%87%E7%89%88), [Website Version](https://p.codekk.com/).    
 
-歡迎大家推薦好的Android開源項目,可直接[Commit](https://github.com/Trinea/android-open-project/wiki)或在 [收集&提交頁](https://github.com/Trinea/android-open-project/issues/1) 中告訴我,歡迎`Star`、`Fork` :)  
+### 一、codekk.com 
+<a href="https://codekk.com" target="_blank">codekk.com</a> 收集了數萬開源項目。支持最新開源項目查看和自動推送、支持開源項目搜索,歡迎瀏覽 :)  
 
-#### [Android 開發調試效率數倍提升工具——開發助手 App 最新版](https://play.google.com/store/apps/details?id=cn.trinea.android.developertools)  
 
-微博:[Trinea](https://weibo.com/trinea)&nbsp;&nbsp;&nbsp;&nbsp;主頁:[www.trinea.cn](https://www.trinea.cn/)&nbsp;&nbsp;&nbsp;&nbsp;郵箱:[trinea.cn@gmail.com](mailto:trinea.cn@gmail.com)&nbsp;&nbsp;&nbsp;&nbsp;QQ:[717763774](http://wpa.qq.com/msgrd?v=3&uin=717763774&site=qq&menu=yes)  
-分享:<a href="http://service.weibo.com/share/share.php?url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&appkey=1657413438&searchPic=true" target="_blank" title="分享到新浪微博" style="width:100%"><img src="http://farm8.staticflickr.com/7342/13103239365_e5cd37fbac_o.png" title="分享到新浪微博"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&desc=&summary=&site=www.trinea.cn" target="_blank" title="分享到QQ空間" style="width:100%"><img src="http://farm8.staticflickr.com/7418/13103935825_209bd521f0_o.jpg"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://share.v.t.qq.com/index.php?c=share&a=index&url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&appkey=801404464" target="_blank" title="分享到騰訊微博" style="width:100%"><img src="http://farm8.staticflickr.com/7452/13104204564_f867971a13_o.png"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://twitter.com/intent/tweet?text=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40trinea_cn+https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&pic=" target="_blank" title="Share on twitter" style="width:100%"><img src="http://farm4.staticflickr.com/3764/13104038813_03933d4394_o.png"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&t=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86200%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&pic" target="_blank" title="Share on facebook" style="width:100%"><img src="http://farm4.staticflickr.com/3801/13104038583_b03d5cafac_o.png"/></a>  
-## 目前包括:  
+### 二、開發助手 App
+開發助手是個強大的開發工具,由 Trinea 從 2017 年初正式對外發佈。它能夠用來反編譯其他應用、查看其他應用佈局和控件信息、屏幕取色(顏色取樣器)、查看 Activity 歴史記錄、查看其他應用 Manifest、查看最近使用和最近安裝的應用、提取任何應用 Apk 和 So 文件、查看最新開源項目、調試應用、查看手機軟硬件信息等,更多功能持續添加中。  
+  
+可從各大手機應用市場搜素`開發助手`下載,包括 **小米應用商店**、**華為應用商店**、**Vivo 應用市場**、**Opp 應用市場**、**[Google Play](https://play.google.com/store/apps/details?id=cn.trinea.android.developertools)**、[酷安](https://coolapk.com/apk/cn.trinea.android.developertools)**、[應用寶](http://android.myapp.com/myapp/detail.htm?apkName=cn.trinea.android.developertools)**    
+![](https://lh3.googleusercontent.com/ERb20Y50r3u_tZMMlqpH5cnS_MC_n366WoKvEjJyFfHz6d-EwvhaEUf7ZKAgRajboTWR=w720-h440-rw)   
+
+### 三、微信公眾號 codekk
+專註於技術分享、職業成長、互聯網內推、開發助手版本更新,二維碼如下:  
+![img](https://www.trinea.cn/wp-content/uploads/2016/01/weixin-codekk-160.jpg)  
+
+
+### 四、關於我,歡迎關註
+GitHub: <a href="https://github.com/Trinea">Trinea</a>  &nbsp;&nbsp;&nbsp;&nbsp;微博:<a title="Android 技術及移動互聯網分享" href="http://weibo.com/trinea?s=6cm7D0" target="_blank">Trinea</a>&nbsp;&nbsp;&nbsp;&nbsp;個人主頁:<a title="關註於 Android、Java、性能優化、開源項目" href="https://www.trinea.cn/" target="_blank">trinea.cn</a>  
+
+
+給朋友分享本站:<a href="http://service.weibo.com/share/share.php?url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86250%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8cB%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&appkey=1657413438&searchPic=true" target="_blank" title="分享到新浪微博" style="width:100%"><img src="http://farm8.staticflickr.com/7342/13103239365_e5cd37fbac_o.png" title="分享到新浪微博"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&title=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86250%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&desc=&summary=&site=www.trinea.cn" target="_blank" title="分享到 QQ 空間" style="width:100%"><img src="http://farm8.staticflickr.com/7418/13103935825_209bd521f0_o.jpg"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://twitter.com/intent/tweet?text=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86250%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40trinea_cn+https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&pic=" target="_blank" title="Share on twitter" style="width:100%"><img src="http://farm4.staticflickr.com/3764/13104038813_03933d4394_o.png"/></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Flinproxy.fan.workers.dev%3A443%2Fhttps%2Fgithub.com%2FTrinea%2Fandroid-open-project&t=Android%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E5%88%86%E7%B1%BB%E6%B1%87%E6%80%BB%EF%BC%8C%E6%B1%87%E9%9B%86250%E5%A4%9A%E4%B8%AA%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%EF%BC%8C%E5%8C%85%E6%8B%AC%E4%B8%AA%E6%80%A7%E5%8C%96%E6%8E%A7%E4%BB%B6%E3%80%81%E5%B7%A5%E5%85%B7%E5%BA%93%E3%80%81%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE%E3%80%81%E5%BC%80%E5%8F%91%E5%8F%8A%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E3%80%81%E4%BC%98%E7%A7%80%E4%B8%AA%E4%BA%BA%E5%92%8C%E5%9B%A2%E4%BD%93%40Trinea+&pic" target="_blank" title="Share on facebook" style="width:100%"><img src="http://farm4.staticflickr.com/3801/13104038583_b03d5cafac_o.png"/></a>  
+
+## 目前包括(內容比較陳舊,最新最全及不斷更新版本請見 <a href="https://codekk.com" target="_blank">codekk.com</a>):
 >[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)  
 *&nbsp;&nbsp;包括[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)*  
 [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)  

From 74d000ada5ee35cd3100ab021bdbb670d4763f77 Mon Sep 17 00:00:00 2001
From: Hai Zhang <4469895+zhanghai@users.noreply.github.com>
Date: Wed, 6 Dec 2023 00:22:59 -0800
Subject: [PATCH 099/100] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20ComposePreference?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Jetpack Compose 的 preference 实现,易用且可扩展。

https://github.com/zhanghai/ComposePreference
---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 8848afef..a7c0d627 100644
--- a/README.md
+++ b/README.md
@@ -1648,6 +1648,12 @@ Material Design 的播放/暂停图标动画,可作为 `Drawable`、`ImageView
 效果图:   
 ![Renderings](https://github.com/DreaminginCodeZH/MaterialPlayPauseDrawble/raw/master/preview/sample.gif)  
 
+1. ComposePreference  
+Jetpack Compose 的 preference 实现,易用且可扩展  
+項目地址: https://github.com/zhanghai/ComposePreference   
+效果图:   
+![Renderings](https://github.com/zhanghai/ComposePreference/blob/master/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png?raw=true)  
+
 ## 第二部分 工具库
 主要包括那些不错的开发库,包括依赖注入框架、图片缓存、网络请求、数据库 ORM 建模、Android 公共库、Android 高版本向低版本兼容、多媒体相关及其他。  
 

From ff4c5cd75e71848031177c2df1a1ea2efa806e18 Mon Sep 17 00:00:00 2001
From: Dhruv Maindola <80943305+dhruvmaindola227@users.noreply.github.com>
Date: Mon, 8 Aug 2022 23:50:17 +0530
Subject: [PATCH 100/100] Update README.md

Fixed grammatical errors , spellings , spaces and missing periods at the end of sentences.
---
 English Version/README.md | 168 +++++++++++++++++++-------------------
 1 file changed, 84 insertions(+), 84 deletions(-)

diff --git a/English Version/README.md b/English Version/README.md
index 57527d32..55d50f2c 100644
--- a/English Version/README.md	
+++ b/English Version/README.md	
@@ -60,13 +60,13 @@ File,
 Customed View. include ListView, ActionBar, Menu, ViewPager, Gallery, GridView, ImageView, ProgressBar, Dialog, Toast, EditText, TableView, Activity Animation and so on。  
 #### 1. ListView  
 1. android-pulltorefresh  
-Provide a reusable Pull to Refresh widget for Android, support ListView, ExpandableListView, GridView, WebView, ScrollView, HorizontalScrollView, ViewPager, support pulling Down from the top, and Pulling Up from the bottom and so on.  
+Provides a reusable Pull to Refresh widget for Android, support ListView, ExpandableListView, GridView, WebView, ScrollView, HorizontalScrollView, ViewPager, support pulling Down from the top, and Pulling Up from the bottom and so on.  
 Project Address: https://github.com/chrisbanes/Android-PullToRefresh  
 Demo Apk: https://github.com/Trinea/TrineaDownload/blob/master/pull-to-refreshview-demo.apk?raw=true  
 Similar App: Sina Weibo Pages  
    
 1. android-pulltorefresh-listview  
-Pull to refresh listView for android, There is some bug for this  
+Pull to refresh listView for android, There is some bug for this.  
 Project Address: https://github.com/johannilsson/android-pulltorefresh  
 Demo Apk: https://github.com/Trinea/TrineaDownload/blob/master/pull-to-refresh-listview-demo.apk?raw=true   
 
@@ -85,7 +85,7 @@ Demo Apk: https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh/blob/master
 </div>   
    
 1. DropDownListView  
-Pull to refresh and load more when on bottom listView for android  
+Pull to refresh and load more when on bottom listView for android. 
 Project Address: https://github.com/Trinea/AndroidCommon  
 Demo Apk: https://play.google.com/store/apps/details?id=cn.trinea.android.demo  
 Document: https://www.trinea.cn/android/dropdown-to-refresh-and-bottom-load-more-listview/  
@@ -97,7 +97,7 @@ Demo Apk: https://play.google.com/store/apps/details?id=com.mobeta.android.demod
 Similar App: Wordpress Android  
    
 1. SwipeListView  
-An Android List View implementation with support for drawable cells and many other swipe related features  
+An Android List View implementation with support for drawable cells and many other swipe related features. 
 Project Address: https://github.com/47deg/android-swipelistview  
 Demo Apk: https://play.google.com/store/apps/details?id=com.fortysevendeg.android.swipelistview  
 Similar App: 微信
@@ -115,12 +115,12 @@ Project Address:https://github.com/CodeFalling/RecyclerViewSwipeDismiss
 Renderings: ![Renderings](http://i2.tietuku.com/a5a1a6fbd300397a.gif)
 
 1. Android-SwipeToDismiss
-Android swipe to dismiss listView  
+Android swipe to dismiss listView.
 Project Address: https://github.com/romannurik/Android-SwipeToDismiss  
 Demo Apk: https://github.com/JakeWharton/SwipeToDismissNOA/SwipeToDismissNOA.apk/qr_code  
    
 1. StickyListHeaders  
-An android library for section headers of listView that stick to the top  
+An android library for section headers of listView that stick to the top. 
 Project Address: https://github.com/emilsjolander/StickyListHeaders  
 Similar App: Contacts app of Android 4.0 Ice Cream Sandwich  
 Renderings: ![Renderings](https://raw.github.com/emilsjolander/StickyListHeaders/master/demo.gif)  
@@ -131,7 +131,7 @@ Project Address: https://github.com/beworker/pinned-section-listview
 Renderings: ![Renderings](https://raw.github.com/beworker/pinned-section-listview/master/screen1.png)  
    
 1. PinnedHeaderListView  
-A ListView with pinned section headers for Android  
+A ListView with pinned section headers for Android.
 Project Address: https://github.com/JimiSmith/PinnedHeaderListView  
    
 1. QuickReturnHeader  
@@ -141,13 +141,13 @@ Demo Apk: https://github.com/Trinea/TrineaDownload/blob/master/quick-return-head
 Similar App: google plus  
    
 1. IndexableListView  
-iPhone like fast scroll ListView on Android with non-alphabetic overlays  
+iPhone like fast scroll ListView on Android with non-alphabetic overlays. 
 Project Address: https://github.com/woozzu/IndexableListView  
 Demo Apk: https://github.com/Trinea/TrineaDownload/blob/master/indexable-listview.apk?raw=true  
 Similar App: Weichat contact  
    
 1. CustomFastScrollView  
-A FastScrollView with non-alphabetic overlays  
+A FastScrollView with non-alphabetic overlays.  
 Project Address: https://github.com/nolanlawson/CustomFastScrollViewDemo  
 Renderings: ![Renderings](https://raw.github.com/nolanlawson/CustomFastScrollViewDemo/master/example.png)  
    
@@ -157,7 +157,7 @@ Project Address: https://github.com/rno/Android-ScrollBarPanel
 Renderings: ![Renderings](https://github.com/rno/Android-ScrollBarPanel/raw/master/demo_capture.png)  
    
 1. SlideExpandableListView  
-A better ExpandableListView, with animated expandable views for each list item  
+A better ExpandableListView, with animated expandable views for each list item.  
 Project Address: https://github.com/tjerkw/Android-SlideExpandableListView  
 Demo Apk: https://github.com/Trinea/TrineaDownload/blob/master/slide-expandable-listView-demo.apk?raw=true  
    
@@ -167,18 +167,18 @@ Project Address: https://github.com/twotoasters/JazzyListView
 Demo Apk: https://play.google.com/store/apps/details?id=com.twotoasters.jazzylistview.sample  
    
 1. ListViewAnimations  
-An Android library which allows developers to easily add animations to ListView items  
+An Android library which allows developers to easily add animations to ListView items.  
 Project Address: https://github.com/nhaarman/ListViewAnimations  
 Demo Apk: https://play.google.com/store/apps/details?id=com.haarman.listviewanimations  
 Similar App: Google plus, Google Now, Ultimate, Light Flow Lite, TreinVerkeer, Running Coach, Pearl Jam Lyrics, Calorie Chart, Car Hire, Super BART, DK FlashCards, Counter Plus, Voorlees Verhaaltjes 2.0  
    
 1. DevsmartLib-Android  
-A Horizontal ListView for Android  
+A Horizontal ListView for Android. 
 Project Address: https://github.com/dinocore1/DevsmartLib-Android  
 Demo Apk: https://github.com/Trinea/TrineaDownload/blob/master/horizontal-listview-demo.apk?raw=true  
    
 1. HorizontalVariableListView  
-Horizontal list view for Android which allows variable items widths  
+Horizontal list view for Android which allows variable items widths.  
 Project Address: https://github.com/sephiroth74/HorizontalVariableListView   
    
 1. LinearListView  
@@ -186,7 +186,7 @@ Android library that allows you to bind a LinearLayout with a ListAdapter.
 Project Address: https://github.com/frankiesardo/LinearListView   
   
 1. MultiChoiceAdapter  
-A ListView adapter with support for multiple choice modal selection  
+A ListView adapter with support for multiple choice modal selection. 
 Project Address: https://github.com/ManuelPeinado/MultiChoiceAdapter   
 Demo Apk: https://play.google.com/store/apps/details?id=com.manuelpeinado.multichoiceadapter.demo  
 
@@ -221,25 +221,25 @@ Demo Apk: https://play.google.com/store/apps/details?id=uk.co.senab.actionbarpul
 Similar App: Gmail,Google plus  
    
 1. FadingActionBar  
-Android library implementing a fading effect for the action bar, similar to the one found in the Play Music app  
+Android library implementing a fading effect for the action bar, similar to the one found in the Play Music app.  
 Project Address: https://github.com/ManuelPeinado/FadingActionBar  
 Demo Apk: https://play.google.com/store/apps/details?id=com.manuelpeinado.fadingactionbar.demo  
 Similar App: google music  
    
 1. NotBoringActionBar  
-Auto dismis actionbar when content scroll down  
+Auto dismiss actionbar when content scroll down.
 Project Address: https://github.com/flavienlaurent/NotBoringActionBar  
 Demo Apk: http://flavienlaurent.com/blog/2013/11/20/making-your-action-bar-not-boring/  
 Similar App: google music  
    
 1. RefreshActionItem  
-An action bar item which acts both as a refresh button and as a progress indicator  
+An action bar item which acts both as a refresh button and as a progress indicator.  
 Project Address: https://github.com/ManuelPeinado/RefreshActionItem  
 Demo Apk: https://play.google.com/store/apps/details?id=com.manuelpeinado.refreshactionitem.demo  
 Similar App: The New York Times,DevAppsDirect.  
    
 1. GlassActionBar  
-An Android library which implements a glass-like effect for the action bar  
+An Android library which implements a glass-like effect for the action bar.  
 Project Address: https://github.com/ManuelPeinado/GlassActionBar  
 Demo Apk: https://play.google.com/store/apps/details?id=com.manuelpeinado.glassactionbardemo  
 Similar App: google music  
@@ -265,13 +265,13 @@ Similar App: Path
 Renderings: ![Renderings](https://dl.dropboxusercontent.com/u/11369687/preview0.png)  
    
 1. android-satellite-menu  
-Android Satellite Menu  
+Android Satellite Menu.  
 Project Address: https://github.com/siyamed/android-satellite-menu  
 Demo Apk: https://github.com/Trinea/TrineaDownload/blob/master/satellite-menu-demo.apk?raw=true  
 Similar App: Path  
    
 1. radial-menu-widget  
-A radial (pie) menu for Android  
+A radial (pie) menu for Android.  
 Project Address: https://code.google.com/p/radial-menu-widget/  
 Renderings: http://farm8.staticflickr.com/7377/11621125154_d1773c2dcc_o.jpg  
    
@@ -287,12 +287,12 @@ Demo Apk: https://play.google.com/store/apps/details?id=com.ptr.folding.sample
 Renderings: ![Renderings](https://lh6.ggpht.com/VnKUZenAozQ0KFAm5blFTGqMaKFjvX-BK2JH-jrX1sIXVTqciACqRhqFH48hc4pm2Q=h310-rw)  
 
 1. AndroidResideMenu  
-The idea of ResideMenu is from Dribbble 1 and 2 likes iOS ResideMenu   
+The idea of ResideMenu is from Dribbble 1 and 2 likes iOS ResideMenu.   
 Project Address: https://github.com/SpecialCyCi/AndroidResideMenu    
 Renderings: ![Renderings](https://github.com/SpecialCyCi/AndroidResideMenu/raw/master/2.gif)    
 
 1. FloatingActionMenu-Animation  
-Extended FloatingActionMenu lib, with custom menu icon, animation when scrolling
+Extended FloatingActionMenu lib, with custom menu icon, animation when scrolling.
 Project Address: https://github.com/toanvc/FloatingActionMenu-Animation  
 Renderings: ![Renderings](https://github.com/toanvc/FloatingActionMenu-Animation/raw/master/screenshots/scale.gif)    
 <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> 
@@ -330,7 +330,7 @@ Project Address: https://github.com/Dreddik/AndroidTouchGallery
 Demo Apk: https://github.com/Trinea/TrineaDownload/blob/master/touch-gallery-demo.apk?raw=true    
    
 1. Android Auto Scroll ViewPager  
-Android Auto scroll ViewPager or ViewPager in ViewPager  
+Android Auto scroll ViewPager or ViewPager in ViewPager. 
 Project Address: https://github.com/Trinea/android-auto-scroll-view-pager  
 Demo Apk: https://play.google.com/store/apps/details?id=cn.trinea.android.demo  
 Document: https://www.trinea.cn/android/auto-scroll-view-pager/  
@@ -340,7 +340,7 @@ Generic view recycler and ViewPager PagerAdapter implementation.
 Project Address: https://github.com/JakeWharton/salvage  
   
 1. Android PagerSlidingTabStrip  
-An interactive indicator to navigate between the different pages of a ViewPager  
+An interactive indicator to navigate between the different pages of a ViewPager.  
 Project Address: https://github.com/astuetz/PagerSlidingTabStrip  
 Demo Apk: https://play.google.com/store/apps/details?id=com.astuetz.viewpager.extensions.sample  
 
@@ -360,27 +360,27 @@ Project Address: https://github.com/wuyexiong/transparent-over-animtabsview
 Demo: http://v.youku.com/v_show/id_XNzA4MjY5NjA0.html    
 
 1. LoopingViewPager
-A ViewPager which support loop scroll
+A ViewPager which support loop scroll.
 Project Address: https://github.com/imbryk/LoopingViewPager
 
 1. android_page_curl
-Paging effect of iReader
+Paging effect of iReader.
 Project Address: https://github.com/harism/android_page_curl
 Demo App:iReader
 Demo: https://www.youtube.com/watch?v=iwu7P5PCpsw
 
 1. ViewPagerIndicator
-A custom ViewPagerIndicator
+A custom ViewPagerIndicator.
 Project Address: https://github.com/LuckyJayce/ViewPagerIndicator
 <a href="https://github.com/Trinea/android-open-project#%E7%9B%AE%E5%89%8D%E5%8C%85%E6%8B%AC" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>
 
 1. ScreenSlideIndicator
-Lightweight ViewPager Cycle Indicadtor
+Lightweight ViewPager Cycle Indicator.
 Project Address: [ScreenSlidePager](https://github.com/LyndonChin/Android-ScreenSlidePager)
 Renderings: ![](https://raw.githubusercontent.com/LyndonChin/Android-ScreenSlidePager/master/screenslidepager.gif)
 
 1. ViewPager3D
-A ViewPager with 3D effect
+A ViewPager with 3D effect.
 Project Address: https://github.com/inovex/ViewPager3D
 
 1. AnimaTabsview
@@ -389,21 +389,21 @@ Project Address: https://github.com/wuyexiong/transparent-over-animtabsview
 Demo: http://v.youku.com/v_show/id_XNzA4MjY5NjA0.html
 
 1. LoopingViewPager
-A ViewPager which support loop scroll
+A ViewPager which support loop scroll.
 Project Address: https://github.com/imbryk/LoopingViewPager
 
 1. android_page_curl
-Paging effect of iReader
+Paging effect of iReader.
 Project Address: https://github.com/harism/android_page_curl
 Demo App: iReader
 Demo: https://www.youtube.com/watch?v=iwu7P5PCpsw
 
 1. ViewPagerIndicator
-A custom ViewPagerIndicator
+A custom ViewPagerIndicator.
 Project Address: https://github.com/LuckyJayce/ViewPagerIndicator
 
 1. ScreenSlideIndicator
-Lightweight ViewPager Cycle Indicadtor
+Lightweight ViewPager Cycle Indicadtor.
 Project Address: [ScreenSlidePager](https://github.com/LyndonChin/Android-ScreenSlidePager)
 Renderings: ![](https://raw.githubusercontent.com/LyndonChin/Android-ScreenSlidePager/master/screenslidepager.gif)
 
@@ -422,26 +422,26 @@ Renderings: ![](https://github.com/Nightonke/WoWoViewPager/blob/master/Pictures/
 
 #### 5. GridView
 1. StaggeredGridView  
-A modified version of Android's experimental StaggeredGridView. Includes own OnItemClickListener and OnItemLongClickListener, selector, and fixed position restore. contains cache, extends from ViewGroup  
+A modified version of Android's experimental StaggeredGridView. Includes own OnItemClickListener and OnItemLongClickListener, selector, and fixed position restore. Contains cache, extends from ViewGroup.  
 Project Address: https://github.com/maurycyw/StaggeredGridView  
 Demo Apk: https://github.com/Trinea/TrineaDownload/blob/master/staggered-gridview-demo.apk?raw=true  
 Similar App: Pinterest  
    
 1. AndroidStaggeredGrid  
-An Android staggered grid view which supports multiple columns with rows of varying sizes. extends from AbsListView  
+An Android staggered grid view which supports multiple columns with rows of varying sizes. Extends from AbsListView.  
 Project Address: https://github.com/etsy/AndroidStaggeredGrid  
 Similar App: Pinterest  
    
 1. PinterestLikeAdapterView  
-An Android multi column list view like Pinterest. allow pull to refresh.  
+An Android multi column list view like Pinterest. Allow pull to refresh.  
 Project Address: https://github.com/GDG-Korea/PinterestLikeAdapterView  
 Similar App: Pinterest  
    
 1. DraggableGridView  
-A drag-and-drop scrolling grid view for Android, extends from ViewGroup. It can  swich from up to bottom, If you want switch from left screen to right please use PagedDragDropGrid below  
+A drag-and-drop scrolling grid view for Android, extends from ViewGroup. It can  swich from up to bottom, if you want switch from left screen to right please use PagedDragDropGrid below.  
 Project Address: https://github.com/thquinn/DraggableGridView  
 Demo Apk: https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true  
-You can customize the width and height of item,and the count of item each line,You can also customize the padding of line.Default value is 20dp.  
+You can customize the width and height of item , and the count of item each line , you can also customize the padding of line . Default value is 20dp.  
 Project Address: [DraggableGridView](https://github.com/andyken/DraggableGridView)  
 Renderings:   
 ![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif)
@@ -458,7 +458,7 @@ Project Address: https://github.com/TonicArtos/StickyGridHeaders
 Renderings: ![Renderings](https://github-camo.global.ssl.fastly.net/90b57e9383704c400706545225d439e057c6fcc0/687474703a2f2f342e62702e626c6f6773706f742e636f6d2f2d535f4262685758367754592f55517057306377554745492f41414141414141414776552f7a7a4a586a2d50635662592f73313630302f73637265656e2d6c616e6473636170652d736d616c6c65722e706e67)    
 
 1. PagedDragDropGrid  
-An Android ViewGroup that implements a paged grid with drag'n'drop moveable items. It can  swich from left screen to right, If you want switch from up to bottom please use DraggableGridView above   
+An Android ViewGroup that implements a paged grid with drag'n'drop moveable items. It can swich from left screen to right, if you want switch from up to bottom please use DraggableGridView above.   
 Project Address: https://github.com/mrKlar/PagedDragDropGrid  
 Demo视频:http://youtu.be/FYTSRfthSuQ  
 
@@ -490,7 +490,7 @@ Project Address: https://github.com/frapontillo/ImageViewEx
 Demo Apk: https://github.com/Trinea/TrineaDownload/blob/master/imageviewex-demo.apk?raw=true  
    
 1. RoundedImageView  
-A fast ImageView that supports rounded corners and ovals or circles  
+A fast ImageView that supports rounded corners and ovals or circles.
 Project Address: https://github.com/vinc3m1/RoundedImageView  
 Renderings: ![Renderings](https://raw.github.com/makeramen/RoundedImageView/master/screenshot.png)  
 
@@ -501,17 +501,17 @@ Demo Apk: https://play.google.com/store/apps/details?id=com.joooonho
 Renderings: ![Renderings](https://camo.githubusercontent.com/25d2e5fb8783b5dd09c00b03091172a79c69350e/687474703a2f2f692e696d6775722e636f6d2f55355653376d322e706e673f31)  
 
 1. ColorArt  
-iTunes 11-style color matching code for Android, is a library that uses an image to create a themed image/text display  
+iTunes 11-style color matching code for Android, is a library that uses an image to create a themed image/text display.  
 Project Address: https://github.com/MichaelEvans/ColorArt  
 Demo Apk: https://github.com/Trinea/TrineaDownload/blob/master/color-art-demo.apk?raw=true  
    
 1. CircleImageView  
-A circular ImageView for Android  
+A circular ImageView for Android. 
 Project Address: https://github.com/hdodenhof/CircleImageView  
 Renderings: ![Renderings](https://raw.github.com/hdodenhof/CircleImageView/master/screenshot.png)  
   
 1. ImageViewZoom  
-Android ImageView widget with zoom and pan capabilities   
+Android ImageView widget with zoom and pan capabilities.   
 Project Address: https://github.com/sephiroth74/ImageViewZoom  
 Similar App: https://play.google.com/store/apps/details?id=com.aviary.android.feather  
   
@@ -527,7 +527,7 @@ Renderings: ![Renderings](https://raw.github.com/MostafaGazar/CustomShapeImageVi
 
 #### 7. ProgressBar  
 1. SmoothProgressBar  
-A small Android library allowing you to have a smooth and customizable horizontal indeterminate ProgressBar  
+A small Android library allowing you to have a smooth and customizable horizontal indeterminate ProgressBar.  
 Project Address: https://github.com/castorflex/SmoothProgressBar  
 Demo Apk: https://play.google.com/store/apps/details?id=fr.castorflex.android.smoothprogressbar.sample  
    
@@ -537,7 +537,7 @@ Project Address: https://github.com/Todd-Davies/ProgressWheel
 Demo Apk: https://github.com/Trinea/TrineaDownload/blob/master/progress-wheel-demo.apk?raw=true  
    
 1. android-square-progressbar  
-A progressbar which go's around an image.  
+A progressbar which goes around an image.  
 Project Address: https://github.com/mrwonderman/android-square-progressbar  
 Demo Apk: https://play.google.com/store/apps/details?id=net.yscs.android.square_progressbar_example  
 Similar App: square  
@@ -561,32 +561,32 @@ Project Address: https://github.com/jpardogo/GoogleProgressBar
 Renderings: ![Renderings](https://raw.githubusercontent.com/jpardogo/GoogleProgressBar/master/art/GoogleProgressBar.gif)  
 
 1. TH-ProgressButton  
-Circular progress View button inspired by FFCircularProgressView   
+Circular progress View button inspired by FFCircularProgressView.   
 Project Address: https://github.com/torryharris/TH-ProgressButton    
 Renderings: ![Renderings](https://raw.github.com/Vyshakh-K/TH-ProgressButton/master/screenshots/progressshot1.png)      ![Renderings](https://raw.github.com/Vyshakh-K/TH-ProgressButton/master/screenshots/progressshot2.png)  	![Renderings](https://raw.github.com/Vyshakh-K/TH-ProgressButton/master/screenshots/progressshot3.png)  	![Renderings](https://raw.github.com/Vyshakh-K/TH-ProgressButton/master/screenshots/progressshot4.png)  
 
 1. NumberProgressBar
-ProgressBar with percentage number
+ProgressBar with percentage number.
 Project Address:https://github.com/daimajia/NumberProgressBar
 Renderings: ![Renderings](https://camo.githubusercontent.com/0c92568af7ec4e04e2e1503acdd2ca99854ab0b5/687474703a2f2f7777332e73696e61696d672e636e2f6d773639302f36313064633033346a77316566797264386e376937673230637a30326d7135662e676966)
 
 1. CircularProgressDrawable
-Circular Progress Drawable
+Circular Progress Drawable.
 Project Address:https://github.com/Sefford/CircularProgressDrawable
 Renderings: ![Renderings](https://raw.githubusercontent.com/Sefford/CircularProgressDrawable/master/overshoot.gif)
 
 1. Android-RoundCornerProgressBar
-Android ProgressBar drawing Round Corner
+Android ProgressBar drawing Round Corner.
 Project Address:https://github.com/akexorcist/Android-RoundCornerProgressBar
 Renderings: ![Renderings](https://raw.githubusercontent.com/akexorcist/Android-RoundCornerProgressBar/master/image/screenshot_02.png)
 
 1. circular-progress-button
-Button could switch to show circular progress
+Button could switch to show circular progress.
 Project Address:https://github.com/dmytrodanylyk/circular-progress-button
 Renderings: ![Renderings](https://raw.githubusercontent.com/dmytrodanylyk/circular-progress-button/master/screenshots/intro.gif)
 
 1. WaveView
-A ProgressBar which showing wave look progress
+A ProgressBar which showing wave look progress.
 Project Address:https://github.com/john990/WaveView
 Demo地址:https://raw.github.com/john990/WaveView/master/screenshot%26apk/demo.unaligned.apk
 Renderings: ![Renderings](https://camo.githubusercontent.com/60722e9d4f2d2daa78a8650cb27a32adea82bdd4/68747470733a2f2f7261772e6769746875622e636f6d2f6a6f686e3939302f57617665566965772f6d61737465722f73637265656e73686f7425323661706b2f73637265656e73686f742e676966)
@@ -607,7 +607,7 @@ Renderings: <br/>
 ![LoadingDrawable](https://raw.githubusercontent.com/dinuscxj/LoadingDrawable/master/Preview/CircleRotateDrawable.gif?width=300)
 
 1. StackedHorizontalProgressBar
-Stacked dual progress indicator progressbar
+Stacked dual progress indicator progressbar.
 
 Project Address:https://github.com/nisrulz/stackedhorizontalprogressbar
 
@@ -615,30 +615,30 @@ Renderings: </br>
 ![Sc1](https://github.com/nisrulz/stackedhorizontalprogressbar/blob/master/img/sc1.png) 
 
 #### 8. TextView  
-include TextView and other views extend TextView, like EditText, Button, RadioButton and so on  
+Include TextView and other views extend TextView, like EditText, Button, RadioButton and so on.  
 
 1. android-flowtextview  
-A TextView for Android which supports text wrapping around other views  
+A TextView for Android which supports text wrapping around other views.  
 Project Address: https://code.google.com/p/android-flowtextview/  
 Renderings: http://i949.photobucket.com/albums/ad332/vostroman1500/1.png  
   
 1. Android Form EditText  
-Android form edit text is an extension of EditText that brings data validation facilities to the edittext.  
+Android form edit text is an extension of EditText that brings data validation facilities to the edit text.  
 Project Address: https://github.com/vekexasia/android-edittext-validator  
 Demo Apk: https://play.google.com/store/apps/details?id=com.andreabaccega.edittextformexample  
 
 1. Emojicon  
-A library to show emoji in TextView, EditText (like WhatsApp) for Android  
+A library to show emoji in TextView, EditText (like WhatsApp) for Android.  
 Project Address: https://github.com/rockerhieu/emojicon  
 Document: http://rockerhieu.com/emojicon/    
 
 1. android-circlebutton  
-Circle button widget for Android, extend from ImageView actually  
+Circle button widget for Android, extend from ImageView actually.  
 Project Address: https://github.com/markushi/android-circlebutton   
 Demo Apk: https://github.com/markushi/android-circlebutton/blob/master/example/example.apk    
 
 1. Segmented Radio Buttons for Android  
-Android implementation of iPhone's segmented control  
+Android implementation of iPhone's segmented control.  
 Project Address: https://github.com/vinc3m1/android-segmentedradiobutton  
 Demo Apk: https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true  
 Renderings: ![Renderings](https://raw.github.com/vinc3m1/android-segmentedradiobutton/master/screens/segmentedradio.png)  
@@ -653,24 +653,24 @@ A TextView that automatically resizes text to fit perfectly within its bounds.
 Project Address: https://github.com/grantland/android-autofittextview  
 
 1. Shimmer for Android  
-An Android TextView with a shimmering effect  
+An Android TextView with a shimmering effect. 
 Project Address: https://github.com/RomainPiel/Shimmer-android  
 
 1. Titanic   
-Android experiment showing a sinking TextView  
+Android experiment showing a sinking TextView.  
 Project Address: https://github.com/RomainPiel/Titanic    
 Renderings: ![Renderings](https://github.com/RomainPiel/Titanic/raw/master/titanic.gif)   
 <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>  
 
 1. MoneyTextView  
-A TextView used for inputing and adding money  
+A TextView used for inputing and adding money.  
 Project Address: https://github.com/andyken/MoneyTextView  
 Renderings:   
 ![Renderings](https://github.com/andyken/MoneyTextView/blob/master/sample/sample1.gif)  
 
 #### 9. Others  
 1. youtube-play-icon   
-Material style morphing play-pause icon   
+Material style morphing play-pause icon.   
 Project Address: https://github.com/alxrm/youtube-play-icon   
 Renderings:   
 ![Renderings](https://raw.githubusercontent.com/alxrm/youtube-play-icon/master/art/play.gif)  
@@ -694,7 +694,7 @@ Demo Apk: https://play.google.com/store/apps/details?id=com.sothree.umano
 Similar App: Wordpress Android,Google Analytics  
    
 1. android-flip  
-A component for flip animation on Android, which is similar to the effect in Flipboard iPhone/Android  
+A component for flip animation on Android, which is similar to the effect in Flipboard iPhone/Android.
 Project Address: https://github.com/openaphid/android-flip  
 Demo Apk: https://github.com/openaphid/android-flip/blob/master/FlipView/Demo/APK/Aphid-FlipView-Demo.apk?raw=true  
 Similar App: flipboard  
@@ -705,7 +705,7 @@ Project Address: https://github.com/castorflex/FlipImageView
 Demo Apk: https://play.google.com/store/apps/details?id=fr.castorflex.android.flipimageview  
    
 1. SwipeBackLayout  
-An Android library that help you to build app with swipe back gesture.  
+An Android library that helps you to build app with swipe back gesture.  
 Project Address: https://github.com/Issacw0ng/SwipeBackLayout  
 Demo Apk: https://play.google.com/store/apps/details?id=me.imid.swipebacklayout.demo  
 Similar App: Zhihu  
@@ -726,7 +726,7 @@ Project Address: https://github.com/inmite/android-styled-dialogs
 Demo Apk: https://github.com/Trinea/TrineaDownload/blob/master/styled-dialogs-demo.apk?raw=true  
    
 1. Crouton  
-Context sensitive notifications for Android, like toast. include style like alert, comfirm, info  and click to dismiss, allow to set time of diaplay and customed view  
+Context sensitive notifications for Android, like toast. Include style like alert, confirm , info and click to dismiss, allow to set time of display and customed view.  
 Project Address: https://github.com/keyboardsurfer/Crouton  
 Demo Apk: http://play.google.com/store/apps/details?id=de.keyboardsurfer.app.demo.crouton  
    
@@ -736,7 +736,7 @@ Project Address: https://github.com/nhaarman/supertooltips
 Demo Apk: https://play.google.com/store/apps/details?id=com.haarman.supertooltips  
    
 1. Android ViewBadger  
-A simple way to "badge" any given Android view at runtime without having to cater for it in layout  
+A simple way to "badge" any given Android view at runtime without having to cater for it in layout.
 Project Address: https://github.com/jgilfelt/android-viewbadger  
 Demo Apk: https://github.com/Trinea/TrineaDownload/blob/master/android-viewbadger.apk?raw=true  
 Renderings: https://github-camo.global.ssl.fastly.net/a705a3e88c75ae2394943bd7c56f725697616ea8/687474703a2f2f7777772e6a65666667696c66656c742e636f6d2f766965776261646765722f76622d31612e706e67  
@@ -764,12 +764,12 @@ Project Address: https://code.google.com/p/color-picker-view/
 Renderings: ![Renderings](http://oi41.tinypic.com/33c6mm8.jpg)  
    
 1. HoloColorPicker  
-An Android Holo themed colorpicker  
+An Android Holo themed colorpicker.
 Project Address: https://github.com/LarsWerkman/HoloColorPicker  
 Demo Apk: https://docs.google.com/file/d/0BwclyDTlLrdXRzVnTGJvTlRfU2s/edit  
    
 1. AndroidWheel  
-Custom wheel widget for android  
+Custom wheel widget for android.  
 Project Address: https://github.com/sephiroth74/AndroidWheel  
 Renderings: ![Renderings](http://farm6.staticflickr.com/5532/11621528786_220c040ba5_o.jpg)  
    
@@ -779,26 +779,26 @@ Project Address: https://github.com/InQBarna/TableFixHeaders
 Demo Apk: http://bit.ly/13buAIq  
    
 1. UITableView  
-Library and example project on how to use the UITableView component  
+Library and example project on how to use the UITableView component.  
 Project Address: https://github.com/thiagolocatelli/android-uitableview  
 Demo Apk: https://github.com/Trinea/TrineaDownload/blob/master/ui-tableview-demo.apk?raw=true  
    
 1. ATableView  
-Create iOS-like tables (UITableView) for Android, using UIKit object model  
+Create iOS-like tables (UITableView) for Android, using UIKit object model.  
 Project Address: https://github.com/dmacosta/ATableView  
 Demo Apk: https://play.google.com/store/apps/details?id=com.nakardo.atableview.demo  
    
 1. UndoBar  
-The UI component for Android advanced UI pattern undo-bar, used in Gmail app  
+The UI component for Android advanced UI pattern undo-bar, used in Gmail app.  
 Project Address: https://github.com/soarcn/UndoBar  
 Renderings: ![Renderings](https://github.com/soarcn/UndoBar/blob/master/art/redo.png?raw=true)  
    
 1. Inscription  
-Inscription is an open source library to display information about your Android app, like info of change or new feature  
+Inscription is an open source library used to display information about your Android app, like info of change or new feature.  
 Project Address: https://github.com/MartinvanZ/Inscription  
    
 1. ActivityTransition  
-An android project presenting some transitions you can use between activities, like fade, flip, fly into and so on  
+An android project presenting some transitions you can use between activities, like fade, flip, fly into and so on. 
 Project Address: https://github.com/ophilbert/ActivityTransition  
 Demo Apk: https://github.com/jfeinstein10/JazzyViewPager/blob/master/JazzyViewPager.apk?raw=true    
    
@@ -814,13 +814,13 @@ Project Address: https://github.com/nadavfima/GlowPadView
 Renderings: https://raw.github.com/nadavfima/GlowPadView/master/example.png  
    
 1. android-lockpattern  
-Lockpattern activity for Android  
+Lockpattern activity for Android.  
 Project Address: https://code.google.com/p/android-lockpattern/  
 Demo Apk: https://play.google.com/store/apps/details?id=group.pals.android.lib.ui.lockpattern.demo  
 Document: https://code.google.com/p/android-lockpattern/wiki/QuickUse  
   
 1. PatternLock  
-Yet another pattern lock library for Android  
+Yet another pattern lock library for Android.  
 Project Address:https://github.com/DreaminginCodeZH/PatternLock  
 Demo Apk:https://github.com/DreaminginCodeZH/PatternLock/raw/master/dist/sample.apk  
 Renderings:![Renderings](https://github.com/DreaminginCodeZH/PatternLock/raw/master/image/sample_small.png)  
@@ -838,7 +838,7 @@ Demo Apk: https://play.google.com/store/apps/details?id=com.supertoastsdemo
 Renderings: ![SuperButtonToast](http://i1331.photobucket.com/albums/w597/JohnPersano/supertoasts_githubimage_zps8a5ceb7c.png)  
 
 1. GoogleDateTimePickers  
-New Google Date and time pickers  
+New Google Date and time pickers.
 Project Address: https://github.com/Mirkoddd/GoogleDateTimePickers  
 Document: https://play.google.com/store/apps/details?id=com.mirko.sample&hl=it  
    
@@ -858,34 +858,34 @@ Project Address: https://bitbucket.org/danielnadeau/holographlibrary/src
 Document: https://bitbucket.org/danielnadeau/holographlibrary/wiki/Home  
 
 1. ChromeView  
-Android WebView implementation that uses the latest Chromium code  
+Android WebView implementation that uses the latest Chromium code.  
 Project Address: https://github.com/pwnall/chromeview  
    
 1. Discrollview  
-DiscrollView support Item fading in or out, translate or scale  
+DiscrollView support Item fading in or out, translate or scale.  
 Project Address: https://github.com/flavienlaurent/discrollview   
 Demo Apk: https://github.com/flavienlaurent/discrollview/raw/master/sample.apk    
    
 1. Android Slider Preference Library  
-Android library that allows applications to add dialog-based slider widgets to their settings  
+Android library that allows applications to add dialog-based slider widgets to their settings.  
 Project Address: https://github.com/jayschwa/AndroidSliderPreference   
 
 1. ShowcaseView library  
-Highlight the best bits of your app to users quickly  
+Highlight the best bits of your app to users quickly. 
 Project Address: https://github.com/amlcurran/ShowcaseView   
 
 1. android-segmented-control  
-ios7 UISegmentedControl for android  
+ios7 UISegmentedControl for android. 
 Project Address: https://github.com/hoang8f/android-segmented-control   
 
 1. PullScrollView   
-Pull and background rebound effect  
+Pull and background rebound effect.  
 Project Address: https://github.com/MarkMjw/PullScrollView    
 Renderings: ![Renderings](https://raw.github.com/MarkMjw/PullScrollView/master/Screenshots/1.png)  
 <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>  
 
 1. ArcLayout  
-A very simple arc layout library  
+A very simple arc layout library. 
 Project Address: https://github.com/ogaclejapan/ArcLayout  
 Demo Apk: https://play.google.com/store/apps/details?id=com.ogaclejapan.arclayout.demo  
 Renderings: ![Renderings](https://raw.githubusercontent.com/ogaclejapan/ArcLayout/master/art/demo1.gif)
@@ -903,7 +903,7 @@ Sample App: https://play.google.com/store/apps/details?id=com.thefinestartist.yt
 Renderings: ![Renderings](https://github.com/thefinestartist/YouTubePlayerActivity/blob/master/art/preview.gif)
 
 1. TristateToggleButton
-Customizable tri-state toggle button (with three states, three state toggle) for Android
+Customizable tri-state toggle button (with three states, three state toggle) for Android.
 Project Address: https://github.com/BeppiMenozzi/TriStateToggleButton  
 
 1. Knob