整理一些开源项目

整理一些开源项目

Android官方代码示例

https://github.com/googlesamples?page=1

Android官方培训课程中文版

https://github.com/kesenhoo/android-training-course-in-chinese

汇总优秀的android开发资源

https://github.com/zmywly8866/Android-Develop-Resources

Android学习资源网站索引大全

https://github.com/zhujun2730/Android-Learning-Resources

android开发网站导航

https://github.com/zmywly8866/The-Android-Developer-Site-Navigation

各种经验文章,避免重复踩坑

https://github.com/tangqi92/Android-Tips

android最佳开发实践(全英文)

https://github.com/futurice/android-best-practices

一个定期翻译、发布国内外Android优质的技术、开源库、软件架构设计、测试等文章的开源项目,让我们的技术跟上国际步伐。

https://github.com/hehonghui/android-tech-frontier

Android架构合集

https://github.com/Juude/Awesome-Android-Architecture

Android源码设计模式分析开源项目

https://github.com/simple-android-framework/android_design_patterns_analysis

值得阅读的android技术文章

https://github.com/zmywly8866/Worth-Reading-the-Android-technical-articles

Gradle User Guide 中文版

https://github.com/DONGChuan/GradleUserGuide

Gradle Android插件用户指南翻译

https://github.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision

RxJava Essentials 中文翻译版

https://github.com/yuxingxin/RxJava-Essentials-CN

Android 开源交流 QQ 群分享汇总

https://github.com/aosp-exchange-group/share

Android 开源项目分类汇总

https://github.com/Trinea/android-open-project

Android 问题交流讨论坛

https://github.com/android-cn/android-discuss

Android-Universal-Image-Loader

强大的图片下载显示类,功能最全最稳定

https://github.com/nostra13/Android-Universal-Image-Loader

PhotoView

强大的图片手势缩放库

https://github.com/chrisbanes/PhotoView

zxing

二维码扫描工具

https://github.com/zxing/zxing

LeakCanary

LeakCanary是一个检测内存泄露的开源类库。你可以在 debug 包种轻松检测内存泄露。

https://github.com/square/leakcanary

https://github.com/liaohuqiu/leakcanary-demo

一个集合了常用工具,图片选择、拍照、裁剪,okhttp封装,多渠道打包的github地址

https://github.com/pengjianbo

常用的工具类

https://github.com/l123456789jy/Lazy

AndroidBase

整理项目开发中用到的开源框架封装、测试例子、开发中遇到的问题等

https://github.com/huangwm1984/AndroidBase

博客园 Android 客户端

https://github.com/yjxandroid/CNBlog

AndroidImageEditor

AndroidImageEditor 安卓设备上图形编辑开源控件,支持自定义贴图 图片滤镜 图片旋转 以及图片剪裁操作

https://github.com/siwangqishiq/ImageEditor-Android

PhotoEditDemo

图片处理sdk(just for eclipse)

https://github.com/jarlen/PhotoEditDemo

AndroidTreeView

android多级列表

https://github.com/bmelnychuk/AndroidTreeView

TinyPinyin

适用于Java和Android的快速、低内存占用的汉字转拼音库。

特性

  1. 生成的拼音不包含声调,也不处理多音字,默认一个汉字对应一个拼音;
  2. 拼音均为大写;
  3. 无需初始化,执行效率很高(Pinyin4J的4倍);
  4. 很低的内存占用(小于30KB)

https://github.com/promeG/TinyPinyin

Android工具类库

囊括了一大部分Android应用开发过程当中常用的工具类。工具类来源整理自网络和自己编写。

https://github.com/jingle1267/android-utils

AndroidPluginFramework

Android插件化框架系列文章以及DEMO

https://github.com/nuptboyzhb/AndroidPluginFramework

AndroidPicturePicker

图片选择器,可使用不同的图片下载库

You can use different Image Loader, Picker provide 3 default Loader Engine:
1.GlideEngine
2.PicassoEngine
3.ImageLoaderEngine

https://github.com/ValuesFeng/AndroidPicturePicker

IndexRecyclerView

通过RecyclerView实现联系人的功能。

1.首字母悬浮在顶部。
2.侧滑删除联系人。
3.联系人索引。

https://github.com/jiang111/IndexRecyclerView

MPAndroidChart

MPAndroidChart is a powerful & easy to use chart library for Android. It runs onAPI level 8 and upwards.

As an additional feature, this library allows cross-platform development between Android and iOS as an iOS version of this library is also available: ios-charts :zap:

强大的图表库,支持ios和安卓

https://github.com/PhilJay/MPAndroidChart

LiteCommon

LiteCommon是一系列通用类、辅助类、工具类的集合,有以下特点:

  • 1. 通用性强:只有常用、通用才集入。
  • 2. 体积超小:不到50K!加入增强IO包混淆后70K!
  • 3. 纯 纯 纯:类间独立,单挑大梁,极少耦合,就是单纯!

其中包括bitmap处理,文件操作,加密存储器,shell命令,静默安装,计数器,均值器,吐司,日志,校验,提示,网络监测等基础功能,以及一些Base64、MD5、Hex、Byte、Number、Dialog、Filed、Class、Package、Telephone、Random等工具类。

https://github.com/litesuits/android-common

QQTipsView

仿QQ消息未读拖拽清除,“一键退朝”,“一键清除未读”,“一键下班”

https://github.com/Qiaoidea/QQTipsView

AndroidPicker

各种各样的仿ios选择器

安卓选择器类库,包括日期时间选择器、单项选择器、地址选择器、颜色选择器、文件目录选择器、数字选择器、星座选择器等,可自定义顶部及底部界面,可自定义窗口动画。

