StepControl A cool step-by-step indicator control within a pager for Android developed in Kotlin. For the iOS version go to this link Installation Maven <dependency> <groupId>com.github.moove-it</groupId> <artifactId>step-control-android</artifa
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
dependencies {
compile 'com.github.moove-it:step-control-android:v1.0'
}