Android中常用的依赖

本文汇总了Android开发中常用的第三方库,包括底部导航、图片加载、网络请求等关键功能实现所需的库,为开发者提供一站式解决方案。

依赖


(底部导航页)BottomTabBar   :   
 compile 'com.hjm:BottomTabBar:1.1.1'

xUtils3 : compile 'org.xutils:xutils:3.3.36'


zxing(二维码):
compile 'cn.yipianfengye.android:zxing-library:2.2'



banner(轮播) :  compile 'com.youth.banner:banner:1.4.10' 
Xbanner: compile 'com.xhb:xbanner:1.2.2'

okHttp : compile 'com.squareup.okhttp3:okhttp:3.9.0'
拦截器:
compile 'com.squareup.okhttp3:logging-interceptor:3.5.0'


glide(图片):  
compile 'com.github.bumptech.glide:glide:3.7.0'

imageloader (图片加载)
compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'

gson:   compile 'com.google.code.gson:gson:2.8.2'

recycleview:
compile 'com.android.support:recyclerview-v7:26.+'

compile 'com.jcodecraeer:xrecyclerview:1.3.2'



 compile 'com.github.chrisbanes:PhotoView:2.0.0'


tablayout:
    compile 'com.android.support:design:26.0.0-alpha1'
fresco
// Fresco所需依赖
 // 在 API < 14 上的机器支持 WebP 时,需要添加   
 // 支持 GIF 动图,需要添加
 // 支持 WebP (静态图+动图),需要添加
 // 仅支持 WebP 静态图,需要添加
compile 'com.facebook.fresco:fresco:0.12.0'
compile 'com.facebook.fresco:animated-base-support:0.12.0'
compile 'com.facebook.fresco:animated-gif:0.12.0'    
compile 'com.facebook.fresco:animated-webp:0.12.0'
compile 'com.facebook.fresco:webpsupport:0.12.0'
compile 'com.facebook.fresco:webpsupport:0.12.0'

eventbus:compile 'org.greenrobot:eventbus:3.1.1'

butterknife 
compile 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'

Retorfit+Gson
  compile 'com.squareup.retrofit2:converter-gson:2.0.0-beta4'

GreenDao

Retrofit+RxJava
compile 'io.reactivex.rxjava2:rxjava:+'  
compile 'io.reactivex.rxjava2:rxandroid:+'  
compile 'com.squareup.retrofit2:retrofit:2.0.0'  
compile 'com.squareup.retrofit2:converter-gson:2.0.2'  
compile 'com.squareup.retrofit2:adapter-rxjava2:+'  
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值