All Projects β†’ liefery-it-legacy β†’ Android Vertical Stepper View

liefery-it-legacy / Android Vertical Stepper View

Licence: mit
A vertical stepper implementation of the material design specification

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Android Vertical Stepper View

Music Player Go
🎢🎼 Very slim music player πŸ‘¨β€πŸŽ€ 100% made in Italy πŸ•πŸŒ³πŸŒžπŸπŸŒ„
Stars: ✭ 654 (+651.72%)
Mutual labels:  material-design, android-ui
Android Customtoast
Easy to use Custom Toast Library for Android
Stars: ✭ 24 (-72.41%)
Mutual labels:  material-design, android-ui
Motiontoast
🌈 A Beautiful Motion Toast Library for Kotlin Android
Stars: ✭ 767 (+781.61%)
Mutual labels:  material-design, android-ui
Materialfavoritebutton
Animated favorite/star/like button
Stars: ✭ 586 (+573.56%)
Mutual labels:  material-design, android-ui
Expandable Fab
A highly customizable 'speed dial' FloatingActionButton implementation.
Stars: ✭ 56 (-35.63%)
Mutual labels:  material-design, android-ui
Guidetocustomviews
The ultimate guide to Android custom views
Stars: ✭ 595 (+583.91%)
Mutual labels:  material-design, android-ui
Morphing Material Dialogs
Material dialog ❀️ morphing animation. An android kotlin UI library for building beautiful animations for converting a floating action button into a material dialog.
Stars: ✭ 806 (+826.44%)
Mutual labels:  material-design, android-ui
Materialpreferences
A highly flexible set of lovely looking views that provides functionality of preferences.
Stars: ✭ 495 (+468.97%)
Mutual labels:  material-design, android-ui
Lovelydialog
This library is a set of simple wrapper classes that are aimed to help you easily create fancy material dialogs.
Stars: ✭ 1,043 (+1098.85%)
Mutual labels:  material-design, android-ui
Sortabletableview
An Android library containing a simple TableView and an advanced SortableTableView providing a lot of customisation possibilities to fit all needs.
Stars: ✭ 1,019 (+1071.26%)
Mutual labels:  material-design, android-ui
Android Material Design For Pre Lollipop
Various UI implementations, animations & effects based on Material Design compatible with pre Lollipop devices as well. (Work in progess)
Stars: ✭ 585 (+572.41%)
Mutual labels:  material-design, android-ui
Uxtooltime Axure
The best Axure Widget Libraries.
Stars: ✭ 81 (-6.9%)
Mutual labels:  material-design, android-ui
Alerter
An Android Alerting Library
Stars: ✭ 5,213 (+5891.95%)
Mutual labels:  material-design, android-ui
Materialdialog Android
πŸ“±Android Library to implement animated, 😍beautiful, 🎨stylish Material Dialog in android apps easily.
Stars: ✭ 602 (+591.95%)
Mutual labels:  material-design, android-ui
Cookiebar2
Android library for displaying text messages, notifications and alerts at the top or bottom of the screen. A great alternative for toast and snackbar alerts.
Stars: ✭ 499 (+473.56%)
Mutual labels:  material-design, android-ui
Slidetoact
A simple 'Slide to Unlock' Material widget for Android, written in Kotlin πŸ“±πŸŽ¨πŸ¦„
Stars: ✭ 783 (+800%)
Mutual labels:  material-design, android-ui
Material Progressview
πŸ”₯A beautiful, gradual and simple used progress view for android.
Stars: ✭ 406 (+366.67%)
Mutual labels:  material-design, android-ui
Bottomnavigation
This Library helps users to use Bottom Navigation Bar (A new pattern from google) with ease and allows ton of customizations
Stars: ✭ 4,299 (+4841.38%)
Mutual labels:  material-design, android-ui
Bluetooth State View
Material design animated Bluetooth state view for Android
Stars: ✭ 36 (-58.62%)
Mutual labels:  material-design, android-ui
Battery Meter View
πŸ”‹ Material design battery meter (i.e. level, state) view for Android
Stars: ✭ 57 (-34.48%)
Mutual labels:  material-design, android-ui

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].