Android中常用的依赖

依赖


(底部导航页)BottomTabBar   :   
 compile 'com.hjm:BottomTabBar:1.1.1'

xUtils3 : compile 'org.xutils:xutils:3.3.36'


zxing(二维码):
compile 'cn.yipianfengye.android:zxing-library:2.2'



banner(轮播) :  compile 'com.youth.banner:banner:1.4.10' 
Xbanner: compile 'com.xhb:xbanner:1.2.2'

okHttp : compile 'com.squareup.okhttp3:okhttp:3.9.0'


glide(图片):  
compile 'com.github.bumptech.glide:glide:3.7.0'

imageloader (图片加载)
compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'

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

recycleview:
compile 'com.android.support:recyclerview-v7:26.+'

compile 'com.jcodecraeer:xrecyclerview:1.3.2'



 compile 'com.github.chrisbanes:PhotoView:2.0.0'


tablayout:
    compile 'com.android.support:design:26.0.0-alpha1'
fresco
// Fresco所需依赖
 // 在 API < 14 上的机器支持 WebP 时,需要添加   
 // 支持 GIF 动图,需要添加
 // 支持 WebP (静态图+动图),需要添加
 // 仅支持 WebP 静态图,需要添加
compile 'com.facebook.fresco:fresco:0.12.0'
compile 'com.facebook.fresco:animated-base-support:0.12.0'
compile 'com.facebook.fresco:animated-gif:0.12.0'    
compile 'com.facebook.fresco:animated-webp:0.12.0'
compile 'com.facebook.fresco:webpsupport:0.12.0'
compile 'com.facebook.fresco:webpsupport:0.12.0'

eventbus:compile 'org.greenrobot:eventbus:3.1.1'

butterknife 
compile 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'

Retorfit+Gson
  compile 'com.squareup.retrofit2:converter-gson:2.0.0-beta4'

GreenDao

Retrofit+RxJava
compile 'io.reactivex.rxjava2:rxjava:+'  
compile 'io.reactivex.rxjava2:rxandroid:+'  
compile 'com.squareup.retrofit2:retrofit:2.0.0'  
compile 'com.squareup.retrofit2:converter-gson:2.0.2'  
compile 'com.squareup.retrofit2:adapter-rxjava2:+'  

猜你喜欢

转载自blog.csdn.net/qq_40087961/article/details/79093445
今日推荐