第三方插件使用记录

//Lombok 依赖  且下载Lombok插件
annotationProcessor 'org.projectlombok:lombok:1.18.2'
compileOnly 'org.projectlombok:lombok:1.18.2'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.2'
testCompileOnly 'org.projectlombok:lombok:1.18.2'
https://www.cnblogs.com/developer-huawei/p/13130814.html
https://github.com/HMS-Core/hms-ml-demo/tree/master/MLKit-Sample
华为各种识别:模块文本。包括文本识别,文档识别,ID卡识别,银行卡识别,普通卡识别,文本翻译,语言检测,实时语音识别,语音合成,音频文件转换,语音识别,文本嵌入和实时语音翻译。等

//文件下载-https://github.com/lingochamp/FileDownloader
 implementation 'com.liulishuo.filedownloader:library:1.7.7'
 maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }

//骨架屏-https://github.com/ethanhua/Skeleton
https://github.com/ethanhua/Skeleton

//加载SVG矢量图图片-https://github.com/Pixplicity/sharp
implementation 'com.pixplicity.sharp:library:1.1.0'
//今日头条适配-https://github.com/JessYanCoding/AndroidAutoSize/blob/master/README-zh.md
implementation 'me.jessyan:autosize:1.2.1'

//流式布局-https://github.com/hongyangAndroid/FlowLayout
implementation 'com.hyman:flowlayout-lib:1.1.2'

//WebView-agentweb:https://github.com/Justson/AgentWeb
implementation 'com.just.agentweb:agentweb-androidx:4.1.4' // (必选)
implementation 'com.just.agentweb:filechooser-androidx:4.1.4'// (可选)
implementation 'com.download.library:downloader-androidx:4.1.4'// (可选)

//高斯模糊
 implementation 'com.github.mmin18:realtimeblurview:1.2.1'

//圆形图片
implementation 'de.hdodenhof:circleimageview:3.0.1'

//图片的各种骚操作-https://github.com/panpf/sketch
implementation 'me.panpf:sketch:2.7.1'

//阴影CardView效果
//https://github.com/lihangleo2/ShadowLayout
implementation 'com.github.lihangleo2:ShadowLayout:2.1.8'

//图片选择
//https://github.com/LuckSiege/PictureSelector
implementation 'io.github.lucksiege:pictureselector:v2.7.3-rc03'

//图片浏览框架
implementation 'com.github.maning0303:MNImageBrowser:V1.3.1X'

//日历
implementation 'com.haibin:calendarview:3.6.7'

//glide-需要有:apply plugin: 'kotlin-kapt'
implementation 'com.github.bumptech.glide:glide:4.10.0'
kapt 'com.github.bumptech.glide:compiler:4.10.0'
    
//状态栏-https://github.com/gyf-dev/ImmersionBar
implementation 'com.gyf.immersionbar:immersionbar:3.0.0'    // 基础依赖包,必须要依赖
implementation 'com.gyf.immersionbar:immersionbar-components:3.0.0'// fragment实现(可选)
implementation 'com.gyf.immersionbar:immersionbar-ktx:3.0.0'// kotlin扩展(可选)

//kotlin扩展函数
implementation "org.jetbrains.anko:anko:$anko_version"

//ViewPage2 
implementation 'androidx.viewpager2:viewpager2:1.0.0-alpha01'
implementation 'com.google.android.material:material:1.3.0-alpha01'

//rxpermissions 权限管理
implementation 'com.github.tbruyelle:rxpermissions:0.10.2'
implementation 'io.reactivex.rxjava2:rxandroid:2.1.0'
implementation 'io.reactivex.rxjava2:rxjava:2.2.4'

//权限管理-https://github.com/guolindev/PermissionX
implementation 'com.permissionx.guolindev:permissionx:1.4.0'

//多状态布局
implementation 'com.github.Kennyc1012:MultiStateView:2.1.2'

//刷新控件SmartRefreshLayout
implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0'
implementation 'com.scwang.smartrefresh:SmartRefreshHeader:1.1.0'

//BaseRecyclerView-https://github.com/CymChad/BaseRecyclerViewAdapterHelper
implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:3.0.4'

//BaseRecyclerViewAdapterHelper实现拖拽Item
implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.46'

//基础
implementation 'com.android.support:design:29.0.3'
implementation 'com.android.support:cardview-v7:29.0.3'
implementation 'com.android.support:recyclerview-v7:29.0.3'

//选择器
implementation 'com.contrarywind:Android-PickerView:4.1.8'

//GSON
implementation 'com.google.code.gson:gson:2.8.6'

//仿微博topic文本框
implementation 'com.github.CarGuo.RickText:textUtilsLib-kotlin:v2.1.5'

//城市选择布局
implementation 'me.yokeyword:indexablerecyclerview:1.3.0'

//数据库管理litepal
implementation 'org.litepal.android:kotlin:3.0.0'

//侧滑返回
implementation 'me.imid.swipebacklayout.lib:library:1.3.0'

//图片压缩
implementation 'top.zibin:Luban:1.1.8'

//可以收缩展开的textview
implementation 'cn.carbs.android:ExpandableTextView:1.0.3'

//上下滑动的recyclerview
implementation 'com.github.lsjwzh.RecyclerViewPager:lib:v1.2.0@aar'   

//bugly-腾讯bug
implementation 'com.tencent.bugly:crashreport:latest.release'
implementation 'com.tencent.bugly:nativecrashreport:latest.release'

//解析富文本
implementation 'org.jsoup:jsoup:1.11.3'

//Kotlin 协程--https://github.com/Kotlin/kotlinx.coroutines
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.1"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1"

//okhttp3 --https://github.com/square/okhttp
implementation 'com.squareup.okhttp3:okhttp:4.9.0'

//Retrofit--https://github.com/square/retrofit
implementation "com.squareup.retrofit2:retrofit:2.9.0"
implementation "com.squareup.retrofit2:converter-gson:2.9.0"
implementation "com.jakewharton.retrofit:retrofit2-kotlin-coroutines-adapter:0.9.2"


//视屏播放器完整版引入
implementation 'com.shuyu:GSYVideoPlayer:7.1.4'

//Bnner图-https://github.com/youth5201314/banner
implementation 'com.youth.banner:banner:2.1.0' 

// navigation底部导航
def nav_version = "2.3.0"
implementation "androidx.navigation:navigation-fragment:$nav_version"
implementation "androidx.navigation:navigation-ui:$nav_version"

//下拉菜单-https://github.com/jaredrummler/MaterialSpinner
implementation 'com.jaredrummler:material-spinner:1.3.1'

//Ble 轻量级蓝牙开发-https://github.com/xiaoyaoyou1212/BLE
implementation 'com.vise.xiaoyaoyou:baseble:2.0.6'

//https://github.com/mylhyl/Android-Zxing
implementation 'com.mylhyl:zxingscanner:2.1.7'

//时间选择器
implementation 'com.contrarywind:Android-PickerView:3.2.7'

//WebSocket   -https://www.jianshu.com/p/6ff879706d9c?utm_campaign=hugo
implementation "org.java-websocket:Java-WebSocket:1.5.1"


  • 0
    点赞
  • 6
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值