//滑动框 (轮播图,引导页面)
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'
网友评论