用到的依赖包

studio升级到3.0居然搜不到依赖,买了个表发火。有办法的小伙伴评论一下

放一些个人用的依赖。

图片ImageLoader
	compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'
Fresco图片加载
	compile 'com.facebook.fresco:fresco:1.5.0'
Glide图片加载
	compile 'com.github.bumptech.glide:glide:3.7.0'   
XRecyclerView
	compile 'com.android.support:recyclerview-v7:26.0.0-alpha1'
	compile 'com.jcodecraeer:xrecyclerview:1.3.2'
OKHTTP
	compile 'com.squareup.okhttp3:okhttp:3.9.0'
	compile 'com.squareup.okio:okio:1.13.0'
GSON解析
	compile 'com.google.code.gson:gson:2.2.4'
Banner
	compile 'com.youth.banner:banner:1.4.9'
EventBus
	compile 'org.greenrobot:eventbus:3.0.0'  
Retrofit网络请求
	compile 'com.squareup.retrofit2:retrofit:2.3.0'
	compile 'com.squareup.retrofit2:converter-gson:2.3.0'
若和观察者结合的话,需加上如下依赖:
	compile 'com.squareup.retrofit2:adapter-rxjava:2.1.0'
RxJava
	compile 'io.reactivex:rxjava:1.0.14'
	compile 'io.reactivex:rxandroid:1.2.1'
黄油刀
	compile 'com.jakewharton:butterknife:8.8.1'
	compile 'com.jakewharton:butterknife-compiler:8.8.1'

	javaCompileOptions {
           	 annotationProcessorOptions {
            	    includeCompileClasspath true
           	 }
        	}
Tablayout
	compile 'com.android.support:design:25.3.1'
NumberProgressBar
	compile 'com.daimajia.numberprogressbar:library:1.2@aar'
目前就这些吧。使用到其他的在加上来。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值