开发者社区> 凌浩雨> 正文

GitHub优秀开源工具---Android

简介: 动画框架: ListViewAnimations 列表框架 compile 'com.nhaarman.listviewanimations:lib-core:3.
+关注继续查看

动画框架:

  1. ListViewAnimations 列表框架
    compile 'com.nhaarman.listviewanimations:lib-core:3.1.0@aar'
    compile 'com.nhaarman.listviewanimations:lib-manipulation:3.1.0@aar'
    compile 'com.nhaarman.listviewanimations:lib-core-slh:3.1.0@aar'
  1. NineOldAndroids 简单的动画库
    compile 'com.nineoldandroids:library:2.4.0'
  1. Android-flip 翻页效果
    android-flip-master

  2. AndroidViewAnimations 强大的动画组件

    compile 'com.android.support:support-compat:25.1.1'
    compile 'com.daimajia.easing:library:2.0@aar'
    compile 'com.daimajia.androidanimations:library:2.3@aar'
  1. Material-Animations

    • Activity 之间的跳转, Fragment 与 Fragment 之间的跳转,以及各个 View 变化前后的过渡动画
    • Material-Animations-master
  2. Rebound

    • 一个弹性动画库, 可以让动画看起来真实自然, 像真实世界的物理运动带有力的效果, 使用的参数则是 Facebook 的 origami 中使用的
    compile 'com.facebook.rebound:rebound:0.3.8'
  1. AndroidImageSlider
    • 为ViewPager图片滑动提供多种动画效果, 还可以轻易为ViewPager加载网络图片
    compile 'com.daimajia.androidanimations:library:1.0.3@aar'
    compile 'com.daimajia.slider:library:1.1.5@aar'
  1. AVLoadingIndicatorView
    • 库含有各种各样漂亮的加载动画效果
    compile 'com.wang.avi:library:2.1.3'
  1. Lottie---json动画视图
compile 'com.airbnb.android:lottie:2.2.0'

UI框架:

  1. IRecyclerView--扩展类
    • IRecyclerView 经典/酷炫 刷新,更多,头尾视图
    compile 'com.github.Aspsine:IRecyclerView:0.0.5'
  1. MaterialDesignLibrary
    • 控件都是遵循了 Google Material Design 设计规范开发出来,
    • 例如有: Flat Button, Rectangle Button, CheckBox, Switch,
    • Progress bar circular indeterminate
    compile 'com.nineoldandroids:library:2.4.0'
    compile 'com.github.navasmdc:MaterialDesign:1.5@aar'
  1. MaterialDialog
    • Material Dialogs 是一个可高度定制易用, 符合 Material Design 风格的 Dialogs
    The *core* module contains all the major classes of this library, including `MaterialDialog`.
    You can create basic, list, single/multi choice, progress, input, etc. dialogs with core.

    compile 'com.afollestad.material-dialogs:core:0.9.4.5`

    The *commons* module contains extensions to the library that not everyone may need. This includes the
`ColorChooserDialog`, `FolderChooserDialog`, the Material `Preference` classes, and `MaterialSimpleListAdapter`/`MaterialSimpleListItem`.

    compile 'com.afollestad.material-dialogs:commons:0.9.4.5'
  1. Observablescrollview
    • 上划联动
    • 实现拥有 Material Design 应用视觉体验的界面外观,
    • 支持ListView, ScrollView, WebView, RecyclerView, GridView组件
    compile 'com.github.ksoichiro:android-observablescrollview:1.6.0'
  1. FloatingActionButton---悬浮按钮菜单
    compile 'com.github.clans:fab:1.6.4'
  1. ZDepthShadowLayout---阴影
    compile 'com.github.ShogoMizumoto:ZDepthShadowLayout:1.0.4'
  1. CircleImageView---带边框的圆形视图
    compile 'de.hdodenhof:circleimageview:2.1.0'
  1. Banner--图片轮播控件
    compile 'com.youth.banner:banner:1.4.9' 
  1. PhotoView
    • 支持 Pinch 手势自由缩放, 支持双击放大/还原, 支持平滑滚动
    compile 'com.github.chrisbanes:PhotoView:1.2.5'
  1. MaterialDrawer侧滑菜单
    compile('com.mikepenz:materialdrawer:5.9.4@aar') {
        transitive = true
    }
  1. ViewPagerIndicator---指示器
    compile 'com.github.JakeWharton:ViewPagerIndicator:2.4.1'

12.Bootstrap--- Android版的Bootstrap

    compile 'com.beardedhen:androidbootstrap:2.3.1'

