搜集一些经过个人测试比较好用的一些库(供快速开发使用)

1、支付密码对话框
博客地址:https://blog.csdn.net/lin857/article/details/84111930
github地址:https://github.com/lzjin/AlipayPassDialog
效果图:
在这里插入图片描述
2、红包雨项目
github地址:https://github.com/mayangming/RedPackageRain
效果图:
在这里插入图片描述
3、自定义控件集合:
github地址:https://github.com/lygttpod/AndroidCustomView

4、粒子效果库:
http://plattysoft.github.io/Leonids/
缺点是,出现的动画只能看,没有点击效果

5、网络日志库:
https://github.com/ihsanbal/LoggingInterceptor
在这里插入图片描述
6、仿QQ积分抽奖:
https://github.com/aquarius520/LotteryView
在这里插入图片描述
7、知乎图片选择库:
https://github.com/zhihu/Matisse

相对于之前的PhotoPicker来说,这个兼容了高版本。另外可以自己配置加载库,不再局限于glide或者picasso
在这里插入图片描述
8、圆形抽奖转盘:
https://github.com/hnsycsxhzcsh/TurntableView
在这里插入图片描述
9、图片剪裁库ucrop:
https://github.com/Yalantis/uCrop
在这里插入图片描述
10、滑动切换:
https://github.com/daimajia/AndroidSwipeLayout

11、简易material风格对话框:
https://github.com/afollestad/material-dialogs
com.afollestad.material-dialogs

12、日志打印框架:
https://github.com/orhanobut/logger
在这里插入图片描述
13、权限判断RxPermissions:
https://github.com/tbruyelle/RxPermissions
14、SharedPreferences存储使用库easysp
https://github.com/WhiteDG/EasySP

15、版本检测更新库:
https://github.com/AlexLiuSheng/CheckVersionLib

16、倒计时控件(秒杀商品):CountdownView
https://github.com/iwgang/CountdownView/blob/master/README_CN.md
(引导页倒计时:https://github.com/jarryleo/CountDownTextView)
在这里插入图片描述

发布了132 篇原创文章 · 获赞 29 · 访问量 26万+

猜你喜欢

转载自blog.csdn.net/Mr_Tony/article/details/103936138