在Android studio开发中的各类jar包

implementation 'io.reactivex.rxjava2:rxjava:2.2.2'
implementation 'io.reactivex.rxjava2:rxandroid:2.1.0'
implementation 'com.jakewharton.rxbinding:rxbinding:1.0.1'
//butterknife要设置 jdk1.8
compileOptions {
        sourceCompatibility = 1.8
        targetCompatibility = 1.8
    }
    
    implementation 'com.jakewharton:butterknife:10.1.0'
    annotationProcessor 'com.jakewharton:butterknife-compiler:10.1.0'
 
    implementation 'cn.bingoogolapple:bga-qrcode-zxing:1.3.7'
//C语言实现
    implementation 'cn.bingoogolapple:bga-qrcode-zbar:1.3.7'
    
//滤镜
    implementation 'jp.co.cyberagent.android:gpuimage:2.0.4'
 
//RV
    implementation 'androidx.recyclerview:recyclerview:1.1.0'
 
//朋友圈图片多选
    implementation 'com.github.lovetuzitong:MultiImageSelector:1.2'
 
//图片加载Glide
    implementation 'com.github.bumptech.glide:glide:4.11.0'
 
//汉语转拼音
    implementation 'com.belerweb:pinyin4j:2.5.0'
 
//视频播放
implementation 'cn.jzvd:jiaozivideoplayer:7.2.4'
 
//FASTJSON
     implementation 'com.alibaba:fastjson:1.2.28'
    
//EVENTBUS
    implementation 'org.greenrobot:eventbus:3.1.1'
 
//音视频缓存
    implementation 'com.danikula:videocache:2.7.0'
 
//banner轮播图
implementation 'com.youth.banner:banner:1.4.10'
 
//OKHTTP
   implementation 'com.squareup.okhttp3:okhttp:3.11.0'
 
//友盟套件
     implementation 'com.umeng.umsdk:analytics:8.0.0'
    implementation 'com.umeng.umsdk:common:2.0.0'
    implementation 'com.umeng.umsdk:utdid:1.1.5.3'
    implementation 'com.umeng.umsdk:share-qq:7.0.2'
    implementation 'com.umeng.umsdk:share-core:7.0.2'
    implementation 'com.umeng.umsdk:share-wx:7.0.2'
//更便捷的 RV adapter
    implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:3.0.4'
 
        
    implementation 'com.tencent:mmkv-static:1.1.2'
 
    implementation 'com.liulishuo.okdownload:okdownload:1.0.7'
    implementation 'com.liulishuo.okdownload:sqlite:1.0.7'
    implementation 'com.liulishuo.okdownload:okhttp:1.0.7'
 
    implementation 'com.jakewharton.rxbinding4:rxbinding:4.0.0'
     
//banner
    implementation 'com.youth.banner:banner:2.0.10'
 
//viewpager指示器
    implementation 'com.github.hackware1993:MagicIndicator:1.5.0'
 
    implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.3'
    implementation 'com.zzhoujay.richtext:richtext:3.0.8'
 
    implementation 'jp.wasabeef:blurry:3.0.0'
    implementation 'cn.jzvd:jiaozivideoplayer:7.4.1'
    
    implementation 'me.relex:circleindicator:2.1.4'
 
    implementation 'androidx.multidex:multidex:2.0.1'
    
//OKHTTP的工具
    implementation 'com.zhy:okhttputils:2.6.2'
    
//agentweb
    implementation 'com.just.agentweb:agentweb:4.1.3'

//转载请注明出处:https://www.cnblogs.com/Songjunxiang/p/13775700.html

posted @ 2020-10-06 22:00  Wait_Future  阅读(532)  评论(2编辑  收藏  举报