A vertical stepper implementation of the material design specification
- Sticks closely to the material design guidelines
- Maintains state across configuration changes
- Allows to go back to completed steps
- Highly customizable (e.g. the navigation buttons are provided by the user)
The library is currently lacking animations between step transitions.
resolvers += "jitpack" at "https://jitpack.io"
libraryDependencies += "com.github.liefery" % "android-vertical-stepper-view" % "0.2.1"
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
dependencies {
compile 'com.github.liefery:android-vertical-stepper-view:0.2.1'
}
Please take a look at the sample application.