记录一下自己用的第三方框架
Posted LinXiang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了记录一下自己用的第三方框架相关的知识,希望对你有一定的参考价值。
BackgroundLibrary:通过标签生成shape
implementation "androidx.appcompat:appcompat:$supportVersion" //for androidx
implementation \'com.noober.background:core:1.6.5\'
MagicIndicator:指示器
repositories {
...
maven {
url "https://jitpack.io"
}
}
implementation \'com.github.hackware1993:MagicIndicator:1.7.0\' // for androidx
AnyLayer:浮层(弹窗)
allprojects {
repositories {
maven { url \'https://www.jitpack.io\' }
}
}
implementation \'com.github.goweii:AnyLayer:3.6.0-androidx\'
androidautosize:屏幕适配方案
`implementation \'me.jessyan:autosize:1.2.1\'`
glide:图片加载
implementation \'com.github.bumptech.glide:glide:4.12.0\'
annotationProcessor \'com.github.bumptech.glide:compiler:4.12.0\'
以上是关于记录一下自己用的第三方框架的主要内容,如果未能解决你的问题,请参考以下文章