From 6973ae478b1ba53e51ac9e4c03a790ba0171e0f0 Mon Sep 17 00:00:00 2001 From: Alexey Derbyshev Date: Thu, 15 Dec 2016 21:24:01 +0300 Subject: [PATCH 01/11] 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 Date: Fri, 23 Dec 2016 17:33:28 +0100 Subject: [PATCH 02/11] 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 #### 1. Dependency Injection From b3b1c74097eb4be3d4e6631577317cafb1bf5bd0 Mon Sep 17 00:00:00 2001 From: K Sun Date: Wed, 11 Jan 2017 23:25:05 +0800 Subject: [PATCH 03/11] =?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 Date: Wed, 11 Jan 2017 23:37:26 +0800 Subject: [PATCH 04/11] =?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 Date: Thu, 12 Jan 2017 21:48:26 +0800 Subject: [PATCH 05/11] 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)    HomePage: [www.trinea.cn](http://www.trinea.cn/)    Email:[trinea.cn@gmail.com](mailto:trinea.cn@gmail.com)    QQ:[717763774](http://wpa.qq.com/msgrd?v=3&uin=717763774&site=qq&menu=yes) Share:                 ### Include: From 29e772db767e6fd4a0d247a4422a2da4ec0a4bfc Mon Sep 17 00:00:00 2001 From: Trinea Date: Thu, 12 Jan 2017 21:49:21 +0800 Subject: [PATCH 06/11] 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 手机助手里搜索”开发助手”下载,或通过网页下载:Google Play应用宝360 手机助手本地下载 ####Android 开源项目源码解析(Volley、UIL、Dagger、EventBus、插件化库等分析) ####Android 职位内部推荐(阿里、腾讯、百度、京东、滴滴、美团、58、华为、网易、魅族等) ####强大的 Android 开源项目搜索站 From 21cea1f22690178fda2d0fce4713b27c6bdcca89 Mon Sep 17 00:00:00 2001 From: Trinea Date: Thu, 12 Jan 2017 21:55:43 +0800 Subject: [PATCH 07/11] 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 手机助手里搜索”开发助手”下载,或通过网页下载:Google Play应用宝360 手机助手本地下载 ####Android 开源项目源码解析(Volley、UIL、Dagger、EventBus、插件化库等分析) ####Android 职位内部推荐(阿里、腾讯、百度、京东、滴滴、美团、58、华为、网易、魅族等) ####强大的 Android 开源项目搜索站 From 2d4df2001dfa5992501ace5d601aa4ab940f3bbe Mon Sep 17 00:00:00 2001 From: Trinea Date: Thu, 12 Jan 2017 21:56:25 +0800 Subject: [PATCH 08/11] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20Android=20=E5=BC=80?= =?UTF-8?q?=E5=8F=91=E8=B0=83=E8=AF=95=E6=95=88=E7=8E=87=E6=95=B0=E5=80=8D?= =?UTF-8?q?=E6=8F=90=E5=8D=87=E5=B7=A5=E5=85=B7=E2=80=94=E2=80=94=E5=BC=80?= =?UTF-8?q?=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 手机助手里搜索”开发助手”下载,或通过网页下载:Google Play应用宝360 手机助手本地下载 ####Android 开源项目源码解析(Volley、UIL、Dagger、EventBus、插件化库等分析) ####Android 职位内部推荐(阿里、腾讯、百度、京东、滴滴、美团、58、华为、网易、魅族等) ####强大的 Android 开源项目搜索站 From d48756811f671fa439d6a50f852a75008253a192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=AF=E8=B6=8A=E6=96=B0?= Date: Fri, 10 Feb 2017 15:21:07 +0800 Subject: [PATCH 09/11] =?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?= Date: Fri, 10 Feb 2017 17:26:12 +0800 Subject: [PATCH 10/11] =?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?= Date: Sun, 26 Feb 2017 00:22:39 +0800 Subject: [PATCH 11/11] 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 简单的多