|
1 | 1 | Android 开源项目分类汇总
|
2 | 2 | ====================
|
| 3 | +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/). |
3 | 4 | > 我们的微信公众号:codekk。二维码如下:
|
4 | 5 | 专注于 Android 开源分享、源码解析、框架设计、Android 内推。
|
5 | 6 | 
|
6 | 7 | 我们的网站:[www.codekk.com](http://a.codekk.com)
|
7 |
| - |
8 |
| -####<a href="http://a.codekk.com" target="_blank">Android 开源项目源码解析(Volley、UIL、Dagger、EventBus、插件化库等分析)</a> |
9 |
| -####<a href="http://j.codekk.com" target="_blank">Android 职位内部推荐(阿里、腾讯、百度、京东、滴滴、美团、58、华为、网易、魅族等)</a> |
10 |
| -####<a href="http://p.codekk.com" target="_blank">强大的 Android 开源项目搜索站</a> |
| 8 | + |
| 9 | +#### [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> |
| 10 | +#### <a href="http://a.codekk.com" target="_blank">Android 开源项目源码解析(Volley、UIL、Dagger、EventBus、插件化库等分析)</a> |
| 11 | +#### <a href="http://j.codekk.com" target="_blank">Android 职位内部推荐(阿里、腾讯、百度、京东、滴滴、美团、58、华为、网易、魅族等)</a> |
| 12 | +#### <a href="http://p.codekk.com" target="_blank">强大的 Android 开源项目搜索站</a> |
11 | 13 |
|
12 | 14 | 欢迎大家推荐好的 Android 开源项目,开源项目添加到 <a href="http://p.codekk.com/add-project" target="_blank">Android 开源项目集合</a>,可以得到更多朋友的关注和反馈,欢迎`Star`、`Fork` :)
|
13 | 15 |
|
@@ -630,6 +632,11 @@ Demo 地址:https://github.com/thquinn/DraggableGridView/blob/master/bin/Dragg
|
630 | 632 | 效果图:
|
631 | 633 | 
|
632 | 634 |
|
| 635 | +1. DividedDraggableView |
| 636 | +一个带有分割区域的可拖动 view ,可屏幕自动上下滚动进行 Item 移动交换。 |
| 637 | +项目地址:https://github.com/andyken/DividedDraggableView |
| 638 | +效果图: |
| 639 | + |
633 | 640 |
|
634 | 641 | 1. StickyGridHeaders
|
635 | 642 | GroupName 滑动到顶端时会固定不动直到另外一个 GroupName 到达顶端的 GridView
|
@@ -675,7 +682,7 @@ APP 示例:photup
|
675 | 682 |
|
676 | 683 | 1. Fresco-ImageView
|
677 | 684 | Fresco-ImageView是一种Android平台的图像控件,底层是对Fresco的封装,可以异步加载网络图片、项目资源和本地图片,并且支持双指缩放、图片的基本处理以及Fresco的所有特性。
|
678 |
| -项目地址:https://github.com/HomHomLin/FrescoImageView。 |
| 685 | +项目地址:https://github.com/HomHomLin/FrescoImageView |
679 | 686 |
|
680 | 687 | 1. android-gif-drawable
|
681 | 688 | 支持 gif 显示的 view,用 jni 实现的,编译生成 so 库后直接 xml 定义 view 即可,而且本身不依赖于其他开源项目所以相对下面的 ImageViewEx 简单的多
|
@@ -1619,6 +1626,12 @@ demo地址:https://github.com/wenmingvs/NotifyUtil#notifydemo
|
1619 | 1626 | Demo 地址:https://github.com/DreaminginCodeZH/MaterialRatingBar/releases/download/v1.0.2/sample-release.apk
|
1620 | 1627 | 
|
1621 | 1628 |
|
| 1629 | +1. Spotlight |
| 1630 | +Android图书馆点亮项目的教程或漫步等... |
| 1631 | +項目地址:https://github.com/TakuSemba/Spotlight |
| 1632 | + |
| 1633 | +效果圖:  |
| 1634 | + |
1622 | 1635 | ## 第二部分 工具库
|
1623 | 1636 | 主要包括那些不错的开发库,包括依赖注入框架、图片缓存、网络请求、数据库 ORM 建模、Android 公共库、Android 高版本向低版本兼容、多媒体相关及其他。
|
1624 | 1637 |
|
@@ -2299,6 +2312,10 @@ App示例:[南瓜电影](http://www.wandoujia.com/apps/cn.vcinema.cinema)
|
2299 | 2312 | 快速集成 CustomTabs 的工具类
|
2300 | 2313 | 项目地址:https://github.com/DreaminginCodeZH/CustomTabsHelper
|
2301 | 2314 |
|
| 2315 | +1. EffortlessPermissions |
| 2316 | +基于 Google EasyPermissions 进行扩展的动态权限库 |
| 2317 | +项目地址:https://github.com/DreaminginCodeZH/EffortlessPermissions |
| 2318 | + |
2302 | 2319 | 1. Salvage view
|
2303 | 2320 | 带 View 缓存的 Viewpager PagerAdapter,很方便使用
|
2304 | 2321 | 项目地址:https://github.com/JakeWharton/salvage
|
@@ -2601,6 +2618,13 @@ The Google I/O 2014 Android App
|
2601 | 2618 | 项目地址:https://github.com/google/iosched
|
2602 | 2619 | APK 地址:https://play.google.com/store/apps/details?id=com.google.samples.apps.iosched
|
2603 | 2620 |
|
| 2621 | +1. CoolClock |
| 2622 | +An Android clock |
| 2623 | +项目地址:https://github.com/socoolby/CoolClock |
| 2624 | +APK 地址:https://github.com/socoolby/CoolClock/blob/master/CoolClock.apk |
| 2625 | +效果图: |
| 2626 | +<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"/> |
| 2627 | + |
2604 | 2628 | ## 第四部分 开发工具及测试工具
|
2605 | 2629 | 主要介绍和 Android 开发工具和测试工具相关的开源项目。
|
2606 | 2630 |
|
@@ -2910,8 +2934,8 @@ BlockCanary是一个Android平台的一个非侵入式的性能监控组件,
|
2910 | 2934 | 主要介绍那些乐于分享并且有一些很不错的开源项目的个人和组织。Follow 大神,深挖大神的项目和 following,你会发现很多。
|
2911 | 2935 |
|
2912 | 2936 | #### 一、个人
|
2913 |
| -1. JakeWharton |
2914 |
| -就职于 Square,绝对牛逼的大神,项目主要集中在 Android 版本兼容,ViewPager 及开发工具上 |
| 2937 | +1. JakeWharton |
| 2938 | +现就职于 Google,(曾就职于 Square),绝对牛逼的大神,项目主要集中在 Android 版本兼容,ViewPager 及开发工具上 |
2915 | 2939 | Github 地址:https://github.com/JakeWharton
|
2916 | 2940 | 代表作:ActionBarSherlock,Android-ViewPagerIndicator,Nine Old Androids,SwipeToDismissNOA,hugo,butterknife,Android-DirectionalViewPager, scalpel
|
2917 | 2941 | pidcat 另外对 square 及其他开源项目有很多贡献
|
|
0 commit comments