几行代码实现ViewPager+Fragment底部导航(带红点消息提示)
简书地址:https://www.jianshu.com/p/ce8e09cda486
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Step 2. Add the dependency
dependencies {
implementation 'com.github.forvv231:EasyNavigition:0.8'
}