MVI
架构的 Android
基础库
MVI 架构 - 用Kotlin Flow解决Android开发中的痛点问题
MVI 架构 - 不做跟风党,LiveData,StateFlow,SharedFlow 使用场景对比
今日头条Android屏幕适配方案&Smallest屏幕适配方案最佳实践
To get a Git project into your build:
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
dependencies {
implementation 'com.github.wsdydeni:AndroidBaseLibrary:1.2.0'
}