各种依赖收集持续更新

httpClient : android{   useLibrary 'org.apache.http.legacy'  }

Gson:dependencies{  implementation 'com.google.code.gson:gson:2.2.4'  }

ImageLoader:dependencies{ implementation 'com.nostra13.universalimageloader:universal-image-loader:1.9.5' }

pull-to-refresh{implementation 'com.github.userswlwork:pull-to-refresh:1.0.0'}

Tablyout{implementation .android.support:design:26+'}

ok http { implementation  'com.squareup.okhttp3:okhttp:3.10.0'}

recyclerview _listview  { implementation   'com.android.support:recyclerview-v7:26.1.0' }

banner { implementation   'com.youth.banner:banner:1.4.9'}

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

EventBus使用了发布者/订阅者模式。
    implementation 'org.greenrobot:eventbus:3.1.1'


fresco:

// 其他依赖

implementation   'com.facebook.fresco:fresco:0.12.0'

 // 在 API < 14 上的机器支持 WebP 时,需要添加
  implementation 'com.facebook.fresco:animated-base-support:0.12.0'
  // 支持 GIF 动图,需要添加
  implementation 'com.facebook.fresco:animated-gif:0.12.0'
  // 支持 WebP (静态图+动图),需要添加
  implementation 'com.facebook.fresco:animated-webp:0.12.0'
  implementation 'com.facebook.fresco:webpsupport:0.12.0'
  // 仅支持 WebP 静态图,需要添加
  implementation 'com.facebook.fresco:webpsupport:0.12.0'


频道管理 DragGridView

 1、首先在项目的build下注册
allprojects {
    repositories {
        jcenter()
//下面这句才是加上的,上面的自带 的
        maven {url "https://jitpack.io"}
    }


}
2、然后在app下的build中导入依赖
 implementation 'com.github.andyoom:draggrid:v1.0.1'

 

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值