LazyFragment
DEMO下载
集成
-
添加jitpack库
// build.gradle(Project:)
allprojects {
repositories {
...
maven { url 'https://www.jitpack.io' }
}
}
-
添加依赖
// build.gradle(Module:)
dependencies {
// support
implementation 'com.github.goweii.LazyFragment:lazyfragment:1.1.0'
// androidx
implementation 'com.github.goweii.LazyFragment:lazyfragmentx:1.1.0'
}