整理一些开源项目

整理一些开源项目

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

 

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

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

(0)
全栈程序员-站长的头像全栈程序员-站长


相关推荐

  • typescript 函数_MID函数

    typescript 函数_MID函数函数函数是JavaScript应用程序的基础,它帮助你实现抽象层,模拟类,信息隐藏和模块。在TypeScript里,虽然已经支持类,命名空间和模块,但函数仍然是主要的定义行为的地方。Type

    2022年8月7日
    5
  • pycharm激活码2021、【在线注册码/序列号/破解码】

    pycharm激活码2021、【在线注册码/序列号/破解码】,https://javaforall.net/100143.html。详细ieda激活码不妨到全栈程序员必看教程网一起来了解一下吧!

    2022年3月19日
    37
  • kafka删除topic中的数据_kafka删除数据

    kafka删除topic中的数据_kafka删除数据删除topic里面的数据这里没有单独的清空数据的命令,这里要达到清空数据的目的只需要以下步骤:一、如果当前topic没有使用过即没有传输过信息:可以彻底删除。二、如果当前topic有使用过即有过传输过信息:并没有真正删除topic只是把这个topic标记为删除(markedfordeletion)。想要彻底删除topic数据要经过下面两个步骤:①:删除topic,重新用创建to…

    2022年10月16日
    2
  • java检测tomcat宕机_Tomcat意外宕机分析

    java检测tomcat宕机_Tomcat意外宕机分析之前在网上看过一篇文章,是讲Tomcat进程意外退出的,我看完感觉好奇,自己也测试了下,果然是有这种问题,所以自己也借此总结一下。先简单说下测试过程,先创建一个web服务启动test.sh,内容如下:#!/bin/bashcd/usr/software/tomcat/apache-tomcat-7.0.81/bin/./catalina.shstarttail-f/usr/software/…

    2022年7月14日
    12
  • iOS 自我检測

    iOS 自我检測

    2022年1月29日
    49
  • cpu缓冲区大小怎么设置_FL Studio中音频ASIO4ALL的设置

    cpu缓冲区大小怎么设置_FL Studio中音频ASIO4ALL的设置上期我们讲解了FLStudio中音频的相关设置,今天我们来进一步讲解音频设置中的ASIO4ALL的设置,FLStudio安装包括FLStudioASIO和第三方ASIO驱动程序ASIO4ALL,那么大家是否知道ASIO有什么优点吗?速度优势:ASIO驱动程序(通常)允许比标准Windows(“主声音驱动程序”,WDM驱动程序)更低的CPU开销和更低的缓冲区设置。如果您的音频设备具有本机AS…

    2022年5月21日
    66

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

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