13.SwipeLayout---左右滑动,可删除条目

    compile "com.daimajia.swipelayout:library:1.2.0@aar"
  1. AndroidSlidingUpPanel
    • 显示面板控件
    • 在底部显示部分控件,可上划,
    • 初始显示区域高度小于等于68dp
    compile 'com.sothree.slidinguppanel:library:3.3.1'
  1. MaterialViewPager
    • 一个简单易用 Material Design 风格的 ViewPager 库
    compile ('com.github.florent37:materialviewpager:1.2.1@aar'){
        transitive = true;
    }
  1. Android-Ultra-Pull-To-Refresh
    • 非常强大的下拉刷新库
    • 功能甚至比 SwipeRefreshLayout 强大
   compile 'in.srain.cube:ultra-ptr:1.0.11'
  1. AppIntro
    • 快速搭建漂亮酷炫的引导页库
    compile 'com.github.apl-devs:appintro:v4.2.0'
  1. ShowcaseView
    • 非常适合用于对用户进行第一次使用进行指导的库
    compile 'com.github.amlcurran.showcaseview:library:5.4.3'
  1. Calligraphy
    • 简化 Android 应用使用自定义字体的类库
    compile 'uk.co.chrisjenx:calligraphy:2.3.0@aar'
  1. Material
    • Material 是将 Material Design 风格控件封装在该库当中,
    • 目前封装有Progress, Button, Switch, Slider, Spinner, Text Field, TabPageIndicator, SnackBar, Dialog, BottomSheetDialog, Dynamic theme
    compile 'com.github.rey5137:material:1.2.4'
  1. RippleEffect
    • 实现在 Android 任何组件点击出现 Material Design 的波纹效果
    • 向下兼容到 Android API9
    compile 'com.github.traex.rippleeffect:library:1.3'
  1. SmoothProgressBar
    • 酷炫进度条
    • 实现可定制, 平滑动画的水平滚动进度条库
    compile 'com.github.castorflex.smoothprogressbar:library:1.1.0'
    compile 'com.github.castorflex.smoothprogressbar:library-circular:1.1.0'
  1. UltimateRecyclerView
    • RecyclerView(advanced and flexible version of ListView), 包括了下拉刷新, 加载更多, 多种动画, 空数据提示, 拖动排序, 视差处理, 工具栏渐变, 滑动删除, 自定义floating button, 多种刷新效果, scrollbar, sticky header, 多 layout 支持等等元素
    compile 'com.marshalchen.ultimaterecyclerview:library:0.7.2'
  1. MaterialEditText
    • 就职于 Flipboard 的员工 扔物线 开发的, 在 AppCompat v21 中也提供了 Material Design 的控件 EditText, 可是由于比较难用, 没有提供设置颜色的 Api, 于是就产生这个第三方库
    compile 'com.rengwuxian.materialedittext:library:2.1.4'
  1. Side-Menu.Android
    • 提供翻页动画效果的侧边菜单
    compile ('com.github.ozodrukh:CircularReveal:2.0.1@aar') {
        transitive = true;
    }
    compile 'com.github.yalantis:Side-Menu.Android:1.0.1'
  1. SystemBarTint
    • 实现沉浸式状态栏库, 适用于 Android 系统 4.4 其以上的版本
    compile 'com.github.open-android:SystemBarTint:v1.0.0'
  1. NumberProgressBar
    • 带简约性感数字显示的进度条库
    compile 'com.daimajia.numberprogressbar:library:1.4@aar'
  1. SwipeBackLayout
    • 支持屏幕上下左右滑动返回上层 Activity, 关闭当前 Activity
    compile 'me.imid.swipebacklayout.lib:library:1.0.0'
  1. android-gif-drawable
    • 支持 gif 显示的 view, 用 jni 实现的, 编译生成 so 库后直接 xml 定义 view
    compile 'pl.droidsonroids.gif:android-gif-drawable:1.2.8'
  1. SmartTabLayout
    • 自定义的 Tab title strip, 基于 Google Samples 中的 android-SlidingTabBasic 项目
    compile 'com.ogaclejapan.smarttablayout:library:1.6.1@aar'
    compile 'com.ogaclejapan.smarttablayout:utils-v4:1.6.1@aar'
    compile 'com.ogaclejapan.smarttablayout:utils-v13:1.6.1@aar'
  1. SweetAlert
    • 清新文艺, 快意灵动的甜心弹框, 灵感来源于 JS 版
    compile 'cn.pedant.sweetalert:library:1.3'
  1. KenBurnsView
    • you can change the duration and the interpolator of transitions and pause/resume them.
    compile 'com.flaviofaria:kenburnsview:1.0.7'
  1. UserBottomTabBar---简单的底部导航
    compile 'com.github.zhaolei9527:UseBottomTabBar:v1.0.3'
  1. JPTabBar---多功能底部导航
    compile 'com.jpeng:JPTabBar:1.2.5'
  1. emojiconize---表情控件
    compile 'io.github.rockerhieu:emojicon:1.4.2'
  1. Badgeview---类似QQ的拖拽效果
    compile 'q.rorbin:badgeview:1.1.2'
  1. DraggableFlagView---仿QQ拖拽效果

  2. IMUI

    • Aurora IMUI 是个通用的即时通讯(IM)UI 库,不特定于任何 IM SDK。
  3. Google 跨平台 UI 框架 - Flutter

