Page History

Home

Last edited by 朱显松

网++ 幸福中国 模块


目前1.0.4版本已发布

功能页面:

  • 幸福中国主页
  • 达人搜索页
  • 达人广场页
  • 达人主页
  • 达人粉丝列表页
  • 达人评价列表页
  • 已关注达人列表页
  • 未关注达人列表页

工程配置

Maven仓库地址 : maven{url 'https://dl.bintray.com/granzon/cnliveLibs'}


项目引用

//Support library
implementation "com.android.support:support-v4:$rootProject.supportV4"
implementation "com.android.support:appcompat-v7:$rootProject.appcompatV7"
implementation "com.android.support:design:$rootProject.design"
implementation "com.android.support:support-v13:$rootProject.supportV13"
implementation "com.android.support:recyclerview-v7:$rootProject.recyclerviewV7"
implementation "com.android.support:cardview-v7:$rootProject.cardviewV7"

//RefreshLayout
implementation "com.scwang.smartrefresh:SmartRefreshLayout:$rootProject.SmartRefreshLayout"
implementation "com.scwang.smartrefresh:SmartRefreshHeader:$rootProject.SmartRefreshHeader"

//QMUI
implementation "com.qmuiteam:qmui:$rootProject.qmui"

//Glide
implementation "com.github.bumptech.glide:glide:$rootProject.glide"
implementation "jp.wasabeef:glide-transformations:$rootProject.glideTransformations"
annotationProcessor "com.github.bumptech.glide:compiler:$rootProject.compiler"

//ARouter
implementation "com.alibaba:arouter-api:$rootProject.arouterApiVersion"
annotationProcessor "com.alibaba:arouter-compiler:$rootProject.arouterCompilerVersion"

//RecyclerView-Animators
implementation "jp.wasabeef:recyclerview-animators:$rootProject.recyclerviewAnimators"

//CNLiveLibs
implementation "com.cnlive:lib_base:$rootProject.libBase"
implementation "com.cnlive:lib_network:$rootProject.libNetwork"
implementation "com.cnlive:app_emoj:$rootProject.libEmoj"
implementation "com.cnlive:menu:$rootProject.libMenu"
implementation "com.cnlive:app_arch:$rootProject.appArch"

//Bintray module
implementation "com.cnlive:happy_china:1.0.4"

注意 : 电商团队接入后网++团队不在进行维护工作 ,后续版本迭代请更新Wiki.