美文网首页
Android应用常用依赖

Android应用常用依赖

作者: 命运的撑船人 | 来源:发表于2019-10-16 18:17 被阅读0次

Banner轮播图

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

侧滑 XRecyclerView

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

Glide

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

    annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'

RecyclerView

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

卡片布局

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

TabLayout

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

OkHttp

    api 'com.squareup.okhttp3:okhttp:3.11.0'

Retrofit

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

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

RxJava

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

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

EventBus

    implementation 'org.greenrobot:eventbus:3.1.1'

Gson

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

垂直的tablayout

    implementation 'q.rorbin:VerticalTabLayout:1.2.5'

约束布局ConstraintLayout

    implementation 'com.android.support.constraint:constraint-layout:1.1.3'

相关文章

网友评论

      本文标题:Android应用常用依赖

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