https://github.com/gzu-liyujiang/AndroidPicker

CommonPullToRefresh

android-Ultra-Pull-To-Refresh的基础上增加了加载更多的支持,感谢作者

  • 下拉刷新支持大部分viewListViewScrollViewWebView等,甚至一个单独的TextView
  • 加载更多目前支持ListViewRecyclerViewGridViewSwipeRefreshLayout
  • 支持自定义header以及footer
  • 增加SwipeRefreshLayout刷新方式,同样支持加载更多

https://github.com/Chanven/CommonPullToRefresh

SuperSwipeRefreshLayout

A Custom SwipeRefreshLayout.自定义HeaderView和FooterView,支持下拉刷新和上拉加载更多

https://github.com/nuptboyzhb/SuperSwipeRefreshLayout

Velocimeter

一个自定义的速度显示器,带动画

https://github.com/glomadrian/velocimeter-view

FileDownloader

Android 文件下载引擎,稳定、高效、简单易用

https://github.com/lingochamp/FileDownloader

KLog

这是一个Android专用的LogCat工具,主要功能为打印行号、函数调用、Json解析、XML解析、点击跳转、Log信息保存等功能

https://github.com/ZhaoKaiQiang/KLog

ShortcutLib

快速使用shortcut,避免各种ROM适配导致的各种问题。

https://github.com/xuyisheng/ShortcutHelper

droiReverse

android 逆向工程工具集

https://github.com/Juude/droidReverse

FlycoDialog-Master

各种对话框,有android默认,material,ios风格等

https://github.com/JorgeCastilloPrz/AndroidFillableLoaders

TagCloudView

支持 SingleLine 模式的标签云效果,轻松实现知乎问题话题列表
标签云效果,可以设置为 SingleLine 模式,丰富的自定义样式选择。
只需要一行代码即可设置 SingleLine 模式:app:tcvSingleLine=”true” true 为 SingleLine 模式,false 为默认标签云模式

https://github.com/kingideayou/TagCloudView

AndroidFlowLayout

android流式布局

https://github.com/LyndonChin/AndroidFlowLayout

SwipeBackLayout

滑动返回的布局

https://github.com/ikew0ng/SwipeBackLayout

Android-PullToNextLayout

通过上下拉直接跳到上一页或者下一页

https://github.com/zzz40500/Android-PullToNextLayout

CreditCardEntry

信用卡输入框

https://github.com/dbachelder/CreditCardEntry

模仿QQ讨论组头像

https://github.com/kongnanlive/android-combination-avatar

Android Swipe Layout

代码家写的滑出菜单

https://github.com/daimajia/AndroidSwipeLayout

 

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。

发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/109049.html原文链接:https://javaforall.cn

【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛

【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...

(0)


相关推荐

  • html5 替代css js,jsindexof替代办[通俗易懂]

    html5 替代css js,jsindexof替代办[通俗易懂]js中使用indexOf()方法是提示(对象不支持此属性或js中使用indexOf()方法是提示(对象不支持此属性或方法)解决办法:“对象不支持此属性或方法”表示javascript对象没有这个方法,无法调用,比如A.B()当A对象没有B方法的时候,会报这个异常。因为javascript是脚本语言,解释执行。js中IndexOf()是干什么用的呢?怎么用?varstr=”Hello…

  • MATLAB语音信号处理「建议收藏」

    MATLAB语音信号处理「建议收藏」数字信号处理课设,我们使用MATLAB对语音信号进行了一系列处理,并将其所有功能集中于下图界面中:这个界面涉及功能众多,其中包括语音信号的观察分析、音色变换、AM调制解调、减抽样、加噪去噪、相频分析和幅频滤波等,最重要的是对MATLAB中函数的掌握,通过不同函数的组合实现你想要实现的功能。本篇不会给出整个界面的程序,下面会分块给出每个功能的程序,整个界面只需GUI设计界面文件…

  • TFS2010安装部署

    TFS2010安装部署TFS2010安装过程TFS疑难问题解答TFS文档不能查看TFS报表不能查看

  • hql删除mysql语句_如何使用delete语句删除数据

    hql删除mysql语句_如何使用delete语句删除数据如何使用delete语句删除数据发布时间:2021-01-1510:57:41来源:亿速云阅读:83作者:小新栏目:数据库这篇文章主要介绍如何使用delete语句删除数据,文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完!怎么使用delete语句删除数据?创建一个临时表,用于演示sqlserver语法中delete删除的使用方法IFOBJECT_ID(‘tempdb..#tb…

  • 安装phpMyAdmin图文教程-学习(转载)

    安装phpMyAdmin图文教程-学习(转载)phpmyadmin的安装配置已经是老生常谈的话题了,网络上到处都可以找到相关的配置教程。但是,那些大多都是手动配置的,稍不留神,容易出错。因此站长今天在这里介绍的是,被很多phpmyadmin用户所忽略的phpmyadmin自带的安装程序,下面我们就开始一步一步来安装phpmyadmin。1、…

  • Avro介绍[通俗易懂]

    Avro介绍[通俗易懂]ApacheAvro是一个数据序列化系统。Avro所提供的属性:1.丰富的数据结构2.使用快速的压缩二进制数据格式3.提供容器文件用于持久化数据4.远程过程调用RPC5.简单的动态语言结合功能,Avro和动态语言结合后,读写数据文件和使用RPC协议都不需要生成代码,而代码生成作为一种可选的优化只值得在静态类型语言中实现。Avro的SchemaAvro的Schema用…

发表回复

您的电子邮箱地址不会被公开。

关注全栈程序员社区公众号