Android开发中用到的第三方库

本文整理了在Android开发过程中经常使用的第三方库,包括各种功能模块的库,为开发者提供便利。
摘要由CSDN通过智能技术生成

开发中用到的一些开发库,总结如下:

APP架构:MVC、MVP、MVVM、组件化
网络: Retrofit、Okhttp、Volley
  retrofit使用
  implementation 'com.squareup.retrofit2:retrofit:2.7.1'
多线程:RxAndroid
  implementation "io.reactivex.rxjava2:rxandroid:2.0.2"
图片加载:Glide、Volley、Picasso、Fresco
  Glide使用
  implementation 'com.github.bumptech.glide:glide:4.11.0'
  annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
数据库:GreenDao、LitePal
 implementation 'org.greenrobot:greendao:3.2.2' //引用比较复杂,建议参考文章
动画库:ViewAnimator、Lottie
权限请求库:EasyPermission
注入注解:Dagger2,butterknife
  butterknife使用
  implementation 'com.jakewharton:butterknife:1
  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值