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 仿微信之主页面 ...
随机推荐
- Luogu4717 【模板】快速沃尔什变换(FWT)
https://www.cnblogs.com/RabbitHu/p/9182047.html 完全没有学证明的欲望因为这个实在太好写了而且FFT就算学过也忘得差不多了只会写板子 #include&l ...
- 洛谷P4234 最小差值生成树(LCT,生成树)
洛谷题目传送门 和魔法森林有点像,都是动态维护最小生成树(可参考一下Blog的LCT总结相关部分) 至于从小到大还是从大到小当然无所谓啦,我是从小到大排序,每次枚举边,还没连通就连,已连通就替换环上最 ...
- 洛谷 P1852 [国家集训队]跳跳棋 解题报告
P1852 [国家集训队]跳跳棋 题目描述 跳跳棋是在一条数轴上进行的.棋子只能摆在整点上.每个点不能摆超过一个棋子. 我们用跳跳棋来做一个简单的游戏:棋盘上有3颗棋子,分别在\(a\),\(b\), ...
- zabbix使用percona插件监控mysql
1.添加percona仓库. # yum install -y http://www.percona.com/downloads/percona-release/redhat/0.1-4/percon ...
- spark性能调优(四) spark shuffle中JVM内存使用及配置内幕详情
转载:http://www.cnblogs.com/jcchoiling/p/6494652.html 引言 Spark 从1.6.x 开始对 JVM 的内存使用作出了一种全新的改变,Spark 1. ...
- 滚动条事件,当页面滚动到距顶部一定高度时某DIV自动隐藏和显示
$(function () { //绑定滚动条事件 //绑定滚动条事件 $(window).bind(&q ...
- Python教你找到最心仪的对象
规则 单身妹妹到了适婚年龄,要选对象.候选男子100名,都是单身妹妹没有见过的.百人以随机顺序,从单身妹妹面前逐一经过.每当一位男子在单身妹妹面前经过时,单身妹妹要么选他为配偶,要么不选.如果选他,其 ...
- cookie添加删除修改
//cookie添加 document.cookie="username=John Doe"; //添加过期时间 document.cookie="username1=J ...
- bzoj千题计划201:bzoj1820: [JSOI2010]Express Service 快递服务
http://www.lydsy.com/JudgeOnline/problem.php?id=1820 很容易想到dp[i][a][b][c] 到第i个收件地点,三个司机分别在a,b,c 收件地点的 ...
- OpenGL ES 2.0 Shader 调试新思路(二): 做一个可用的原型
OpenGL ES 2.0 Shader 调试新思路(二): 做一个可用的原型 目录 背景介绍 请参考前文OpenGL ES 2.0 Shader 调试新思路(一): 改变提问方式 优化 ledCha ...