Progress Button █▒▒▒▒▒▒▒
Need easy way to refelect all the button states?
Progress Button is a android library for hanling different types state like active, finished, enabled, disabled and reset with a single line of code.
🚀
Demo
🧐
Features
- One line of code to change state
- Easy configurable
- Customizable
- Set vibration on click
- Disable views in active state
🛠️
Installation Steps
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.hellosagar:ProgressButton:0.1'
}
💻
Usage
In XMl you need to define the button with your parameters to acheive the desired the design
Notes -
- To use vibration on click please add the following permission in android manifest
<uses-permission android:name="android.permission.VIBRATE"/>