分享几个Android很强势的的开源框架

前言

今天介绍一下android开发者中比较热门的开源代码,这些代码绝大多数可以直接应用到项目中。更多可参考很值得收藏的安卓开源控件库

一个强大的图片选择器,支持多选,和选聘选择

项目地址:

https://github.com/LuckSiege/...

粒子动画效果
项目地址:

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

image

项目地址:

https://github.com/lawloretienne/Trestle

项目地址:

https://github.com/binaryfork/Spanny

项目地址:

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

Emoji
项目地址:

https://github.com/w446108264/AndroidEmoji

阅读更多

终于,我还是下决心学Java后台了

谈一下Application和Context

金9银10的面试黄金季节,分享几个重要的面试题

谈一下Application和Context

相信自己,没有做不到的,只有想不到的

在这里获得的不仅仅是技术!


终端研发部
一条执着于技术+职场经验之路,从人工智能,Android,FFmpeg音视频解码,前端开发及微信小程序,同时覆...
1.2k 声望
74 粉丝
0 条评论
推荐阅读
Github重磅教程!从0到1,边学边实战!
据我所知,刚开始入门编程的都止步开始和选择,可选的很多,java,Python,前端,golang等等,如果没有好的选择可以和于小二来说话。如果没有什么好的选择,我建议你去学习java吧

爱编码的coder阅读 1.1k

封面图
程序员英语学习指南
动机为什么程序员要学习英语?工作:我们每天接触的代码都是英文的、包括很多技术文档也是英文的学习:最新最前沿的技术最开始都是只有English版本就业:学好英语让你的就业范围扩大到全球,而不只限于国内目标读...

九旬6阅读 664

安卓逆向之破解某成人APP播放次数限制
某成人水果APP非VIP用户存在播放次数限制,每天只能播放3次。超过3次需要购买VIP。 由于过于贫穷,于是抽空,对其安卓APP进行了逆向分析,最终成功破解了其播放次数限制。

悖论3阅读 1.4k评论 3

封面图
深入探讨安卓UI线程与子线程交互5大设计
在一个Android 程序开始运行的时候,会单独启动一个Process。默认的情况下,所有这个程序中的Activity或者Service(Service和 Activity只是Android提供的Components中的两种,除此之外还有Content Provider和Broa...

糖墨夕1阅读 5.1k

这一次,解决Flutter Dialog的各种痛点!
4.0版本做了重大调整,迁移请参照: SmartDialog 3.x 迁移 4.0本文内容已更新,文中内容及其代码皆为4.0用法前言Q:你一生中闻过最臭的东西,是什么?A:我那早已腐烂的梦。兄弟萌!!!我又来了!这次,我能自信...

小呆呆6661阅读 3.5k

封面图
uni-app中安卓包检查更新、新版本下载、下载进度条显示功能实现
如果想要做一个app的话,可以有很多种选择方案,uni-app是其中的一个性价比高一些(坑多一些)的方案。本文记录一下,uni-app打安卓包以后,需要检查并下载更新,且显示进度条的功能。

水冗水孚2阅读 760

网易云音乐开源全链路埋点方案-曙光埋点(dawn)
网易云音乐开源了曙光埋点 dawn,一个跨多端的全链路埋点解决方案,旨在构造一个完美的数据理想国。曙光埋点创造性的提出了埋点虚拟树(VTree),并在此基础上实现了诸多能力,解决大前端侧埋点困难、精度差、不...

云音乐技术团队2阅读 354

封面图
1.2k 声望
74 粉丝
宣传栏