整理一些开源项目

整理一些开源项目

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)
blank

相关推荐

  • 555施密特触发器电路图_555定时器构成的施密特触发器

    555施密特触发器电路图_555定时器构成的施密特触发器目录方法作用内部电路分析555内部电路图分析仿真电路图仿真结果总结将555的6脚和2脚连接在一起,并在5脚接上0.01uF的电容用于滤波,这就构成了施密特触发器。施密特触发器可作为波形整形电路,能将模拟信号波形整形为数字电路能够处理的方波波形,而且由于施密特触发器具有滞回特性,所以可用于抗干扰,其应用包括在开回路配置中用于抗扰,以及在闭回路正回授/负回授配置中用于实现多谐振荡器。百度百科:https://baike.baidu.com/item/%E6%96%

    2022年10月26日
  • 将字符串指针赋值给数组[通俗易懂]

    比如char*p=”sdflkjasljfsjlsdfsa”;charp1[200];将p赋给p1(1)strcpy(p1,p);(2)char*src=”helloworld”;chardes[100]={0};memcpy(des,src,strlen(src)+1);//void*memcpy(void*str1,const…

  • webpack-ES6转ES5[通俗易懂]

    webpack-ES6转ES5[通俗易懂]@webpack-ES6转ES5的babel-loader安装babel-loader:npminstall–savedevbabel-loader@7babel-corebabel-preset-es2015用法:在webpack配置对象中,需要将babel-loader添加到module列表中module:{rules:[{test:/\.m?js$/,exclude:/(node_modules|bower_c

  • RGB和YUV之比较【转】

    RGB和YUV之比较【转】

  • Java生成XML格式

    Java生成XML格式工具:dom4j-1.6.1.jar相关类importorg.dom4j.Attribute;importorg.dom4j.Document;importorg.dom4j.DocumentException;importorg.dom4j.DocumentHelper;importorg.dom4j.Element;importorg.dom4j.io.SAXRe…

  • Keras中创建LSTM模型的步骤[通俗易懂]

    Keras中创建LSTM模型的步骤[通俗易懂]目录写在前面概述环境1、定义网络2、编译网络3、训练网络4、评估网络5、进行预测一个LSTM示例总结写在前面本文是对The5StepLife-CycleforLongShort-TermMemoryModelsinKeras的翻译,新手博主,边学边记,以便后续温习,或者对他人有所帮助概述深度学习神经网络在Python中很容易使用Keras创建和评估,但您必须遵循严格的模型生命周期。在这篇文章中,您将了解创建、训练和评估Keras中长期记忆(LSTM)循环神经网络的分步生

发表回复

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

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