Android开源库集合(UI效果)
动画效果
粒子动画效果 https://github.com/glomadrian/Grav

水波式loading等待动画 https://github.com/race604/WaveLoading

滚动RecycleView动画 https://github.com/borjabravo10/FocusResize

RecycleView中各种动画 https://github.com/wasabeef/recyclerview-animators

RecycleView动画 https://github.com/gabrielemariotti/RecyclerViewItemAnimators

TextView中文字跳动效果 https://github.com/frakbot/JumpingBeans

Activity跳转动画 https://github.com/lgvalle/Material-Animations

各种动画效果 https://github.com/2359media/EasyAndroidAnimations

界面过渡动画 https://github.com/toddway/MaterialTransitions

多种动画效果 https://github.com/hitherejoe/animate

爆裂动画效果 https://github.com/tyrantgit/ExplosionField

控件动画 https://github.com/daimajia/AndroidViewAnimations

动画变速器 https://github.com/MasayukiSuda/EasingInterpolator

多种动画效果 https://github.com/florent37/ViewAnimator

展示图片时有过渡动画 https://github.com/danylovolokh/ImageTransition

控件动画 https://github.com/andkulikov/Transitions-Everywhere

点击FloatingBar后的过渡动画 https://github.com/Jaouan/Revealator

各种交互动画 https://github.com/airbnb/lottie-android

列表视图展现动画 https://github.com/willowtreeapps/spruce-android

背景特效
仅使用一张资源图片为 View 设置具有按下效果的背景 https://github.com/maoruibin/OneDrawable

阴影效果 https://github.com/wangjiegulu/ShadowViewHelper

高斯模糊
https://github.com/500px/500px-android-blur

https://github.com/jrvansuita/GaussianBlur

https://github.com/gogopop/BlurKit-Android
字体修改:
https://github.com/norbsoft/android-typeface-helper

https://github.com/johnkil/Android-RobotoTextView

https://github.com/bluejamesbond/TextJustify-Android

https://github.com/GcsSloop/FontsManager

https://github.com/MeetMe/font-compat

https://github.com/chrisjenx/Calligraphy

文本效果
构造Span增强文本内容 https://github.com/JMPergar/AwesomeText

https://github.com/lawloretienne/Trestle

https://github.com/binaryfork/Spanny

https://github.com/klinker24/Android-TextView-LinkBuilder

Emoji https://github.com/w446108264/AndroidEmoji

手势效果
RecycleView手势效果 https://github.com/iPaulPro/Android-ItemTouchHelper-Demo
RecycleView选中拖拽 https://github.com/MFlisar/DragSelectRecyclerView
文章来自:imflyn
Android开源库集合(UI效果)的更多相关文章
- Android开源库集合(工具)
图片加载框架: Glide https://github.com/bumptech/glide Android-Universal-Image-Loader https://github.com/no ...
- Android开源库集合(控件)
RecycleView: RecycleView功能增强 https://github.com/Malinskiy/SuperRecyclerView RecycleView功能增强(拖拽,滑动删除, ...
- android 开源库集合的链接列表
1. 内容挺多的 https://github.com/Trinea/android-open-project
- GitHub上排名前100的Android开源库介绍(来自github)
本项目主要对目前 GitHub 上排名前 100 的 Android 开源库进行简单的介绍,至于排名完全是根据 GitHub 搜索 Java 语言选择 (Best Match) 得到的结果,然后过滤了 ...
- GitHub Top 100的Android开源库
摘要: 本项目主要对目前 GitHub 上排名前 100 的 Android 开源库进行简单的介绍, 至于排名完全是根据GitHub搜索Java语言选择「Best M... 本项目主要对目前 GitH ...
- 我的Android进阶之旅】GitHub 上排名前 100 的 Android 开源库进行简单的介绍
GitHub Android Libraries Top 100 简介 本文转载于:https://github.com/Freelander/Android_Data/blob/master/And ...
- <Android开源库 ~ 1> GitHub Android Libraries Top 100 简介
转载自GitHub Android Libraries Top 100 简介 本项目主要对目前 GitHub 上排名前 100 的 Android 开源库进行简单的介绍, 至于排名完全是根据 GitH ...
- GitHub上排名前100的Android开源库介绍
GitHub上排名前100的Android开源库介绍 文章来源: http://www.open-open.com/news/view/1587067#6734290-qzone-1-31660-bf ...
- 50个Android开发人员必备UI效果源码[转载]
50个Android开发人员必备UI效果源码[转载] http://blog.csdn.net/qq1059458376/article/details/8145497 Android 仿微信之主页面 ...
随机推荐
- Cucumber java + Webdriver(一)
一.打开Eclipse,新建一个maven项目,打开pom.xml <project xmlns="http://maven.apache.org/POM/4.0.0" xm ...
- 三次握手---TCP/IP
首先由Client发出请求连接即 SYN=1 ACK=0 (请看头字段的介绍), TCP规定SYN=1时不能携带数据,但要消耗一个序号,因此声明自己的序号是 seq=x 然后 Server 进行回复 ...
- 转:iOS-生成Bundle包-引入bundle-使用bundle
在我们使用第三方框架时,常常看到XXX.bundle的文件. 我们找到该文件,显示包内容,大致看到很多资源文件:图片.配置文本.XIB文件…… 什么是Bundle文件? 简单理解,就是资源文件包. ...
- VS2010 设置main函数输入参数
main函数的argc.argv参数. 英文版:菜单Project -> Properties -> Configuration Properties -> Debugging在Co ...
- Java 在匿名内部函数中为外部函数变量赋值的解决方案
Java匿名内部函数本人不怎么主动使用,但是经常会调用一些API,其中会调用一些接口,而这些接口是需要使用匿名内部类来实现的,于是就遇到了一些问题. 就比如okHttp3 的接口调用 OkHttpCl ...
- 20155212 2016-2017-2 《Java程序设计》第6周学习总结
20155212 2016-2017-2 <Java程序设计>第6周学习总结 教材学习内容总结 Chapter10 输入串流为java.io.InputStream,输出串流为java.i ...
- 华中邀请赛现场赛F题 Seats
题目链接:http://acm.whu.edu.cn/land/problem/detail?problem_id=1552 解题报告:题目意思应该很清楚,就是有n个人,分别属于7个班级,然后他们坐成 ...
- MySQL常见的两种存储引擎:MyISAM与InnoDB的爱恨情仇
Java面试通关手册(Java学习指南,欢迎Star,会一直完善下去,欢迎建议和指导):https://github.com/Snailclimb/Java_Guide 一 MyISAM 1.1 My ...
- Number of Islands I & II
Given a boolean 2D matrix, find the number of islands. Notice 0 is represented as the sea, 1 is repr ...
- 从requests源码分析中学习python(一)
v2ex同步更新:https://www.v2ex.com/t/500081 微信公众号:python学习开发 分析源码,看大神的代码是一种学习的好方法,让我从中学到很多以前不知道的知识,这次打算从大 ...



























