🔴 ➖ ⚪ ➖ 🔵
🔴 ⚪ 🔵
Indicators Suite is a couple of lightweight libraries fully customizable. You might use it to show the users progress on a current process, indicate their position or show a custom dotted loader while perform a background service.
Add below snippet to your root build.gradle.
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}And add a dependency code to your module's build.gradle file to include the complete suite.
dependencies {
implementation 'com.github.nicolasCastro:IndicatorsSuite:1.2.X'
}Read more about this module here
Read more about this module here



