常用依赖

来源:互联网 发布:淘宝新店铺有扶持吗 编辑:程序博客网 时间:2024/05/17 06:03
//黄油刀compile 'com.jakewharton:butterknife:8.8.1'annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
//image-loader图片加载compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'
//Gson解析
compile 'com.google.code.gson:gson:2.8.1'
//OkHttp网络请求
compile 'com.squareup.okhttp3:okhttp:3.9.0'
//recyclerview 列表compile 'com.android.support:recyclerview-v7:26.0.0-alpha1'
compile 'com.jcodecraeer:xrecyclerview:1.3.2'
//glide图片加载
compile 'com.github.bumptech.glide:glide:3.7.0'
//Retrofit
compile 'com.squareup.retrofit2:retrofit:2.3.0'//retrofit依赖//compile 'com.squareup.retrofit2:converter-scalars:2.1.0 '//场景是这样,服务端返回一个不定类型的json数据,无法确定映射的Gson对象。compile 'com.squareup.retrofit2:converter-gson:2.1.0'//retrofit内部封装的GSON//compile 'com.squareup.okhttp3:logging-interceptor:3.4.1'//log



原创粉丝点击