Skip to content

Latest commit

 

History

History
34 lines (16 loc) · 645 Bytes

README.md

File metadata and controls

34 lines (16 loc) · 645 Bytes

EasyNavigition

几行代码实现ViewPager+Fragment底部导航(带红点消息提示)

简书地址:https://www.jianshu.com/p/ce8e09cda486

image

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'
}

image