网络框架:

  1. OkHttp
    • An HTTP & HTTP/2 client for Android and Java applications.
    compile 'com.squareup.okhttp3:okhttp:3.8.1'
        // 网络请求拦截
        compile 'com.squareup.okhttp3:logging-interceptor:3.8.1'
  1. Retrofit---Rx系列封装
    • A type-safe HTTP client for Android and Java
    compile 'com.squareup.retrofit2:adapter-rxjava:2.3.0'
    compile 'com.squareup.retrofit2:retrofit:2.3.0'
    compile 'com.squareup.retrofit2:converter-gson:2.3.0'
  1. RxJava---响应式框架
    compile "io.reactivex.rxjava2:rxjava:2.1.3"
    compile 'io.reactivex:rxandroid:1.2.1'
  1. xUtils
    • xUtils 是一个快速开发框架, 里面包含 DbUtils, ViewUtils, HttpUtils, BitmapUtils 四大模块, 可用于快速开发, 支持大文件上传, 拥有更加灵活的 ORM, 最低兼容 Android 2.2
    compile 'org.xutils:xutils:3.5.0'
  1. Gson
    compile 'com.google.code.gson:gson:2.8.1'
  1. FastJson
    compile 'com.alibaba:fastjson:1.2.37'
    compile 'com.alibaba:fastjson:1.1.62.android'
  1. android-async-http---异步请求
    compile 'com.loopj.android:android-async-http:1.4.9'
  1. Volley
    • AsyncHttpClient 和 Universal-Image-Loader 的优点集于了一身
    compile 'com.mcxiaoke.volley:library:1.0.19'
  1. AndroidAsync
    • 基于 NIO 的低端 Android 异步 socket, http (client+server)
    • websocket 和 socket.io 网络通信协议类库
    compile 'com.koushikdutta.async:androidasync:2.2.1'

通信

  1. EventBus---事件总线机制
    compile 'org.greenrobot:eventbus:3.0.0'

图片加载框架

  1. Glide---图片加载
    compile 'com.github.bumptech.glide:glide:4.0.0-RC1'
    annotationProcessor 'com.github.bumptech.glide:compiler:4.0.0-RC1'
  1. Picasso---图片加载
    compile 'com.squareup.picasso:picasso:2.5.2'
  1. ImageLoader---图片缓存
    compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'
  1. uCrop
    • uCrop 是Yalantis 组织开源的图片裁剪库, 支持缩放, 旋转图片, 支持各种比例的裁剪框, 非常强大的一个图片裁剪库
    compile 'com.yalantis:ucrop:2.2.0'
    compile 'com.yalantis:ucrop:2.2.0-native'
  1. CustomShapeImageView
    • A library for supporting custom shaped ImageView(s) using SVGs and paint shapes
    compile 'com.mostafagazar:customshapeimageview:1.0.4'

数据库框架:

  1. GreenDao
    compile 'org.greenrobot:greendao:3.2.2'

注解框架:

  1. Butterknife---可绑定任意View
    compile 'com.jakewharton:butterknife:8.7.0'
    annotationProcessor 'com.jakewharton:butterknife-compiler:8.7.0'
  1. Androidannotations---强大的注解
    annotationProcessor "org.androidannotations:androidannotations:4.3.1"
    compile "org.androidannotations:androidannotations-api:4.3.1"
  1. Dagger---注解工具,利用反射Inject
    compile 'com.squareup.dagger:dagger:1.2.5'
    compile 'com.squareup.dagger:dagger-compiler:1.2.5'

日志打印:

  1. Logger---支持多种类型数据打印
    compile 'com.orhanobut:logger:2.1.1'
  1. Timber---支持占位符替换
    compile 'com.jakewharton.timber:timber:4.5.1'

内存检测:

  1. leakcanary---内存检测工具
    debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5.1'
    releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
    testCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
  1. android-weak-handler

图片压缩

  1. Compressor
    compile 'id.zelory:compressor:2.1.0'

换肤框架:

  1. Android-skin-support
    compile 'skin.support:skin-support:2.1.9'          // skin-support 基础控件支持
    compile 'skin.support:skin-support-design:1.2.5'   // skin-support-design material design 控件支持[可选]
    compile 'skin.support:skin-support-cardview:1.2.0' // skin-support-cardview CardView 控件支持[可选]
    compile 'skin.support:skin-support-constraint-layout:1.0.2' // skin-support-constraint-layout ConstraintLayout 控件支持[可选]

