一些依赖的使用

使用tablayout的依赖:
  compile 'com.android.support:design:25.3.1'


xrecyclerview的依赖包:
compile 'com.jcodecraeer:xrecyclerview:1.3.2'


recyclerview分割线的依赖包:   
 compile 'com.yqritc:recyclerview-flexibledivider:1.4.0'


okhttp的依赖包:
compile 'com.squareup.okhttp3:okhttp:3.9.0'


image_loader的依赖包;
compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'


banner的依赖包;
  compile 'com.youth.banner:banner:+'


gson的依赖包:
 compile 'com.google.code.gson:gson:2.8.2'


fresco图片的框架:
compile 'com.facebook.fresco:fresco:1.5.0'
fresco动态图:
 compile 'com.facebook.fresco:animated-gif:1.5.0'


retrofit网路请求的框架:
compile 'com.squareup.retrofit2:retrofit:2.3.0'
使用json:
compile 'com.squareup.retrofit2:converter-gson:2.3.0'
将call转换为observerable的依赖:
 compile 'com.squareup.retrofit2:adapter-rxjava2:2.3.0'
字符串:
 compile 'com.squareup.retrofit2:converter-scalars:2.3.0'


eventbus的依赖:
compile 'org.greenrobot:eventbus:3.1.1'


rxjava和rxandroid的依赖:
   compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
   compile 'io.reactivex.rxjava2:rxjava:2.1.7'




compile 'com.facebook.fresco:fresco:1.5.0'
compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'
compile 'com.squareup.okhttp3:okhttp:3.9.0'
compile 'com.jcodecraeer:xrecyclerview:1.3.2'

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





compile 'com.facebook.fresco:fresco:1.5.0'
compile 'com.jcodecraeer:xrecyclerview:1.3.2'
compile 'com.squareup.retrofit2:retrofit:2.3.0'
compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
   compile 'io.reactivex.rxjava2:rxjava:2.1.7'


compile 'com.squareup.retrofit2:converter-gson:2.3.0'
 compile 'com.squareup.retrofit2:adapter-rxjava2:2.3.0'
 compile 'com.squareup.retrofit2:converter-scalars:2.3.0'
compile 'com.squareup.okhttp3:okhttp:3.9.0'


compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'
  compile 'com.hjm:BottomTabBar:1.1.1'
compile 'com.github.bumptech.glide:glide:3.7.0'


//日志拦截器 okhttploggingVersion = '3.4.1'

   compile 'com.squareup.okhttp3:logging-interceptor:3.4.1'

//添加日志拦截器

// .addInterceptor(new HttpLoggingInterceptor().setLevel(HttpLoggingInterceptor.Level.BODY))











猜你喜欢

转载自blog.csdn.net/wg_1176075838/article/details/78930826