daoudeddy / android-vertical-stepper-view

A vertical stepper implementation of the material design specification

Home Page:https://www.liefery.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Vertical Stepper View

A vertical stepper implementation of the material design specification

Sample app screenshots

Feature Overview

  • 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.

Installation

sbt

resolvers += "jitpack" at "https://jitpack.io"

libraryDependencies += "com.github.liefery" % "android-vertical-stepper-view" % "0.2.1"

Gradle

allprojects {
    repositories {
        ...
        maven { url "https://jitpack.io" }
    }
}

dependencies {
    compile 'com.github.liefery:android-vertical-stepper-view:0.2.1'
}

Usage

Please take a look at the sample application.

About

A vertical stepper implementation of the material design specification

https://www.liefery.com/

License:MIT License


Languages

Language:Java 94.3%Language:Scala 5.7%