几个不错的android开源依赖

1.万能web

地址 https://github.com/Justson/AgentWeb

2.Glide :图片加载

地址 https://github.com/bumptech/glide

3.纯Kotlin+Mvp的android项目

地址 https://github.com/git-xuhao/KotlinMvp

4.Material-Animations : 看名字就知道什么意思

地址 https://github.com/lgvalle/Material-Animations

5.okhttp: 网络请求类

地址 https://github.com/square/okhttp

6.rxjava rxkotlin : 用了项目运行体验没啥变化,只是耦合低了 还有可以装逼

地址 https://github.com/ReactiveX/RxJava
地址 https://github.com/ReactiveX/RxKotlin

7.RenderScript : android提供的一个提升图片处理速度的东东

使用教程 http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2016/0504/4205.html

8.LeakCanary : 检测内存泄漏神器

地址:https://github.com/square/leakcanary

9.EasyPermissions :google自己的6.0权限工具,说明什么,自己都嫌弃自己的麻烦

地址:https://github.com/googlesamples/easypermissions

猜你喜欢

转载自blog.csdn.net/a940659387/article/details/78852857