1.照相选相册,裁剪的 library TakePhoto
https://github.com/crazycodeboy/TakePhoto

2几行代码快速集成二维码扫描功能
https://github.com/yipianfengye/android-zxingLibrary

3.仿ios移动按钮
https://github.com/kyleduo/SwitchButton
https://github.com/zcweng/ToggleButton

4.自定义Android崩溃界面:CustomActivityOnCrash
https://github.com/Ereza/CustomActivityOnCrash

5.创建Android抽屉布局的库:MaterialDrawer
https://github.com/mikepenz/MaterialDrawer

6.android photoview 图片放大缩放功能 ImageView
https://github.com/chrisbanes/PhotoView

7.仿ios的dialog
https://github.com/saiwu-bigkoo/Android-AlertView

8.glide-transformations——为Glide提供图像转换的Android类库
https://github.com/wasabeef/glide-transformations

9.GlidePalette 一个可以在Glide加载时很方便使用Palette的库。
https://github.com/florent37/GlidePalette

10.流式布局
https://github.com/hongyangAndroid/FlowLayout

11.Android开发人员不得不收集的代码 工具类
https://github.com/huangkunkun/AndroidUtilCode

12.logger 常用log工具
https://github.com/orhanobut/logger

13.joda-time 日期的替代使用库
https://github.com/JodaOrg/joda-time

14.Fragmentation fragment替代库 外加 仿边缘返回
https://github.com/YoKeyword/Fragmentation

15.FlycoTabLayout 仿TabLayout ,有指示器
https://github.com/H07000223/FlycoTabLayout

16.BaseRecyclerViewAdapterHelper 强大的recyclerview的adapter
https://github.com/CymChad/BaseRecyclerViewAdapterHelper

17.节操播放器 底层为哔哩哔哩的开源播放器
https://github.com/lipangit/JieCaoVideoPlayer

18.选择器
仿ios
https://github.com/saiwu-bigkoo/Android-PickerView
扁平风格
https://github.com/gzu-liyujiang/AndroidPicker

19.网络框架
NoHttp
https://github.com/yanzhenjie/NoHttp
okgo
https://github.com/jeasonlzy/okhttp-OkGo

Android优秀github项目整理的更多相关文章

  1. Android优秀开源项目

    本文转自:http://blog.tisa7.com/android_open_source_projects Android优秀开源项目 Android经典的开源项目其实非常多,但是国内的博客总是拿 ...

  2. 【转】近百个Android优秀开源项目

    近百个Android优秀开源项目   Android开发又将带来新一轮热潮,很多开发者都投入到这个浪潮中去了,创造了许许多多相当优秀的应用.其中也有许许多多的开发者提供了应用开源项目,贡献出他们的智慧 ...

  3. [转] Android优秀开源项目

    Android经典的开源项目其实非常多,但是国内的博客总是拿着N年前的一篇复制来复制去,实在是不利于新手学习.今天爬爬把自己熟悉的一些开源项目整理起来,希望能对Android开发同学们有所帮助.另外, ...

  4. android精品开源项目整理

    转载地址:http://www.eoeandroid.com/thread-311366-1-1.html 前言:无论你是android的初学者,还有是Android开发了好多年的高手,可能都会有很多 ...

  5. android优秀Github源码整理

    1.https://github.com/sd6352051/NiftyNotification 2.https://github.com/sd6352051/NiftyDialogEffects 3 ...

  6. android studio github 项目导入问题

    在github上面看到一个比较好的项目,导入出现了一些问题,记录如下: 项目演示效果如图:下载地址:https://github.com/asijack/PagerSlidingTabStrip 如果 ...

  7. Android 优秀开源项目

    以下是本人日常工作中收集的比较不错的Android开源项目 roottools: RootTools gives Rooted developers easy access to common roo ...

  8. [转]Android精品开源项目整理

    前言:       无论你是android的初学者,还有是android开发多年的高手,可能都会有很多想法和经验希望与人分享交流,渴望能够接触到更多的实战项目,正所谓所谓与高手论道才能互补所长,与英雄 ...

  9. 【福利大放送】不止是Android,Github超高影响力开源大放送,学习开发必备教科书

    一.写在前面 最近项目重构,时间贼多,也没什么时间更新博客,个人的开源项目也是多时没有更新了:github地址,然而没有更新不代表我不在乎,后面一有空还是会继续提交的. 还是来冒个泡,给大家献上一些福 ...

随机推荐

  1. iOS中 支付宝钱包详解/第三方支付 韩俊强的博客

    每日更新关注:http://weibo.com/hanjunqiang  新浪微博! iOS开发者交流QQ群: 446310206 一.在app中成功完成支付宝支付的过程 1.申请支付宝钱包.参考网址 ...

  2. 【嵌入式开发】 Bootloader 详解 ( 代码环境 | ARM 启动流程 | uboot 工作流程 | 架构设计)

    作者 : 韩曙亮 博客地址 : http://blog.csdn.net/shulianghan/article/details/42462795 转载请著名出处 相关资源下载 :  -- u-boo ...

  3. HTTP请求方法

    HTTP请求方法 根据HTTP标准,HTTP请求可以使用多种请求方法. HTTP1.0定义了三种请求方法: GET, POST 和 HEAD方法. HTTP1.1新增了五种请求方法:OPTIONS, ...

  4. Cocos2D中使用CCDrawNode绘制几何图形崩溃的解决

    在cocos2D v3.x中已经不能像在v2.x中那样直接调用ccDrawXXX函数来绘制几何图形了. 我们可以使用CCDrawNode或者CCRenderer来绘制图形. 但是官方的Api手册中说的 ...

  5. SQL Server扫盲系列——安全性专题——SQL Server 2012 Security Cookbook

    由于工作需要,最近研究这本书:<Microsoft SQL Server 2012 Security Cookbook>,为了总结及分享给有需要的人,所以把译文公布.预计每周最少3篇.如有 ...

  6. Git版本控制 — 日常使用(二)

    本地使用 以下是我的一些日常操作. (1) 创建版本库 # cd /proj # git init Initialized empty Git repository in /proj/.git/ (2 ...

  7. NDK开发环境安装,CDT安装,Cygwin安装

     1.为eclipse增加c和c++的开发插件 Help中的install new software 选择 Helios-http://download.eclipse.org/release/h ...

  8. Binder和SurfaceFlinger以及SystemServer介绍-android学习之旅(79)

    由于binder机制的存在,使得进程A可以访问进程B中的对象. Android系统Binder机制中的四个组件Client.Server.Service Manager和Binder驱动程序: 1. ...

  9. CSS3 Media Queries 简介

    原文链接:Introduction to CSS3 Media Queries 原文日期: 2014年2月21日 翻译日期: 2014年2月26日 翻译人员: 铁锚 简介 随着移动设备的日益普及,we ...

  10. STL算法设计理念 - 预定义函数对象

    预定义函数对象基本概念:标准模板库STL提前定义了很多预定义函数对象 1)使用预定义函数对象: #include <iostream> #include <cstdio> #i ...