MVP框架:

  1. Mosby

工具类集合:

  1. Lambda插件
    This plugin will automatically build your java or android project with retrolambda, giving you lambda goodness on java 6 or 7. It relies on the wonderful retrolambda by Esko Luontola.
    classpath 'me.tatarka:gradle-retrolambda:3.7.0'

    apply plugin: 'me.tatarka.retrolambda'
    
    android{
        ...
        compileOptions {  
            sourceCompatibility JavaVersion.VERSION_1_8  
            targetCompatibility JavaVersion.VERSION_1_8  
        }
    }
  1. Android-Common
    android-common-lib 是 Trinea 大神收集的一些开发通用的缓存, 公共 View 以及一些常用工具类
    compile 'cn.trinea.android.common:trinea-android-common:4.2.15'
  1. AndroidBucket
    • Android开发常用整理(不断扩充中)
    • 包含各种工具类、线程池、日志、自定义的控件、程序崩溃
    • 捕捉处理、默认的Application配置、常用的Adapter等
    compile 'com.github.wangjiegulu:AndroidBucket:1.0.4'

版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。

相关文章
阿里开源SpringBoot全栈小册!Github已标星百万
对于Spring Boot,我们都知道他的设计初衷是解决Spring各版本配置工作过于繁重的问题,简化初始搭建流程、降低开发难度而出现的。可以说用Spring Boot开发,我们在配置上是不用花费太多时间的。
21 0
GitHub 首个开源图像识别系统又在搞事情!下
GitHub 首个开源图像识别系统又在搞事情!下
28 0
GitHub 首个开源图像识别系统又在搞事情!上
GitHub 首个开源图像识别系统又在搞事情!上
54 0
github上开源的UVCCamera为什么不能正常运行
github上开源的UVCCamera为什么不能正常运行
20 0
名垂千古的机会到了,一文说清【给开源大项目贡献代码】二三事(github,pr,fork,ci)
名垂千古的机会到了,一文说清【给开源大项目贡献代码】二三事(github,pr,fork,ci)
50 0
Github 上最大的开源算法库,还能学机器学习!
Github 上最大的开源算法库,还能学机器学习!
76 0
开源多年后,Facebook这个调试工具,再登Github热门榜
让许多工程师合作开发大型应用大多会面临一个挑战,通常没有一个人知道每个模块是如何工作的,这种技能会让开发新功能、调查Bug或优化性能变得困难,为了解决这个问题,Facebook创建并开源了Flipper,一个可扩展的跨平台的调试工具,用来调试 iOS 和 Android 应用。近日又双叒登上了Github热榜。
30 0
Github上热搜的Java开源商城项目合集,这个是真的好
mall-swarm是一套微服务商城系统,采用了 Spring Cloud Hoxton & Alibaba、Spring Boot 2.3、Oauth2、MyBatis、Docker、Elasticsearch等核心技术,同时提供了基于Vue的管理后台方便快速搭建系统。mall-swarm在电商业务的基础集成了注册中心、配置中心、监控中心、网关等系统功能。文档齐全,附带全套Spring Cloud教程。 其它的先不说,一起来看看运行效果,首先是注册中心注册服务信息:
210 0
造孽啊!阿里内部的神级项目和JDK源码阅读指南竟惨遭GitHub开源
背景 今天逛GitHub,发现了一个神级项目,作者将整理/记录阅读JDK源码时的理解与体会分享出来,便于大家学习。这里将项目分享出来,让小伙伴们能更好地学习Java。
68 0
同程内网流传的分布式凤凰缓存系统手册,竟遭GitHub强行开源下载
什么是分布式缓存? 分布式缓存能够处理大量的动态数据,因此比较适合应用在Web 2.0时代中的社交网站等需要由用户生成内容的场景。从本地缓存扩展到分布式缓存后,关注重点从CPU、内存、缓存之间的数据传输速度差异也扩展到了业务系统、数据库、分布式缓存之间的数据传输速度差异。 今天给大家分享的是一本从大型互联网大厂系统角度探讨分布式系统的手册,从原理、框架、架构、案例等多个视角对分布式缓存进行了探讨
36 0
+关注
凌浩雨
毕业于贵州大学大数据与信息工程学院,目前是一名移动端工程师,就职于北京乾元大通信息技术有限责任公司。
文章
问答
文章排行榜
最热
最新
相关电子书
更多
Android组件化实现
立即下载
蚂蚁聚宝Android秒级编译—— Freeline
立即下载
Android开发之多进程架构
立即下载