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 仿微信之主页面 ...
随机推荐
- POJ 1182 食物链 (带权并查集)
食物链 Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 78551 Accepted: 23406 Description ...
- c++11 强类型枚举
c++11 强类型枚举 #define _CRT_SECURE_NO_WARNINGS #include <iostream> #include <string> #inclu ...
- 解决telnet不是内部命令
1.telnet在win7下默认是不开启的,所以需要我们自己手动开启.那么首先我们点击开始菜单,找到控制面板项,点击进入: 2.进入程序和功能模块,我们在左边需要选择“打开或关闭windows功能”, ...
- 《剑指offer》— JavaScript(25)复杂链表的复制
复杂链表的复制 题目描述 输入一个复杂链表(每个节点中有节点值,以及两个指针,一个指向下一个节点,另一个特殊指针指向任意一个节点),返回结果为复制后复杂链表的head.(注意,输出结果中请不要返回参数 ...
- git other-误删恢复等
修改未push的最后一次commit 如在commit后发现漏添加的文件或者commit message需要修改,则可以依次执行: git add FILE_UN_STAGED # 将未提交的文件添加 ...
- 基于docker的spark-hadoop分布式集群之一: 环境搭建
一.软件准备 1.基础docker镜像:ubuntu,目前最新的版本是18 2.需准备的环境软件包: (1) spark-2.3.0-bin-hadoop2.7.tgz (2) hadoop-2.7. ...
- bzoj千题计划200:bzoj3106: [cqoi2013]棋盘游戏
http://www.lydsy.com/JudgeOnline/problem.php?id=3106 白棋如果第一步不能赢,那么一定输 因为可以黑棋走的距离比白棋大,黑棋可以下一步吃掉白棋,也可以 ...
- MySql数据库表设计规范
建表规约 索引规约 SQL 语句 其他实战建议 选用utf8编码 建议使用InnoDB存储引擎 建议每张表都设置一个主键 建议字段定义为NOT NULL 唯一值字段要指定唯一性约束 ALTER TAB ...
- 960网格,一个web时代的标志。
如果你不知道什么是CSS框架,可以回顾我的文章 css框架,一把锋利的剑 闲言少叙,废话不说,直入正题: 1.什么是CSS框架? 正如之前说的: CSS框架是一种你能够使用在你的web项目中概念上的结 ...
- JavaScript绝句的小研究
前几日在网上看到一篇文章:JavaScript绝句,看了以后觉得里面的代码颇为有趣,不过文章里面只是简单的说了这样写的目的和结果,却没有令读者起到既知其然,又知其所以然的效果.这里简单写一篇小文章剖析 ...