依赖

作者: XiaoXred | 来源:发表于2019-12-16 10:25 被阅读0次

                 

//滑动框 (轮播图,引导页面) 

    implementation'com.youth.banner:banner:1.4.10'

//图片加载框架

    implementation 'com.github.bumptech.glide:glide:4.9.0'

//RecyclerView

    implementation 'com.android.support:recyclerview-v7:29.1.1'

//卡片布局

    implementation 'com.android.support:cardview-v7:29.1.1'

//样式 滑动等 (侧滑,Tablayout,顶部标题栏)

    implementation 'com.android.support:design:29.1.1'

//gson解析

    implementation 'com.google.code.gson:gson:2.8.5'

//加载 刷新

    implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.4-7'

    implementation 'com.scwang.smartrefresh:SmartRefreshHeader:1.0.4-7'

//OkHttp

    implementation 'com.squareup.okhttp3:okhttp:3.12.0'

    implementation 'com.squareup.okhttp3:okhttp:3.12.0'

//Retrofit依赖

    implementation 'com.squareup.retrofit2:retrofit:2.6.0'

// 可选依赖,解析json字符所用

    implementation 'com.squareup.retrofit2:converter-gson:2.6.0'

//RXJAVA 和retrofit结合使用

    implementation "io.reactivex.rxjava2:rxjava:2.2.10"

    implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'

    implementation 'com.squareup.retrofit2:adapter-rxjava2:2.6.0'

    implementation 'com.squareup.retrofit2:converter-gson:2.6.0'

//EventBus依赖

    implementation 'org.greenrobot:eventbus:3.1.1'

//GreenDao

    implementation 'org.greenrobot:greendao:3.2.2' // add library

    implementation 'org.greenrobot:greendao-generator:3.2.2'

//eventbus

    implementation 'org.greenrobot:eventbus:3.1.1'

//butterknife

    implementation 'com.jakewharton:butterknife:8.8.1'

//图形变换的依赖

    implementation 'jp.wasabeef:glide-transformations:3.3.0'

//搜索框

    implementation 'com.miguelcatalan:materialsearchview:1.4.0'

//文字轮播

    implementation 'com.superluo:textbannerview:1.0.2'  //最新版本

//butterknife

    implementation 'com.jakewharton:butterknife:10.0.0'

    annotationProcessor 'com.jakewharton:butterknife-compiler:10.0.0'

//日历

    implementation 'com.github.prolificinteractive:material-calendarview:1.4.3'

// If you want to use the GPU Filters

    implementation 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.4.1'

相关文章

  • 依赖的依赖

    虽然我们结缘于虚拟的世界 但彼此很真实 在这个短短的日里 你给了我深深地依赖 我真的不希望是一种习惯⋯⋯ 你今天写...

  • RDD依赖关系---宽依赖窄依赖

    依赖关系可以方便任务调度 窄依赖:对RDD执行操作后,父RDD和子RDD对应关系的一对一或多对一(多对一只是一个逻...

  • Maven 查看依赖,依赖冲突,更新依赖

    Maven管理小项目的依赖时通常没有问题,在idea右侧的maven projects中对应的模块名称上右键,选择...

  • Android开发常用的依赖

    Rxjava 依赖 RxAndroid 依赖 GreenDao 依赖 OkHttp 依赖 Retrofit依赖...

  • 依赖与被依赖

    晓飞学长他们去北京的时候,我没有去送,本来想好好抱抱每一个人,抱抱晓飞学长,抱抱帅哥,抱抱成林学长,抱抱雪冰学...

  • 依赖和被依赖

    事情起因: 源于我连续做了两天愤怒静心。第一天看到我被妈妈关在门外,第二天看到妈妈把我关在屋里。 自己内在什么情绪...

  • 依赖与反依赖

    1、这节课最触动你的话是哪些? 听到上节课程的时候可以很肯定的是自己偏向反依赖模式,但疑惑的是有些表现也符合依赖...

  • 依赖和反依赖

    亲密关系营已经讲到了第五节课,随着课程内容的深入,疗愈也跟着深入,用心也更加深入。 老师说过:终止一条路的最好方式...

  • 依赖与反依赖

    反依赖就是有独立的意识,不是完全依从对方;怀疑就是想对方真的爱自己,不是欺骗或者敷衍自己! 反依赖型的人,在关系以...

  • 说说maven依赖冲突,依赖调解,依赖传递和依赖范围

    说maven依赖冲突之前需要先说说maven的 依赖传递。 依赖传递 当前项目引入了一个依赖,该依赖的依赖也会被引...

网友评论

      本文标题:依赖

      本文链接:https://www.haomeiwen.com/subject/ggprnctx.html