android常用依赖



compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5' 


//TalLayout


compile 'com.android.support:design:26+'


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


compile 'com.github.userswlwork:pull-to-refresh:1.0.0'


compile 'com.youth.banner:banner:1.4.9'


compile 'com.android.support:recyclerview-v7:26.0.0-alpha1'


compile 'com.squareup.okhttp3:okhttp:3.4.1'


compile 'com.squareup.okio:okio:1.5.0'


compile 'com.github.bumptech.glide:glide:3.6.1'


compile 'com.facebook.fresco:fresco:1.3.0'


//XRecyclerView
compile 'com.jcodecraeer:xrecyclerview:1.3.2'


// 支持webp
compile 'com.facebook.fresco:webpsupport:1.3.0'


// gif加载使用
compile 'com.facebook.fresco:animated-gif:1.3.0'


// WebP(静态图+动图)加载使用
compile 'com.facebook.fresco:animated-webp:1.3.0'




compile 'com.jcodecraeer:xrecyclerview:1.5.8'


//Butterknife依赖
compile 'com.jakewharton:butterknife:8.4.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0'


    //OkHttp Log拦截:
    implementation 'com.squareup.okhttp3:logging-interceptor:3.4.1'

    

    //Retrofit:

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

    

    //retrofit2.0

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

    

    //配合Rxjava 使用

    implementation 'com.squareup.retrofit2:converter-gson:2.1.0'
    //ConverterFactory的Gson

    

    //Rxjava:

    implementation 'io.reactivex.rxjava2:rxjava:2.1.13'
    implementation 'io.reactivex.rxjava2:rxandroid:2.0.2'

    

    //rxAndroid

    compile 'com.hjm:BottomTabBar:1.2.0'


    //RxBinding(可用于按钮防抖动)
   compile 'com.jakewharton.rxbinding2:rxbinding:2.0.0'

你可能感兴趣的:(android常用依赖)