Android studio依赖大全

        //Okhttp
        implementation 'com.squareup.okhttp3:okhttp:3.12.0'
        //Xrecyclerview
        implementation 'com.jcodecraeer:xrecyclerview:1.5.9'
        implementation 'com.android.support:design:28.0.0'
        //Gson解析
        implementation 'com.google.code.gson:gson:2.2.4'
        //Retrofit
        implementation 'com.squareup.retrofit2:retrofit:2.1.0'
        implementation 'com.squareup.retrofit2:converter-gson:2.1.0'
       //Recyclerview
       implementation 'com.android.support:recyclerview-v7:28.0.0'
        //Butterknife依赖
        implementation 'com.jakewharton:butterknife:8.8.1'
        annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1' 
        // Rxjava依赖
         implementation 'io.reactivex.rxjava2:rxandroid:2.0.2'
         implementation 'io.reactivex.rxjava2:rxjava:2.1.9'
         implementation 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0'
        //Eventbus依赖
         implementation'org.greenrobot:eventbus:3.0.0'
         //Glide依赖
         implementation 'com.github.bumptech.glide:glide:4.6.1'
        
         //轮播图banner
        implementation 'com.youth.banner:banner:1.4.10'
        //卡片布局
          implementation 'com.android.support:cardview-v7:28.0.0'
         //字体轮播图
         implementation 'com.haowen:textbanner:1.0.4'
        //沉浸式状态栏
       api 'com.jaeger.statusbarutil:library:1.5.1'
       //搜索框
      implementation 'com.miguelcatalan:materialsearchview:1.4.0'
     //日历
     implementation 'com.github.prolificinteractive:material-calendarview:1.4.3'
    //jsoup 解析html数据
    implementation 'org.jsoup:jsoup:1.11.3'
    //粘性头部/悬浮头部
    implementation 'com.github.qdxxxx:StickyHeaderDecoration:1.0.1'

你可能感兴趣的:(Android studio依赖大全)